summaryrefslogtreecommitdiff
path: root/channels/chan_h323.c
AgeCommit message (Expand)Author
2006-09-29Merged revisions 44009 via svnmerge from Paul Cadach
2006-09-28Handle HOLD/RETRIEVE notificationsPaul Cadach
2006-09-27Use ast_strdupa() instead of strdup(), thanks to sergeePaul Cadach
2006-09-25Support for negotiation and receiption of Cisco's RTP DTMFPaul Cadach
2006-09-24Specify RFC2833 payload on dtmfmode option rather than dtmfcodec option (depr...Paul Cadach
2006-09-24DTMF mode is bitmask, not valued fieldPaul Cadach
2006-09-24Define DTMF payload typesPaul Cadach
2006-09-23Avoid possible deadlock on channel destructionPaul Cadach
2006-09-22Move from h.323 to h323 command prefixPaul Cadach
2006-09-22Fix compilation warningsPaul Cadach
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-21Introduce Cisco G.726-32 capability (g726aal2 form)Paul Cadach
2006-09-20Remove unnecessary (long time ago commented out) codePaul Cadach
2006-09-20Merge in latest round of chan_h323 changes. These are all isolated to chan_h3...Joshua Colp
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*Matthew Fredrickson
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on theRussell Bryant
2006-08-15complete the coding style changes for these frame structuresKevin P. Fleming
2006-08-15Made "style" change requested by Kevin Fleming... used initializer in declara...Steve Murphy
2006-08-15On behalf of PCadach, " IMHO that was last deadlock in chan_h323..."Steve Murphy
2006-08-05Merged revisions 38903-38904 via svnmerge from Russell Bryant
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-03Blocked revisions 36725 via svnmergeRussell Bryant
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyRussell Bryant
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structureRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
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