aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-31Merged revisions 53046 via svnmerge from russell1-0/+2
2007-01-23Merged revisions 51615 via svnmerge from pcadach1-3/+9
2007-01-19Merged revisions 51311 via svnmerge from russell1-2/+2
2007-01-18Update ast_append_ha() usagepcadach1-2/+10
2007-01-01- Implement error handling in ast_append_haoej1-1/+1
2006-11-22Don't over-deprecate... :-)oej1-15/+0
2006-11-13Make chan_h323 build again and make the CLI commands work. (reported on aster...file1-2/+2
2006-11-10Merged revisions 47457 via svnmerge from file1-6/+4
2006-11-10Merged revisions 47436 via svnmerge from tilghman1-11/+26
2006-11-10Merged revisions 47405 via svnmerge from file1-4/+6
2006-11-07A fair number of changes for the sake of bug 7506murf1-15/+17
2006-11-02Merged revisions 47053 via svnmerge from tilghman1-3/+3
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-43/+42
2006-10-25Merged revisions 46154 via svnmerge from kpfleming1-0/+2
2006-10-07Merged revisions 44684 via svnmerge from pcadach1-0/+7
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-10-02Merged revisions 44166 via svnmerge from pcadach1-36/+17
2006-10-01Merged revisions 44135 via svnmerge from pcadach1-2/+11
2006-09-29Merged revisions 44009 via svnmerge from pcadach1-0/+5
2006-09-28Handle HOLD/RETRIEVE notificationspcadach1-2/+59
2006-09-27Use ast_strdupa() instead of strdup(), thanks to sergeepcadach1-1/+1
2006-09-25Support for negotiation and receiption of Cisco's RTP DTMFpcadach1-24/+39
2006-09-24Specify RFC2833 payload on dtmfmode option rather than dtmfcodec option (depr...pcadach1-1/+17
2006-09-24DTMF mode is bitmask, not valued fieldpcadach1-4/+12
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