aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-24Define DTMF payload typespcadach1-1/+1
2006-09-23Avoid possible deadlock on channel destructionpcadach1-19/+21
2006-09-22Move from h.323 to h323 command prefixpcadach1-16/+57
2006-09-22Fix compilation warningspcadach1-2/+2
2006-09-21Lots more removal of deprecated thingstilghman1-13/+0
2006-09-21Introduce Cisco G.726-32 capability (g726aal2 form)pcadach1-1/+5
2006-09-20Remove unnecessary (long time ago commented out) codepcadach1-34/+0
2006-09-20Merge in latest round of chan_h323 changes. These are all isolated to chan_h3...file1-3/+24
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*mattf1-755/+1459
2006-09-18merge qwell's CLI verbification workkpfleming1-37/+39
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+1
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-3/+11
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-12/+5
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on therussell1-4/+2
2006-08-15complete the coding style changes for these frame structureskpfleming1-6/+13
2006-08-15Made "style" change requested by Kevin Fleming... used initializer in declara...murf1-17/+3
2006-08-15On behalf of PCadach, " IMHO that was last deadlock in chan_h323..."murf1-13/+36
2006-08-05Merged revisions 38903-38904 via svnmerge from russell1-11/+12
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-0/+10
2006-07-03Blocked revisions 36725 via svnmergerussell1-10/+9
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyrussell1-13/+8
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structurerussell1-8/+13
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+15
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,russell1-1/+26
2006-05-31update the rest of the channel drivers that use RTP so that their channelrussell1-1/+1
2006-05-10update the ->indicate() callback for the new argumentskpfleming1-2/+2
2006-04-29partial adaptation to the new module loadingrizzo1-24/+9
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+5
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-03bug updates chan_h323 to some api changes it mogorman1-14/+13
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-3/+2
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+4
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-3/+3
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-15ok wtf, no compiler error herejeremy1-1/+1
2005-09-15I swore this compiled. Honest, officerjeremy1-1/+1
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-14/+15
2005-09-15Lets try this - an attempt to properly deal with DTMFjeremy1-10/+18
2005-09-15clean up debugjeremy1-1/+1
2005-09-15castrate the logic in oh323_digit to pass DTMF no matter what. (issue #4989)jeremy1-10/+8
2005-08-02Fix newsignal/newcontrol compile issue. Bug #4867jeremy1-2/+2
2005-07-27Stomp on deadlock. Bug #4555jeremy1-35/+61
2005-07-27one-way-audio problem on multihomed host with bind to secondary address. Bug ...jeremy1-3/+3
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell1-2/+2
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-5/+1
2005-06-06fix version tag macro callskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-0/+5
2005-05-21Optimize global/user/peer configuration call options. Bug #4336jeremy1-188/+113