summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)Author
2004-08-03Don't offer codecs not allowed on a reinviteMark Spencer
2004-08-03Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" o...Mark Spencer
2004-08-02Create initial framework for single channel supportMark Spencer
2004-08-01Don't reload subchannels of wild card endpoint on reload.Mark Spencer
2004-08-01Make sure it's really a dotted IP (bug #2198)Mark Spencer
2004-08-01Fix reload with wildcard endpointMark Spencer
2004-07-30Bug # 2181: Support the PING event in MGCP.Malcolm Davenport
2004-07-26Work properly on a reloadMark Spencer
2004-07-26Turn off DTMF generally in MGCP and make option to enable RFC2833 or in-bandMark Spencer
2004-07-25Create one generally useful runtime option and one compile time option to wor...Mark Spencer
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....Mark Spencer
2004-07-16Re-listen after MGCP reload (bug #2061)Mark Spencer
2004-07-16Last set of strncpy/snprintf updates (bug #2049)Mark Spencer
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)Mark Spencer
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-27Make RTP handle codecs (first pass)Mark Spencer
2004-05-24Fix small typoMark Spencer
2004-05-21First pass at handling responses properly for retransmissionsMark Spencer
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedMark Spencer
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.cJames Golovich
2004-04-28Fix deadlock in IAX2 trunking, small MGCP fixMark Spencer
2004-04-27Improve responsiveness of MGCP during a reload (bug #1488)Mark Spencer
2004-04-26Merge JS's Cisco MGCP fixes (Bug #693)Mark Spencer
2004-04-22gethostbyname isn't reentrant, who knew...Mark Spencer
2004-04-08Remove more needlock stuffJames Golovich
2004-04-07Remove extra argument from ast_set_*_format callsJames Golovich
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-03-27Merge more Sentito contributions (thanks serkan)Mark Spencer
2004-03-27More read/write lock fixes in various modulesJames Golovich
2004-03-27Make read/write mode have a lock parameter and use it properly.Mark Spencer
2004-03-19Major MGCP enhancements (*very* big thank you to serkan and Sentito) (bug #1114)Mark Spencer
2004-03-15Fixup some pthread_t checking in channelsJames Golovich
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andJames Golovich
2004-03-04Add support for parking with IAX2Mark Spencer
2004-02-02NetBSD portability enhancements (bug #969)Mark Spencer
2004-02-02Use better flags when starting MGCP threads (bug #598)Mark Spencer
2004-01-12fix monitor thread issue, even though commented outJeremy McNamara
2003-12-09Minor mgcp debuggin changes, sip deadlock improvementMark Spencer
2003-12-05Don't use dynamic mode when scanning all gatewaysMark Spencer
2003-09-08BSD portability enhancements (bug #234)Mark Spencer
2003-08-19Add canreinvite option and minor tweak to bridging codeMark Spencer
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksMark Spencer
2003-08-02copy just the ip address over to __ouripJeremy McNamara
2003-07-30Fix TOS bit in SIP when verbose < 2, add support for mgcp TOS bitsMark Spencer
2003-06-29Accept MGCP keepaliveMark Spencer
2003-06-28Add SIP/RTP video support, video enable app_echo, start on RTCPMark Spencer
2003-06-27Minor cleanupsMark Spencer