aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-06Commit some cleanups to the format type code.tilghman1-3/+3
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-5/+5
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-5/+5
2007-10-15Switch dundi to new tos config format.qwell1-4/+0
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-92/+115
2007-10-01Corydon posted this janitor project to the bug tracker and mvanbaak providedrussell1-8/+8
2007-09-21Merged revisions 83432 via svnmerge from russell1-1/+1
2007-09-17convert various places that access the channel lock directly to use the chann...russell1-4/+4
2007-08-21Merged revisions 80132 via svnmerge from russell1-10/+7
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-13/+9
2007-08-13Merged revisions 79174 via svnmerge from file1-2/+0
2007-08-09Fix a problem that I had introduced into MWI handling. I had ignoredrussell1-2/+15
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file1-2/+2
2007-08-01Merged revisions 77869 via svnmerge from file1-1/+1
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-122/+56
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-11/+6
2007-06-14Merged revisions 69392 via svnmerge from kpfleming1-1/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-46/+25
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-2/+5
2007-06-04Merged revisions 67121 via svnmerge from qwell1-57/+72
2007-06-03ast_calloc janitor (Inspired by issue 9860)tilghman1-31/+26
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell1-5/+1
2007-04-30Add support for setting the CoS for VLAN traffic (802.1p) in Linux. Therussell1-18/+10
2007-04-28Merge changes from team/russell/eventsrussell1-2/+36
2007-04-10Merged revisions 60989 via svnmerge from murf1-1/+1
2007-02-16Adding Realtime Text support (T.140) to Asteriskoej1-1/+1
2007-01-31Merged revisions 53046 via svnmerge from russell1-0/+1
2007-01-19Merged revisions 51311 via svnmerge from russell1-2/+2
2007-01-01- Implement error handling in ast_append_haoej1-1/+1
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-5/+5
2006-11-10Merged revisions 47436 via svnmerge from tilghman1-6/+6
2006-11-07A fair number of changes for the sake of bug 7506murf1-3/+2
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-8/+15
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-24/+23
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-1/+1
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-17/+32
2006-09-28Merged revisions 43933 via svnmerge from file1-3/+3
2006-09-21Merged revisions 43454 via svnmerge from file1-21/+22
2006-09-21Lots more removal of deprecated thingstilghman1-27/+3
2006-09-18merge qwell's CLI verbification workkpfleming1-57/+81
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+2
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-4/+12
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...file1-6/+12
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-21/+10
2006-08-16Merged revisions 40057 via svnmerge from kpfleming1-4/+6
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on therussell1-4/+2
2006-08-05Merged revisions 38903-38904 via svnmerge from russell1-1/+7
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell1-26/+16
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-218/+133