summaryrefslogtreecommitdiff
path: root/channels/chan_jingle.c
AgeCommit message (Expand)Author
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