aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-17Change IAX2 naming conventionmarkster1-2/+2
2004-07-17Add separated dialplan support (bug #2043)markster1-1/+18
2004-07-16Don't look for bearers when there are none.markster1-3/+9
2004-07-16Re-listen after MGCP reload (bug #2061)markster1-0/+3
2004-07-16Implement confirmation for PRImarkster1-3/+6
2004-07-16Only apply acking when method matches, too, when not acking a responsemarkster1-7/+13
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster17-279/+320
2004-07-16Fix native zap bridging with GR-303markster1-3/+3
2004-07-15Fix silly typo (and make order slightly easier to read) bug #2054markster1-8/+10
2004-07-15Build contact without @ sign if there is no extensionmarkster1-2/+2
2004-07-15/ changed samples from 240 to 160 as per all other driversbkramer1-1/+1
2004-07-14/ remove extrenous NULL at end of functionbkramer1-1/+1
2004-07-14Improve SIP historymarkster1-5/+41
2004-07-14If we get 200 OK back on INVITE after we send CANCEL, send ACK *and* send BYEmarkster1-1/+3
2004-07-13Use tohost, not the name of the peermarkster1-2/+2
2004-07-13Fix silly little segmarkster1-1/+1
2004-07-13Make code agree with documentation so you can use sip peersmarkster1-27/+23
2004-07-12First pass at properly handling account codes in forwardingmarkster1-0/+3
2004-07-09Just to be especially nice, only send 100 Trying at the start of parking and ...markster1-3/+15
2004-07-09Expire time fix (bug #1996)markster1-1/+4
2004-07-09Fix Zap buglet, add support for SIP parking -- doesn't seem to work quite rig...markster2-8/+107
2004-07-09More strcpy / snprintf as part of rgagnon's audit (bug #2004)markster1-0/+3
2004-07-09fix seg fault conditionjeremy1-3/+4