aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2004-07-09Fix provisioning for unload/reloadmarkster3-0/+9
2004-07-08Fix *BSD compilation of iax2-provision.c. We should probably move the IPTOS_...citats1-0/+4
2004-07-08Use real bind addressmarkster1-2/+2
2004-07-08Use proper bind addressmarkster1-2/+2
2004-07-08Extend bindaddr to RTP connections on SIP (bug #1989 et al)markster1-9/+9
2004-07-08Cleanup SIP formatting, strncpy's strncats and global variable names (bug #1990)markster1-300/+325
2004-07-08When doing rport, remove the ";rport" before adding ";rport=5060"markster1-3/+13
2004-07-07Bug #: 1988 Fix compile problem with iax2-provision.c undermalcolmd1-1/+1
2004-07-07Cleanups to the ordering of events in dial, don't freak out on the wrong codecmarkster1-2/+2
2004-07-07Add IAX provisioning support to Asteriskmarkster6-7/+780
2004-07-01Merge Steven Davies latest jitter buffer patchmarkster1-14/+38