summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)Author
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-15Switch dundi to new tos config format.Jason Parker
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)Russell Bryant
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedRussell Bryant
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-09-17convert various places that access the channel lock directly to use the chann...Russell Bryant
2007-08-21Merged revisions 80132 via svnmerge from Russell Bryant
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-08-13Merged revisions 79174 via svnmerge from Joshua Colp
2007-08-09Fix a problem that I had introduced into MWI handling. I had ignoredRussell Bryant
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-08-01Merged revisions 77869 via svnmerge from Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-06-14Merged revisions 69392 via svnmerge from Kevin P. Fleming
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-04Merged revisions 67121 via svnmerge from Jason Parker
2007-06-03ast_calloc janitor (Inspired by issue 9860)Tilghman Lesher
2007-05-24Add a new API call for creating detached threads. Then, go replace all of theRussell Bryant
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. TheRussell Bryant
2007-04-28Merge changes from team/russell/eventsRussell Bryant
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-02-16Adding Realtime Text support (T.140) to AsteriskOlle Johansson
2007-01-31Merged revisions 53046 via svnmerge from Russell Bryant
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2007-01-01- Implement error handling in ast_append_haOlle Johansson
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-10Merged revisions 47436 via svnmerge from Tilghman Lesher
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-04Merged revisions 44378 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-28Merged revisions 43933 via svnmerge from Joshua Colp
2006-09-21Merged revisions 43454 via svnmerge from Joshua Colp
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
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-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-16Merged revisions 40057 via svnmerge from Kevin P. Fleming
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on theRussell Bryant
2006-08-05Merged revisions 38903-38904 via svnmerge from Russell Bryant
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