summaryrefslogtreecommitdiff
path: root/channels/chan_jingle.c
AgeCommit message (Expand)Author
2007-06-03ast_calloc janitor (Inspired by issue 9860)Tilghman Lesher
2007-05-25more minor fixesKevin P. Fleming
2007-05-25Merged revisions 66157 via svnmerge from Kevin P. Fleming
2007-05-07Adding external referenses for doxygenOlle Johansson
2007-04-10updated ast_channel_alloc() call to include the 4 extra args everyone got. No...Steve Murphy
2007-04-03Add support for RTP packetization in chan_jingle and chan_gtalk.Russell Bryant
2007-02-21Merged revisions 55954 via svnmerge from Jason Parker
2007-02-21Merged revisions 55799 via svnmerge from Jason Parker
2007-02-20Merged revisions 55555 via svnmerge from Jason Parker
2007-02-17Update chan_jingle to new definition of set_rtp_peer.Joshua Colp
2007-02-10add another dependencyRussell Bryant
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2006-11-08fix compilation.Luigi Rizzo
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-03remove useless usecnt stuffLuigi Rizzo
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-18seperate jingle and gtalk so it will be easier to trackMatt O'Gorman
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-29update to reflect recent rtp changesRussell Bryant
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-08some code clean up and catch for a act_hook being calledMatt O'Gorman
2006-08-07Many many code cleanup changes given to me by OejMatt O'Gorman
2006-08-02dtmf support. not everything else, trying to clear out those other bugsMatt O'Gorman
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forRussell Bryant
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-13allow users of RTP to use G726-32 AAL2 packing even when RFC3551 packing has ...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-18bail if ast_calloc fails, this was done before but i accidently removed it whenRussell Bryant
2006-06-18fix various coding guidelines issues (issue #7345, with additional changes)Russell 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-30Bug 7237 - Replace recoded thread_safe_rand with the existing ast_random APITilghman Lesher
2006-05-29remove duplicate static keywords, oopsRussell Bryant
2006-05-27make some variables static ... committed from xcode :)Russell Bryant
2006-05-26That goes for jingle too :)Mark Spencer
2006-05-23finish cleaning up some more stuff before russellMatt O'Gorman
2006-05-23update chan_jingle to reflect the recent change to the indicate prototypeRussell Bryant
2006-05-22asterisk-xmpp merge inMatt O'Gorman