aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323
AgeCommit message (Collapse)AuthorFilesLines
2005-05-26Define AST_MAX_ACCOUNTCODE because chan_h323.h does not link to the Asterisk ↵jeremy1-0/+2
headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5776 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5765 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-21Optimize global/user/peer configuration call options. Bug #4336jeremy1-11/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5753 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-21Make debug output more precise. Bug #4345jeremy1-9/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5752 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19Make capbilities be connection specific versus for the whole endpoint. Bug #4334jeremy3-80/+103
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5742 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-19Fix memory leak, avoid uncessary abuse of memory and formatting tweaks. Bug ↵jeremy2-28/+11
#4282 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5739 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-11C++ formatting fixes, Log PWLib assertions, remove uncessary locking and to ↵jeremy1-21/+39
shut bkw up. Bug #4185 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5629 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-11Fix one way audio with some broken Endpoints and to shut bkw up. Bug #4164jeremy1-13/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5627 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-11Add specific gcc version to shut bkw upjeremy1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5626 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-03Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug ↵jeremy1-1/+1
#4135 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5559 f38db490-d61c-443f-a65b-d21fe96a405b
2005-05-02Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112jeremy2-11/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5551 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29Rework astersk make process to be compatable with the Open H.323 build ↵jeremy3-110/+39
process. Bug #3981 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5527 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-29Fix codec negiocation on inbound calls. Bugs 3980, 4021, 4045jeremy1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5526 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵kpfleming1-1/+1
(bug #4058) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5490 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-19update so people don't whine any morejeremy1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5484 f38db490-d61c-443f-a65b-d21fe96a405b
2005-04-04Better dependancy and version checking method, solve call problems when ↵jeremy4-16/+122
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)jeremy2-6/+34
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4909 f38db490-d61c-443f-a65b-d21fe96a405b
2005-01-18Add missing cvs ignore (bug #3373)markster1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4839 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-21Fix G.729 name annoucement to Open H.323 and inform Asterisk's RTP stack ↵jeremy2-13/+11
specifically which codec we are expecting. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4508 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-16Properly deal with Q.931 cause codesjeremy1-3/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4470 f38db490-d61c-443f-a65b-d21fe96a405b
2004-12-16Properly deal with Caller*ID, document the new RTP Payload setting, remove ↵jeremy5-13/+32
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-12-15Major fixes: Fixed deadlock issue, added support for inband call progress ↵jeremy3-60/+267
and correct Progress Indicator messages, added configurable RTP payload to send RFC2833 DTMF and correct sending of RFC2833 User Input capability, fixed hostname parsing on peers, preliminary support for correct Q.931 cause codes and fixed bindaddr compile warning git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4466 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-11-11format properlyjeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4215 f38db490-d61c-443f-a65b-d21fe96a405b
2004-11-11A [possibly] better solution to the CalledPartyAddress problem. Test and ↵jeremy3-7/+8
report please git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4214 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-23implement type=alias to deprecate type=h323 and a whole lot more code clean upjeremy3-315/+238
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4052 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-22re-implement callerid, still might not be right. Remove channel limits, in ↵jeremy2-20/+13
favor to app_groupcount. A lot more code cleanup. Please test and report as I am sure I broke something git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4049 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-14be more explicitjeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4001 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-14document proper usage of Bindaddr and type=peerjeremy1-1/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3999 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-10Detail type=peer a bitjeremy1-3/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3972 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-10Update README with new information.jeremy1-42/+38
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3971 f38db490-d61c-443f-a65b-d21fe96a405b
2004-10-10finish implementing type=peer, implement setting of FastStart and H.245 ↵jeremy4-236/+93
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-10-04a major rework - type=peer support, code cleanup, and optimization. Still ↵jeremy2-33/+29
not ready to use git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3908 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-30massive changes, very broken, do not use (from airport)jeremy3-63/+59
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3859 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-21support early media/intercept Bug #562jeremy3-21/+123
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3815 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-21Add a bit more newbie protectionjeremy1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3814 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-19protect against seg on busy systems. Bug #2249jeremy3-11/+17
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3809 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-31nit picky fixupsjeremy1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3699 f38db490-d61c-443f-a65b-d21fe96a405b
2004-08-31add exten example. Thanks ManxPowerjeremy1-3/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3698 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-07-22clean up warnings, and re-add a return, how did that get removed?jeremy2-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3491 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-21more changes to properly copy the call token and a small code optimizationjeremy1-12/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3489 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-21const is evil?jeremy1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3488 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-20first attempt to properly copy and then free call detail strings.jeremy1-19/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3485 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-17actually implement the setting of noFastStart and noH245Tunneling.jeremy2-16/+21
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3459 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-27apply temporary fix to stop people from whining.jeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3325 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-26Merge source cleanups (bug #1911)markster3-23/+33
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3311 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch ↵markster2-7/+30
still pending) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3273 f38db490-d61c-443f-a65b-d21fe96a405b