aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-11Fix MGCP call waiting (bug #3971, with mods)markster1-1/+15
2005-04-05ensure that MGCP AMA flags are passed into CDR (bug #3962)kpfleming1-0/+2
2005-04-05ensure account code specified in mgcp.conf propagates to CDR (bug #3951)kpfleming1-5/+7
2005-04-04Fix MGCP *67 to automatically reset callerid (bug #3940)markster1-0/+1
2005-03-29Allow functions to be written to (bug #2278, with mods)markster1-1/+1
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...markster1-1/+12
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster1-0/+1
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-37/+53
2005-02-28Allow MGCP to use distinctive ring for call waitmarkster1-1/+11
2005-01-25Merge config updates (bug #3406)markster1-3/+3
2005-01-15Make groups be 64-bits (bug #3351, with mods)markster1-4/+4
2005-01-10Fix MGCP when running without verbose (bug #3260)markster1-119/+121
2005-01-06Improve MGCP formatting (bug #3247)markster1-1754/+1756
2005-01-06Merge distinctive ring for MGCP (bug #2880, with mods)markster1-7/+28
2005-01-01Grab lock in hangup earliermarkster1-13/+13
2004-12-28Remove duplicate parse (bug #3173)markster1-2/+0
2004-12-19Fix MGCP compile warningsmarkster1-2/+2
2004-12-19Merge Olle's comment patch (bug #3097)markster1-11/+11
2004-12-18Make sure we del any remaining connections (bug #2982)markster1-2/+8
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+4
2004-11-17Make sure sin_family is filled inmarkster1-0/+2
2004-11-17Small bug big fix for MGCP (bug #2888)markster1-0/+2
2004-11-15Fix mgcp oopsie...markster1-2/+2
2004-11-15Oops for mgcp and logger fix for old linuxmarkster1-1/+1
2004-11-14Fix MGCP deadlock potentialmarkster1-13/+9
2004-11-07Major MGCP locking fixes (bug #2696)markster1-16/+79
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-1/+4
2004-10-26Fix MGCP dtmf buglet (bug #2696)markster1-10/+8
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...markster1-34/+33
2004-10-12Fix MGCP build, SIP should destroy on temponly, not on show peermarkster1-2/+2
2004-10-11Add missing carriage return (bug #2595)markster1-1/+1
2004-10-06Merge anth's realtime patch, as well as the bindaddr fix that didn't make it ...markster1-1/+1
2004-10-05Fix MGCP seg (bug #2572)markster1-1/+1
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)markster1-1/+1
2004-10-03Major PBX revamps (including labels, update examples)markster1-1/+1
2004-10-02Huge callerid rework (might break H.323, others)markster1-46/+54
2004-09-24If no RTP stream is up, always request digits (bug #2492)markster1-3/+3
2004-09-17If singlepath=yes, don't send multiple RTP streams during transfermarkster1-4/+7
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