summaryrefslogtreecommitdiff
path: root/channels/chan_h323.c
AgeCommit message (Expand)Author
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,Russell Bryant
2006-05-31update the rest of the channel drivers that use RTP so that their channelRussell Bryant
2006-05-10update the ->indicate() callback for the new argumentsKevin P. Fleming
2006-04-29partial adaptation to the new module loadingLuigi Rizzo
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-03bug updates chan_h323 to some api changes it Matt O'Gorman
2006-01-31define a global null_frame object so when queueing a null frame, you don'tRussell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changeRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-15ok wtf, no compiler error hereJeremy McNamara
2005-09-15I swore this compiled. Honest, officerJeremy McNamara
2005-09-15more license/copyright header updates (thanks Ian!)Kevin P. Fleming
2005-09-15Lets try this - an attempt to properly deal with DTMFJeremy McNamara
2005-09-15clean up debugJeremy McNamara
2005-09-15castrate the logic in oh323_digit to pass DTMF no matter what. (issue #4989)Jeremy McNamara
2005-08-02Fix newsignal/newcontrol compile issue. Bug #4867Jeremy McNamara
2005-07-27Stomp on deadlock. Bug #4555Jeremy McNamara
2005-07-27one-way-audio problem on multihomed host with bind to secondary address. Bug ...Jeremy McNamara
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-06fix version tag macro callsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-05-21Optimize global/user/peer configuration call options. Bug #4336Jeremy McNamara
2005-05-19Make capbilities be connection specific versus for the whole endpoint. Bug #4334Jeremy McNamara
2005-05-19Fix memory leak, avoid uncessary abuse of memory and formatting tweaks. Bug #...Jeremy McNamara
2005-05-13Formatting fixes and sanity checks Bug #4263Jeremy McNamara
2005-05-11Formatting fixes, proper locking and to shut bkw up. Bug #4185Jeremy McNamara
2005-05-03Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug ...Jeremy McNamara
2005-05-02Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112Jeremy McNamara
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-29Fix codec negiocation on inbound calls. Bugs 3980, 4021, 4045Jeremy McNamara
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-04Better dependancy and version checking method, solve call problems when deali...Jeremy McNamara
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)Mark Spencer
2005-03-08Fix compilation of chan_h323.c since removal of the private channel structure...Josh Roberson
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-13Add additional sanity checks (bug #3548)Mark Spencer
2005-02-09Fix H.323 locking (bug #3540)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2004-12-21Fix G.729 name annoucement to Open H.323 and inform Asterisk's RTP stack spec...Jeremy McNamara
2004-12-20Create string properly and cast peer correctlyJeremy McNamara
2004-12-18oopsieJeremy McNamara
2004-12-18Fix incoming caller*id. Bug #3077Jeremy McNamara
2004-12-16Properly deal with Q.931 cause codesJeremy McNamara
2004-12-16Properly deal with Caller*ID, document the new RTP Payload setting, remove co...Jeremy McNamara
2004-12-15Major fixes: Fixed deadlock issue, added support for inband call progress and...Jeremy McNamara