aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-29Add some debugging code that ensures that when we do deadlock avoidance, wetilghman1-6/+2
2008-03-05Add a control frame to indicate the source of media has changed. Depending on...file1-0/+3
2008-02-05Clear the DTMF buffer on hangup.mmichelson1-0/+3
2008-01-27When deleting a task from the scheduler, ignoring the return value couldtilghman1-6/+3
2008-01-08Fix various DTMF issues in chan_mgcp.file1-11/+49
2007-12-17Issue 11574: Add dependencies on res_monitor and res_features. oej1-0/+3
2007-12-03Changing some bad logic when calculating the interdigit timeout.mmichelson1-1/+1
2007-11-30Clear the DTMF buffer if the call times out.mmichelson1-0/+1
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-1/+1
2007-08-21Don't try to dereference the owner channel when it may not existrussell1-10/+7
2007-08-13(closes issue #10437)file1-2/+0
2007-08-01Add some fixes for building on Solaris.file1-1/+1
2007-06-14use ast_localtime() in every place localtime_r() was being usedkpfleming1-1/+1
2007-06-04Fixes for dtmf/dialing with mgcp (similar to the recent fix for chan_skinny)qwell1-56/+72
2007-04-09This is a big improvement over the current CDR fixes. It may still need refin...murf1-1/+1
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+1
2007-01-19Merge the changes from the /team/group/vldtmf_fixup branch.russell1-2/+2
2006-11-10Discussion of these CLI changes resulted in more consistency (Bug 8236)tilghman1-6/+6
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-3/+2
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-35/+18
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-24/+23
2006-10-04update thread creation code a bitkpfleming1-1/+1
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-3/+3
2006-09-21Clean up chan_mgcp's module load function (issue #8001 reported by Mithraen w...file1-21/+22
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