summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)Author
2004-12-28Remove duplicate parse (bug #3173)Mark Spencer
2004-12-19Fix MGCP compile warningsMark Spencer
2004-12-19Merge Olle's comment patch (bug #3097)Mark Spencer
2004-12-18Make sure we del any remaining connections (bug #2982)Mark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-11-17Make sure sin_family is filled inMark Spencer
2004-11-17Small bug big fix for MGCP (bug #2888)Mark Spencer
2004-11-15Fix mgcp oopsie...Mark Spencer
2004-11-15Oops for mgcp and logger fix for old linuxMark Spencer
2004-11-14Fix MGCP deadlock potentialMark Spencer
2004-11-07Major MGCP locking fixes (bug #2696)Mark Spencer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer
2004-10-26Fix MGCP dtmf buglet (bug #2696)Mark Spencer
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...Mark Spencer
2004-10-12Fix MGCP build, SIP should destroy on temponly, not on show peerMark Spencer
2004-10-11Add missing carriage return (bug #2595)Mark Spencer
2004-10-06Merge anth's realtime patch, as well as the bindaddr fix that didn't make it ...Mark Spencer
2004-10-05Fix MGCP seg (bug #2572)Mark Spencer
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)Mark Spencer
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer
2004-09-24If no RTP stream is up, always request digits (bug #2492)Mark Spencer
2004-09-17If singlepath=yes, don't send multiple RTP streams during transferMark Spencer
2004-09-13Fix star 80 to star 60 (bug #2247)Mark Spencer
2004-08-26Repair offer/answer model (bug #2293), initial CNG work for new frametypeMark Spencer
2004-08-13Don't request tones when in-band DTMF mode is enabled (bug #2248)Mark Spencer
2004-08-12Specify D/ package in mgcp send digit routine (first commit from Adtran!)Mark Spencer
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
2004-08-05Fix little MGCP buglet with the wildcard endpoint (bug #2216)Mark Spencer
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