aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-13allow users of RTP to use G726-32 AAL2 packing even when RFC3551 packing has ...kpfleming1-5/+5
2006-07-03Blocked revisions 36725 via svnmergerussell1-31/+7
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyrussell1-12/+8
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structurerussell1-8/+12
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,russell1-9/+26
2006-05-31update the rest of the channel drivers that use RTP so that their channelrussell1-1/+1
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-2/+2
2006-04-21more stncpy/ast_copy_string replacement.rizzo1-21/+18
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-20/+11
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...tilghman1-6/+6
2006-02-11Merged revisions 9609 via svnmerge from russell1-0/+1
2006-02-10Merged revisions 9404 via svnmerge from kpfleming1-6/+2
2006-02-01use string fields for some stuff in ast_channelkpfleming1-9/+8
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-2/+1
2006-01-21Bug 5515 - Devicestate and API documentation updatetilghman1-35/+99