aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_jingle.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-14Fix DTMF following what has been done in issue #9401. Thanks irroot.phsultan1-5/+22
2007-09-13Modify rule filters to match with the Jingle namespace constantphsultan1-6/+6
2007-09-13Changed Jingle and Jingle DTMF namespaces.phsultan1-6/+6
2007-09-13Reflect Jingle DTMF specification changesphsultan1-2/+2
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-1/+2
2007-08-13Merged revisions 79174 via svnmerge from file1-2/+0
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file1-4/+4
2007-06-27Silly jingle...file1-1/+1
2007-06-19Merged revisions 70084 via svnmerge from russell1-1/+2
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-16/+9
2007-06-03ast_calloc janitor (Inspired by issue 9860)tilghman1-10/+8
2007-05-25more minor fixeskpfleming1-0/+10
2007-05-25Merged revisions 66157 via svnmerge from kpfleming1-0/+1
2007-05-07Adding external referenses for doxygenoej1-0/+2
2007-04-10updated ast_channel_alloc() call to include the 4 extra args everyone got. No...murf1-1/+1
2007-04-03Add support for RTP packetization in chan_jingle and chan_gtalk.russell1-0/+8
2007-02-21Merged revisions 55954 via svnmerge from qwell1-3/+6
2007-02-21Merged revisions 55799 via svnmerge from qwell1-1/+1
2007-02-20Merged revisions 55555 via svnmerge from qwell1-5/+1
2007-02-17Update chan_jingle to new definition of set_rtp_peer.file1-2/+2
2007-02-10add another dependencyrussell1-0/+1
2007-01-19Merged revisions 51311 via svnmerge from russell1-11/+13
2006-11-08fix compilation.rizzo1-1/+1
2006-11-07A fair number of changes for the sake of bug 7506murf1-8/+11
2006-11-03remove useless usecnt stuffrizzo1-9/+0
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-2/+4
2006-09-18seperate jingle and gtalk so it will be easier to trackmogorman1-8/+8
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-29update to reflect recent rtp changesrussell1-7/+11
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-16/+9
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on therussell1-4/+2
2006-08-08some code clean up and catch for a act_hook being calledmogorman1-8/+10
2006-08-07Many many code cleanup changes given to me by Oejmogorman1-77/+74
2006-08-02dtmf support. not everything else, trying to clear out those other bugsmogorman1-9/+102
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell1-1/+1
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-2/+14
2006-07-13allow users of RTP to use G726-32 AAL2 packing even when RFC3551 packing has ...kpfleming1-1/+1
2006-07-03Blocked revisions 36725 via svnmergerussell1-4/+1
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyrussell1-14/+7
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structurerussell1-7/+14
2006-06-18bail if ast_calloc fails, this was done before but i accidently removed it whenrussell1-0/+2
2006-06-18fix various coding guidelines issues (issue #7345, with additional changes)russell1-33/+15
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-3/+3
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,russell1-0/+23
2006-05-31update the rest of the channel drivers that use RTP so that their channelrussell1-0/+1
2006-05-30Bug 7237 - Replace recoded thread_safe_rand with the existing ast_random APItilghman1-18/+4
2006-05-29remove duplicate static keywords, oopsrussell1-2/+2
2006-05-27make some variables static ... committed from xcode :)russell1-4/+4
2006-05-26That goes for jingle too :)markster1-1/+1