aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)AuthorFilesLines
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
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