Kevin P. Fleming
1485fa4c24
move this header to include where it belongs
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43298 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-19 21:48:57 +00:00
Matthew Fredrickson
2cc96500bd
Mergeing in Paul Cadach's chan_h323 changes *holds breath*
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43281 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-19 17:07:22 +00:00
Kevin P. Fleming
0a27d8bfe5
merge new_loader_completion branch, including (at least):
...
- 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: https://origsvn.digium.com/svn/asterisk/trunk@40722 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-08-21 02:11:39 +00:00
Russell Bryant
3daaf2163f
use .PHONY instead of FORCE
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@35510 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-06-22 15:55:13 +00:00
Russell Bryant
0debd3dec2
allow chan_h323 to build (issue #7006 , casper)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@28834 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-19 22:55:09 +00:00
Kevin P. Fleming
574e14cbea
Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22267 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-24 17:11:45 +00:00
Russell Bryant
825d6d7c99
Big oops. I did this from my trunk directory instead of autoconf_and_menuselect ...
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20297 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-15 15:34:57 +00:00
Russell Bryant
aade174330
include autoconfig.h (casper)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@20296 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-15 15:33:00 +00:00
Kevin P. Fleming
2c65582b66
remove extraneous svn:executable properties
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7221 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-29 18:24:39 +00:00
Jeremy McNamara
1ebd942a88
Rework astersk make process to be compatable with the Open H.323 build process. Bug #3981
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5527 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-29 04:30:51 +00:00
Jeremy McNamara
0efb0da41f
Better dependancy and version checking method, solve call problems when dealing with a gatekeeper, sanity check call cleanup, in hopes to avoid deadlocks (Bugs #3848 #3643 , #3591 )
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5379 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-04 07:06:26 +00:00
Jeremy McNamara
4e158e372c
Force the use of specific versions of OpenH.323 and PWlib (Bug #3386 with mods)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4909 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-28 16:45:06 +00:00
Jeremy McNamara
ee456ae10d
use PROC instead of OSARCH
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4835 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-18 16:21:54 +00:00
Mark Spencer
a0e6229adb
Fix H.323 build on ppc (bug #3353 )
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4801 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-01-15 19:04:45 +00:00
Jeremy McNamara
0155dee2fd
Properly deal with Caller*ID, document the new RTP Payload setting, remove compiler option that may confuse g++ and force chan_h323.so to be relinked on every compile
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-16 02:03:19 +00:00
Mark Spencer
0e3c6239fc
Add depend support for H.323 (bug #2757 )
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4247 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-15 00:41:25 +00:00
Jeremy McNamara
34afeec2e7
finish implementing type=peer, implement setting of FastStart and H.245 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: https://origsvn.digium.com/svn/asterisk/trunk@3970 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-10-10 12:20:18 +00:00
Jeremy McNamara
76485d3f02
massive changes, very broken, do not use (from airport)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3859 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-30 19:30:49 +00:00
Mark Spencer
2a108b9b06
Merge NetBSD and Courtesty tone with modifications (bug #2329 )
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-08-31 13:32:11 +00:00
Mark Spencer
5546e32355
Merge major BSD mutex and symbol conflict patches (bug #1816 ) (link patch still pending)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3273 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-06-22 17:42:14 +00:00
Mark Spencer
da8f6a9acf
OpenBSD portability to H323
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2806 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-04-28 21:06:29 +00:00
Jeremy McNamara
87e84064d2
rollback to pre-janus, for the moment
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2724 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-04-21 02:28:05 +00:00
Jeremy McNamara
e9ea9975de
Make comptable with Open H.323's Janus release. See 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: https://origsvn.digium.com/svn/asterisk/trunk@2710 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-04-19 19:47:27 +00:00
James Golovich
98533cbccc
OpenBSD portability enhancements (bug 1002)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2708 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-04-19 08:11:51 +00:00
Jeremy McNamara
6b6ff098eb
clean up code and remove install directive in h323/ Makefile
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1924 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-01-11 02:22:32 +00:00
Jeremy McNamara
54ae8fcd9e
apply G.729 patches (with changes) from bug #421
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1767 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-11-19 22:46:35 +00:00
Mark Spencer
c6d42e9779
Minor makefile fix
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1443 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-08-27 16:05:14 +00:00
Jeremy McNamara
79bbadc3c4
Hopefuly kram fixed my lame build
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1354 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-08-16 16:55:19 +00:00
Jeremy McNamara
680e851452
Update Makefile and Readme with warnings and current info
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1286 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-08-10 18:12:48 +00:00
Jeremy McNamara
fd62e99c23
remote memory profiling
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1248 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-08-02 04:45:37 +00:00
Jeremy McNamara
01e8718ad5
Update to work around G.729 compile issues, for now
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1119 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-06-25 06:48:08 +00:00
Jeremy McNamara
cee8ab8dc0
clarify messages, try to stop another debian seg
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1048 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-05-20 23:36:40 +00:00
Mark Spencer
7d1c585587
Fix some symbol and Makefile issues
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@886 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-04-23 16:23:12 +00:00
Martin Pycko
cb87c27bfd
Add make samples to the main Makefile
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@739 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-04-02 18:58:47 +00:00
Jeremy McNamara
2b32a1bbb7
first commit of chan_h323
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@724 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2003-03-31 07:13:36 +00:00