aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-24Oopsmarkster1-1/+1
2004-07-24Hold lock for three-way channel (bug #2107)markster1-0/+25
2004-07-24Work on copy of firmware so that it doesn't get corrupted on a "make install"...markster1-2/+53
2004-07-22Remove quotes from MD5 (bug #2116)markster1-8/+11
2004-07-22clean up warnings, and re-add a return, how did that get removed?jeremy3-12/+13
2004-07-21more changes to properly copy the call token and a small code optimizationjeremy1-12/+13
2004-07-21const is evil?jeremy1-7/+7
2004-07-20Fix user agent on reloadmarkster1-0/+1
2004-07-20first attempt to properly copy and then free call detail strings.jeremy2-25/+49
2004-07-20Never destroy channel when there is an ownermarkster1-1/+1
2004-07-19Make sure s is initialized, make FAX_DETECT + OLD_DSP_ROUTINES buildmarkster1-1/+1
2004-07-19Fix chan_zap compiling without libpricitats1-1/+7
2004-07-19Fix signalling for GR303 FXSKS CPE so we can look like a concentratormarkster1-29/+86
2004-07-18Grab the Message-ID toomarkster1-0/+29
2004-07-17Don't consider port number in name of peer in create_addr (bug #1974)markster1-5/+8
2004-07-17REduce chattynessmarkster1-1/+1
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....markster6-6/+6
2004-07-17actually implement the setting of noFastStart and noH245Tunneling.jeremy3-18/+34