aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)AuthorFilesLines
2004-09-13Fix star 80 to star 60 (bug #2247)markster1-1/+1
2004-08-26Repair offer/answer model (bug #2293), initial CNG work for new frametypemarkster1-0/+2
2004-08-13Don't request tones when in-band DTMF mode is enabled (bug #2248)markster1-3/+3
2004-08-12Specify D/ package in mgcp send digit routine (first commit from Adtran!)markster1-3/+5
2004-08-08Merge BSD stack size work (bug #2067)markster1-2/+2
2004-08-05Fix little MGCP buglet with the wildcard endpoint (bug #2216)markster1-1/+2
2004-08-03Don't offer codecs not allowed on a reinvitemarkster1-1/+1
2004-08-03Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" o...markster1-4/+4
2004-08-02Create initial framework for single channel supportmarkster1-0/+6
2004-08-01Don't reload subchannels of wild card endpoint on reload.markster1-22/+22
2004-08-01Make sure it's really a dotted IP (bug #2198)markster1-1/+1
2004-08-01Fix reload with wildcard endpointmarkster1-11/+13
2004-07-30Bug # 2181: Support the PING event in MGCP.malcolmd1-2/+5
2004-07-26Work properly on a reloadmarkster1-0/+1
2004-07-26Turn off DTMF generally in MGCP and make option to enable RFC2833 or in-bandmarkster1-11/+27
2004-07-25Create one generally useful runtime option and one compile time option to wor...markster1-2/+31
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....markster1-1/+1
2004-07-16Re-listen after MGCP reload (bug #2061)markster1-0/+3
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster1-17/+17
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)markster1-10/+10
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...markster1-48/+26
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-2/+0
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-8/+28
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-5/+5
2004-05-27Make RTP handle codecs (first pass)markster1-6/+10
2004-05-24Fix small typomarkster1-1/+1
2004-05-21First pass at handling responses properly for retransmissionsmarkster1-3/+74
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedmarkster1-0/+2
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.ccitats1-0/+1
2004-04-28Fix deadlock in IAX2 trunking, small MGCP fixmarkster1-1/+2
2004-04-27Improve responsiveness of MGCP during a reload (bug #1488)markster1-8/+23
2004-04-26Merge JS's Cisco MGCP fixes (Bug #693)markster1-47/+183
2004-04-22gethostbyname isn't reentrant, who knew...markster1-6/+6
2004-04-08Remove more needlock stuffcitats1-1/+1
2004-04-07Remove extra argument from ast_set_*_format callscitats1-2/+2
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-13/+13
2004-03-27Merge more Sentito contributions (thanks serkan)markster1-8/+74
2004-03-27More read/write lock fixes in various modulescitats1-2/+2
2004-03-27Make read/write mode have a lock parameter and use it properly.markster1-2/+2
2004-03-19Major MGCP enhancements (*very* big thank you to serkan and Sentito) (bug #1114)markster1-225/+990
2004-03-15Fixup some pthread_t checking in channelscitats1-1/+1
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andcitats1-4/+4
2004-03-04Add support for parking with IAX2markster1-1/+1
2004-02-02NetBSD portability enhancements (bug #969)markster1-0/+2
2004-02-02Use better flags when starting MGCP threads (bug #598)markster1-2/+9
2004-01-12fix monitor thread issue, even though commented outjeremy1-1/+1
2003-12-09Minor mgcp debuggin changes, sip deadlock improvementmarkster1-3/+6
2003-12-05Don't use dynamic mode when scanning all gatewaysmarkster1-1/+1
2003-09-08BSD portability enhancements (bug #234)markster1-2/+2
2003-08-19Add canreinvite option and minor tweak to bridging codemarkster1-2/+12