summaryrefslogtreecommitdiff
path: root/channels/h323/ast_h323.cpp
AgeCommit message (Collapse)Author
2006-09-20Change file naming to be conform OpenH323 rulesPaul Cadach
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43345 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-20Merge in latest round of chan_h323 changes. These are all isolated to ↵Joshua Colp
chan_h323 so meh. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43331 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*Matthew Fredrickson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43281 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-03bug updates chan_h323 to some api changes it Matt O'Gorman
also allows for it to compile once more patch taken from 6446 with minor mods, similar bugs 6521 and 6560 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17104 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7221 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-03Request a sane amount of bandwdith from GK, and fix one-way auido problems ↵Jeremy McNamara
with broken H.323 stacks *cough* CCM. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6950 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-06-01Apply a proper solution to resolve AST_MAX_ACCOUNT_CODEJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5805 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-21Make debug output more precise. Bug #4345Jeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5752 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-19Make capbilities be connection specific versus for the whole endpoint. Bug #4334Jeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5742 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-19Fix memory leak, avoid uncessary abuse of memory and formatting tweaks. Bug ↵Jeremy McNamara
#4282 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5739 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-11C++ formatting fixes, Log PWLib assertions, remove uncessary locking and to ↵Jeremy McNamara
shut bkw up. Bug #4185 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5629 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-11Fix one way audio with some broken Endpoints and to shut bkw up. Bug #4164Jeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5627 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-05-02Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112Jeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5551 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-29Fix codec negiocation on inbound calls. Bugs 3980, 4021, 4045Jeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5526 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-21use double-quotes instead of angle-brackets for non-system include files ↵Kevin P. Fleming
(bug #4058) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5490 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-04-04Better dependancy and version checking method, solve call problems when ↵Jeremy McNamara
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
2004-12-21Fix G.729 name annoucement to Open H.323 and inform Asterisk's RTP stack ↵Jeremy McNamara
specifically which codec we are expecting. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-16Properly deal with Q.931 cause codesJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4470 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-12-16Properly deal with Caller*ID, document the new RTP Payload setting, remove ↵Jeremy McNamara
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-15Major fixes: Fixed deadlock issue, added support for inband call progress ↵Jeremy McNamara
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: https://origsvn.digium.com/svn/asterisk/trunk@4466 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-11-11A [possibly] better solution to the CalledPartyAddress problem. Test and ↵Jeremy McNamara
report please git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4214 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-10-23implement type=alias to deprecate type=h323 and a whole lot more code clean upJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4052 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-10-22re-implement callerid, still might not be right. Remove channel limits, in ↵Jeremy McNamara
favor to app_groupcount. A lot more code cleanup. Please test and report as I am sure I broke something git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4049 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-10-10finish implementing type=peer, implement setting of FastStart and H.245 ↵Jeremy McNamara
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-04a major rework - type=peer support, code cleanup, and optimization. Still ↵Jeremy McNamara
not ready to use git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3908 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-30massive changes, very broken, do not use (from airport)Jeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3859 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-21support early media/intercept Bug #562Jeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3815 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-09-19protect against seg on busy systems. Bug #2249Jeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3809 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-07-22clean up warnings, and re-add a return, how did that get removed?Jeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3491 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-07-21more changes to properly copy the call token and a small code optimizationJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3489 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-07-20first attempt to properly copy and then free call detail strings.Jeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3485 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-07-17actually implement the setting of noFastStart and noH245Tunneling.Jeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3459 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-06-27apply temporary fix to stop people from whining.Jeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3325 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-06-26Merge source cleanups (bug #1911)Mark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3311 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-06-15check to make sure the extension exists b4 actually accepting the call and ↵Jeremy McNamara
lets hope this gives Open H.323 enough time to sync up (bug #1714) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3220 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-05-26properly clean capabilites from the endpointJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3079 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-05-25optmize call setup processJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3063 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-05-20backout code optimization, add more explict error reportingJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3030 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-05-20cleanup code and debugJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3028 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-05-20properly send call progress and alerting PDUs, re-fix one-way audio on call ↵Jeremy McNamara
manager, and hopefully add call progress (N+101) support (not tested) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3023 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-05-18clean up codeJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3002 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-04-16Remove all capabilities firstJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2700 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-04-13Lets see if this way works to remove all capabilities from the listJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-04-13back out lame attemptJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2687 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-04-13print out capability set, if h323debug is turned onJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-04-13make sure capability set is clean before setting new value(s)Jeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2685 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-03-20re-apply possible CCM fix. Someone still needs to test thisJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2500 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-03-20rollback everything to known good state. E.164 and prefix routing patches ↵Jeremy McNamara
are broken git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2498 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-03-20try to work around CCM interop, UNTESTED! Someone with a CCM needs to test thisJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2497 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2004-03-18Properly deal with E.164 and Prefix routingJeremy McNamara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2458 65c4cc65-6c06-0410-ace0-fbb531ad65f3