aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.0.0-rc1@7221 f38db490-d...v1.0.0-rc1kpfleming1-0/+0
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
2004-06-21Check if subscribe is for mailbox. If so, return 200 OK or 403 Permission De...markster1-6/+29
2004-06-21Add promiscuous redirect optionmarkster1-9/+43
2004-06-21Merge outgoing MSN support + Remote Party ID for SIP (bug #1841) with cleanupsmarkster1-0/+66
2004-06-18Formatting fixcitats1-2/+4
2004-06-18Debugging cleanups (bug #1633)markster1-46/+63
2004-06-18Send 403 when authentication fails on a callmarkster1-0/+4
2004-06-16Enable support for RFC3581 (bug #1862)markster1-5/+11
2004-06-14Minor formatting cleanupsmarkster1-3/+3
2004-06-14Separate PROCEEDING and PROGRESSmarkster1-0/+1
2004-06-13x86-64 compile fixes and cleanupsmarkster1-4/+4
2004-06-12Use 401 Unauthorized instead of 407 Proxy Authentication required for REGISTER,markster1-9/+22
2004-06-09Although I can't think of any scenario that it could result in a race, don't ...markster1-0/+5
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-10/+16