summaryrefslogtreecommitdiff
path: root/channels/chan_h323.c
AgeCommit message (Expand)Author
2006-11-22Don't over-deprecate... :-)Olle Johansson
2006-11-13Make chan_h323 build again and make the CLI commands work. (reported on aster...Joshua Colp
2006-11-10Merged revisions 47457 via svnmerge from Joshua Colp
2006-11-10Merged revisions 47436 via svnmerge from Tilghman Lesher
2006-11-10Merged revisions 47405 via svnmerge from Joshua Colp
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-02Merged revisions 47053 via svnmerge from Tilghman Lesher
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-25Merged revisions 46154 via svnmerge from Kevin P. Fleming
2006-10-07Merged revisions 44684 via svnmerge from Paul Cadach
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-10-02Merged revisions 44166 via svnmerge from Paul Cadach
2006-10-01Merged revisions 44135 via svnmerge from Paul Cadach
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