aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-08Merge BSD stack size work (bug #2067)markster1-2/+2
2004-08-08Make sure we use AF_INETmarkster1-0/+1
2004-07-31Send proper contact in 200 OK to REGISTERmarkster1-0/+2
2004-07-31Improve debugging of RTP ports (bug #2131, heavily modified)markster1-5/+13
2004-07-29Default port to 5060markster1-0/+1
2004-07-28Add "username" to sip show peer (bug #2163) as well as a few config cleanupsmarkster1-0/+1
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-22Remove quotes from MD5 (bug #2116)markster1-8/+11
2004-07-20Fix user agent on reloadmarkster1-0/+1
2004-07-20Never destroy channel when there is an ownermarkster1-1/+1
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....markster1-1/+1
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)markster1-36/+52
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-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-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...markster1-7/+106
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-07Cleanups to the ordering of events in dial, don't freak out on the wrong codecmarkster1-2/+2
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)markster1-40/+40
2004-06-30Bug #1952: iaxbuf now declared in chan_iax2.c and chan_sip.cmalcolmd1-0/+2
2004-06-29Make history configurablemarkster1-0/+2
2004-06-29Report checksum failures as such (bug #1942)markster1-1/+3
2004-06-29Display invalid extension when there is one, fix minor OSP typo, Don't send 2...markster1-1/+1
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...markster1-73/+111
2004-06-28Allow nat=never mode to work around buggy UNIDEN UIP200 firmware (bug #1935)markster1-51/+82
2004-06-28If we don't accept a SUBSCRIBE, set needdestroymarkster1-1/+3
2004-06-26Add option for in-band progress (bug #1879)markster1-8/+26
2004-06-25Handle URL encoded stuff in pedantic checkingmarkster1-2/+28
2004-06-25Add sample config file, implement verificationmarkster1-13/+98
2004-06-25Add outgoing OSP support (SIP only at this point)markster1-12/+52
2004-06-24Merge Ehud's MySQL users support (bug #1815)markster1-3/+95
2004-06-23Be sure to hold lock during answermarkster1-1/+2
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-1/+5
2004-06-21More fixes for remote_party_idmarkster1-6/+1
2004-06-21Sorry, 403 is "Forbidden" not "Permission Denied"markster1-1/+1