summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
2004-08-23Qualify rtptimeout with a reinvite having taken place (bug #2286)Mark Spencer
2004-08-23Handle quoted <'s (bug #2223)Mark Spencer
2004-08-18Remove unused tmp2 variableMark Spencer
2004-08-18Make sure jointcapability really indicates joint capability (bug #2210)Mark Spencer
2004-08-18Add another field to track whether video was invited or not (bug #2226)Mark Spencer
2004-08-17Fix minor typos (bug #2260)Mark Spencer
2004-08-17Can't check incoming sip debug until after we receive the packet!Mark Spencer
2004-08-17Fix broken 100 Trying on REFER and also send NOTIFY as per RFC 3515Mark Spencer
2004-08-17Merge Lenny's sorcery....Mark Spencer
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
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