aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-09-20Merge in latest round of chan_h323 changes. These are all isolated to ↵file1-58/+0
chan_h323 so meh. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43331 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19move this header to include where it belongskpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43298 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*mattf1-12/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43281 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-1/+0
- restructured build tree and makefiles to eliminate recursion problems - support for embedded modules - support for static builds - simpler cross-compilation support - simpler module/loader interface (no exported symbols) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22use .PHONY instead of FORCErussell1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35510 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-19allow chan_h323 to build (issue #7006, casper)russell1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@28834 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have ↵kpfleming1-1/+1
autoconf and menuselect tools for Asterisk! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-15Big oops. I did this from my trunk directory instead of ↵russell1-1/+1
autoconf_and_menuselect ... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20297 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-15include autoconfig.h (casper)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20296 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29Rework astersk make process to be compatable with the Open H.323 build ↵jeremy1-105/+29
process. Bug #3981 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5527 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04Better dependancy and version checking method, solve call problems when ↵jeremy1-10/+12
dealing with a gatekeeper, sanity check call cleanup, in hopes to avoid deadlocks (Bugs #3848 #3643, #3591) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5379 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-28Force the use of specific versions of OpenH.323 and PWlib (Bug #3386 with mods)jeremy1-2/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4909 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-18use PROC instead of OSARCHjeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4835 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-15Fix H.323 build on ppc (bug #3353)markster1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4801 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-16Properly deal with Caller*ID, document the new RTP Payload setting, remove ↵jeremy1-2/+3
compiler option that may confuse g++ and force chan_h323.so to be relinked on every compile git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4467 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-15Add depend support for H.323 (bug #2757)markster1-4/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4247 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-10finish implementing type=peer, implement setting of FastStart and H.245 ↵jeremy1-25/+0
Tunneling per user/peer, update External RTP implemenation, fixed compile process/other buglets to operate with Open H.323 v1.14.4 and PWLib v1.7.5, and massive code clean up. All of the above is untested, please test and report git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3970 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-30massive changes, very broken, do not use (from airport)jeremy1-24/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3859 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-31Merge NetBSD and Courtesty tone with modifications (bug #2329)markster1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3686 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch ↵markster1-7/+20
still pending) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3273 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-28OpenBSD portability to H323markster1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2806 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-21rollback to pre-janus, for the momentjeremy1-5/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2724 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-19Make comptable with Open H.323's Janus release. See ↵jeremy1-9/+2
http://www.sf.net/projects/openh323/ for details. These changes will cause any version less than Janus to fail at compile time. This update may also address the recent instability noise... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2710 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-19OpenBSD portability enhancements (bug 1002)citats1-1/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2708 f38db490-d61c-443f-a65b-d21fe96a405b
2004-01-11clean up code and remove install directive in h323/ Makefilejeremy1-16/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1924 f38db490-d61c-443f-a65b-d21fe96a405b
2003-11-19apply G.729 patches (with changes) from bug #421jeremy1-6/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1767 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-27Minor makefile fixmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1443 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-16Hopefuly kram fixed my lame buildjeremy1-17/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1354 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-10Update Makefile and Readme with warnings and current infojeremy1-6/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1286 f38db490-d61c-443f-a65b-d21fe96a405b
2003-08-02remote memory profilingjeremy1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1248 f38db490-d61c-443f-a65b-d21fe96a405b
2003-06-25Update to work around G.729 compile issues, for nowjeremy1-3/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1119 f38db490-d61c-443f-a65b-d21fe96a405b
2003-05-20clarify messages, try to stop another debian segjeremy1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1048 f38db490-d61c-443f-a65b-d21fe96a405b
2003-04-23Fix some symbol and Makefile issuesmarkster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@886 f38db490-d61c-443f-a65b-d21fe96a405b
2003-04-02Add make samples to the main Makefilemartinp1-0/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@739 f38db490-d61c-443f-a65b-d21fe96a405b
2003-03-31first commit of chan_h323jeremy1-0/+53
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@724 f38db490-d61c-443f-a65b-d21fe96a405b