aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/ast_h323.cpp
AgeCommit message (Collapse)AuthorFilesLines
2006-09-20Change file naming to be conform OpenH323 rulespcadach1-2280/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-20Merge in latest round of chan_h323 changes. These are all isolated to ↵file1-40/+125
chan_h323 so meh. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43331 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*mattf1-390/+1051
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43281 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-03bug updates chan_h323 to some api changes it mogorman1-0/+2
also allows for it to compile once more patch taken from 6446 with minor mods, similar bugs 6521 and 6560 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@17104 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-11-03Request a sane amount of bandwdith from GK, and fix one-way auido problems ↵jeremy1-16/+17
with broken H.323 stacks *cough* CCM. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6950 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-01Apply a proper solution to resolve AST_MAX_ACCOUNT_CODEjeremy1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5805 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 #4334jeremy1-77/+94
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 ↵jeremy1-21/+7
#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-02Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112jeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5551 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-04Better dependancy and version checking method, solve call problems when ↵jeremy1-5/+103
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
2004-12-21Fix G.729 name annoucement to Open H.323 and inform Asterisk's RTP stack ↵jeremy1-12/+8
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 ↵jeremy1-9/+17
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 ↵jeremy1-36/+217
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-11A [possibly] better solution to the CalledPartyAddress problem. Test and ↵jeremy1-5/+6
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 upjeremy1-211/+200
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 ↵jeremy1-14/+11
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-10finish implementing type=peer, implement setting of FastStart and H.245 ↵jeremy1-166/+65
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 ↵jeremy1-27/+25
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)jeremy1-29/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3859 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-21support early media/intercept Bug #562jeremy1-18/+118
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3815 f38db490-d61c-443f-a65b-d21fe96a405b
2004-09-19protect against seg on busy systems. Bug #2249jeremy1-6/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3809 f38db490-d61c-443f-a65b-d21fe96a405b
2004-07-22clean up warnings, and re-add a return, how did that get removed?jeremy1-1/+1
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-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.jeremy1-4/+10
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)markster1-1/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3311 f38db490-d61c-443f-a65b-d21fe96a405b
2004-06-15check to make sure the extension exists b4 actually accepting the call and ↵jeremy1-1/+6
lets hope this gives Open H.323 enough time to sync up (bug #1714) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3220 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-26properly clean capabilites from the endpointjeremy1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3079 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-25optmize call setup processjeremy1-34/+14
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3063 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-20backout code optimization, add more explict error reportingjeremy1-3/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3030 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-20cleanup code and debugjeremy1-13/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3028 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-20properly send call progress and alerting PDUs, re-fix one-way audio on call ↵jeremy1-27/+87
manager, and hopefully add call progress (N+101) support (not tested) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3023 f38db490-d61c-443f-a65b-d21fe96a405b
2004-05-18clean up codejeremy1-21/+26
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3002 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-16Remove all capabilities firstjeremy1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2700 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-13Lets see if this way works to remove all capabilities from the listjeremy1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2688 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-13back out lame attemptjeremy1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2687 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-13print out capability set, if h323debug is turned onjeremy1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2686 f38db490-d61c-443f-a65b-d21fe96a405b
2004-04-13make sure capability set is clean before setting new value(s)jeremy1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2685 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-20re-apply possible CCM fix. Someone still needs to test thisjeremy1-3/+58
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2500 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-20rollback everything to known good state. E.164 and prefix routing patches ↵jeremy1-76/+16
are broken git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2498 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-20try to work around CCM interop, UNTESTED! Someone with a CCM needs to test thisjeremy1-3/+58
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2497 f38db490-d61c-443f-a65b-d21fe96a405b
2004-03-18Properly deal with E.164 and Prefix routingjeremy1-13/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2458 f38db490-d61c-443f-a65b-d21fe96a405b