aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-01-21Bug 5515 - Devicestate and API documentation updatetilghman1-35/+99
2005-12-30update doxygen docs to specify authorsrussell1-1/+3
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of markster1-3/+1
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'tilghman1-1/+1
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+4
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-7/+7
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-09-09allow users of RTP to know when the peer endpoint is (apparently) behind a NATkpfleming1-1/+1
2005-07-05add function to convert a cause code to a stringrussell1-2/+2