summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2004-08-08Make sure we use AF_INETMark Spencer
2004-07-31Send proper contact in 200 OK to REGISTERMark Spencer
2004-07-31Improve debugging of RTP ports (bug #2131, heavily modified)Mark Spencer
2004-07-29Default port to 5060Mark Spencer
2004-07-28Add "username" to sip show peer (bug #2163) as well as a few config cleanupsMark Spencer
2004-07-27Make ACK sticky too (bug #2134)Mark Spencer
2004-07-27Make request URI in CANCEL match that of the original INVITE exactly (bug #2134)Mark Spencer
2004-07-22Remove quotes from MD5 (bug #2116)Mark Spencer
2004-07-20Fix user agent on reloadMark Spencer
2004-07-20Never destroy channel when there is an ownerMark Spencer
2004-07-17Don't consider port number in name of peer in create_addr (bug #1974)Mark Spencer
2004-07-17REduce chattynessMark Spencer
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....Mark Spencer
2004-07-16Only apply acking when method matches, too, when not acking a responseMark Spencer
2004-07-16Last set of strncpy/snprintf updates (bug #2049)Mark Spencer
2004-07-15Fix silly typo (and make order slightly easier to read) bug #2054Mark Spencer
2004-07-15Build contact without @ sign if there is no extensionMark Spencer
2004-07-14Improve SIP historyMark Spencer
2004-07-14If we get 200 OK back on INVITE after we send CANCEL, send ACK *and* send BYEMark Spencer
2004-07-13Use tohost, not the name of the peerMark Spencer
2004-07-13Fix silly little segMark Spencer
2004-07-13Make code agree with documentation so you can use sip peersMark Spencer
2004-07-09Just to be especially nice, only send 100 Trying at the start of parking and ...Mark Spencer
2004-07-09Expire time fix (bug #1996)Mark Spencer
2004-07-09Fix Zap buglet, add support for SIP parking -- doesn't seem to work quite rig...Mark Spencer
2004-07-08Use real bind addressMark Spencer
2004-07-08Use proper bind addressMark Spencer
2004-07-08Extend bindaddr to RTP connections on SIP (bug #1989 et al)Mark Spencer
2004-07-08Cleanup SIP formatting, strncpy's strncats and global variable names (bug #1990)Mark Spencer
2004-07-08When doing rport, remove the ";rport" before adding ";rport=5060"Mark Spencer
2004-07-07Cleanups to the ordering of events in dial, don't freak out on the wrong codecMark Spencer
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)Mark Spencer
2004-06-30Bug #1952: iaxbuf now declared in chan_iax2.c and chan_sip.cMalcolm Davenport
2004-06-29Make history configurableMark Spencer
2004-06-29Report checksum failures as such (bug #1942)Mark Spencer
2004-06-29Display invalid extension when there is one, fix minor OSP typo, Don't send 2...Mark Spencer
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...Mark Spencer
2004-06-28Allow nat=never mode to work around buggy UNIDEN UIP200 firmware (bug #1935)Mark Spencer
2004-06-28If we don't accept a SUBSCRIBE, set needdestroyMark Spencer
2004-06-26Add option for in-band progress (bug #1879)Mark Spencer
2004-06-25Handle URL encoded stuff in pedantic checkingMark Spencer
2004-06-25Add sample config file, implement verificationMark Spencer
2004-06-25Add outgoing OSP support (SIP only at this point)Mark Spencer
2004-06-24Merge Ehud's MySQL users support (bug #1815)Mark Spencer
2004-06-23Be sure to hold lock during answerMark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-21More fixes for remote_party_idMark Spencer
2004-06-21Sorry, 403 is "Forbidden" not "Permission Denied"Mark Spencer
2004-06-21Check if subscribe is for mailbox. If so, return 200 OK or 403 Permission De...Mark Spencer