aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2004-08-17Fix port numbers in IAX2 and iax2prov (bug #2261)markster2-4/+3
2004-08-17Fix minor typos (bug #2260)markster3-3/+4
2004-08-17Can't check incoming sip debug until after we receive the packet!markster1-1/+2
2004-08-17Fix broken 100 Trying on REFER and also send NOTIFY as per RFC 3515markster1-10/+40
2004-08-17Merge Lenny's sorcery....markster1-1/+1
2004-08-16Fix trivial typo (bug #2253)markster1-1/+1
2004-08-13Don't request tones when in-band DTMF mode is enabled (bug #2248)markster1-3/+3
2004-08-12Make Asterisk cause codes match those of Q.931 (bug #1999)markster1-47/+3
2004-08-12Specify D/ package in mgcp send digit routine (first commit from Adtran!)markster1-3/+5
2004-08-12Fix duplex code for FreeBSDmarkster1-1/+5
2004-08-11Fix agentcallbacklogin wrapup timemarkster1-5/+20
2004-08-08Merge BSD stack size work (bug #2067)markster13-28/+33
2004-08-08Make sure we use AF_INETmarkster1-0/+1
2004-08-07Fix a couple minor command line completion issuesmarkster1-5/+17
2004-08-07Merge Steven Davie's bridging patchesmarkster1-1/+14
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-08-01Uhm, that should be 0!markster2-1/+14
2004-07-31Create manager show channels comamnd (#2186) to monitor zap channel statusmarkster1-0/+45
2004-07-31Send proper contact in 200 OK to REGISTERmarkster1-0/+2
2004-07-31Fix information elementsmarkster1-2/+2
2004-07-31Improve debugging of RTP ports (bug #2131, heavily modified)markster1-5/+13
2004-07-30Reset conferencing on final hangup (bug #2172)markster1-0/+13
2004-07-30Fix potential overflow in H.323markster1-4/+17
2004-07-30chan_h323 Makefile change for Bug #2064. Also back out changes for Bug #2115...malcolmd2-6/+6
2004-07-30Fix little unregister bugletmarkster1-0/+2
2004-07-30Bug # 2115: Allow Caller TON to be retrieved in the dialplanmalcolmd1-0/+4
2004-07-30Bug # 2181: Support the PING event in MGCP.malcolmd1-2/+5
2004-07-30Add default username patch (bug #2178)markster1-6/+10
2004-07-29Default port to 5060markster1-0/+1
2004-07-29Clear things out for the bearer toomarkster1-0/+1
2004-07-29Don't get stuck looping when looking for CRV'smarkster1-3/+7
2004-07-28Add "username" to sip show peer (bug #2163) as well as a few config cleanupsmarkster1-0/+1
2004-07-28Fix "ZapOffHook" (bug #2161)markster1-4/+4
2004-07-27Make ACK sticky too (bug #2134)markster1-1/+1
2004-07-27Make request URI in CANCEL match that of the original INVITE exactly (bug #2134)markster1-2/+4
2004-07-27Merge ALSA fixes (bug #2145)markster1-26/+34
2004-07-27Make sure index >= 0 before initializingmarkster1-7/+7
2004-07-27Swap subs before releasing lockmarkster1-1/+2
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-26Make sure we release the correct lock!markster1-1/+1
2004-07-26Fix potential transfer segmarkster1-1/+2
2004-07-25Create one generally useful runtime option and one compile time option to wor...markster1-2/+31
2004-07-24Sometimes we get subunalloced, gotta free lock firstmarkster1-2/+5