summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
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
2004-06-21Add promiscuous redirect optionMark Spencer
2004-06-21Merge outgoing MSN support + Remote Party ID for SIP (bug #1841) with cleanupsMark Spencer
2004-06-18Formatting fixJames Golovich
2004-06-18Debugging cleanups (bug #1633)Mark Spencer
2004-06-18Send 403 when authentication fails on a callMark Spencer
2004-06-16Enable support for RFC3581 (bug #1862)Mark Spencer
2004-06-14Minor formatting cleanupsMark Spencer
2004-06-14Separate PROCEEDING and PROGRESSMark Spencer
2004-06-13x86-64 compile fixes and cleanupsMark Spencer
2004-06-12Use 401 Unauthorized instead of 407 Proxy Authentication required for REGISTER,Mark Spencer
2004-06-09Although I can't think of any scenario that it could result in a race, don't ...Mark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-30Fixed annoying SIP 'NOTIFY' messages printed on console every n seconds from ...Jim Dixon
2004-05-29Initialize secrets properly (bug #1748)Mark Spencer
2004-05-28Really don't authenticate if we're not supposed to authenticate (bug #1738)Mark Spencer
2004-05-27Merge OSS fixes for FreeBSD, implement rtptimeout and rtpholdtimeoutMark Spencer
2004-05-27Don't count as outgoing until we actually send the new INVITEMark Spencer
2004-05-27Doc fix for controlplayback, get rid of 500ms wait in rtp.c (bug #1589)Mark Spencer
2004-05-27Make RTP handle codecs (first pass)Mark Spencer
2004-05-26Cancel destroy request on new invite, merge bkw's control playback changesMark Spencer
2004-05-26Cancel self destruct on provisional responses too (bug #1722)Mark Spencer
2004-05-25Merge useragent patch (bug #712)Mark Spencer
2004-05-24Always authenticate when insecure is not "very" even on matching IPMark Spencer
2004-05-21Don't send the same codec twice even if listed twice in allow section (bug #1...Mark Spencer
2004-05-20Stage 1 of deadlock fix (bug #1673 -- but not yet solved, just started) and f...Mark Spencer
2004-05-19Allow multiple codecs to be printed in debug (bug #989)Mark Spencer
2004-05-16Timely packet removal and make valgrind happyMark Spencer
2004-05-16Improve handling of multiple CANCEL requestsMark Spencer
2004-05-16Make sure that we have the sin_family set to AF_INET for FreeBSDMark Spencer
2004-05-15Add Taiwan support (bug #1599)Mark Spencer
2004-05-13Better document SIP (bug #1603)Mark Spencer
2004-05-13Lose all the "auth" stuff since we don't use it (bug #1627)Mark Spencer
2004-05-12Minor memory cleanups, initialize peer/user invite status from globalMark Spencer
2004-05-12Minor cleanups (bug #1618 included)Mark Spencer
2004-05-12Put sip history stuff in (for real) and provide voicemail context (when not d...Mark Spencer
2004-05-10Patch Submitted by BKW on 5/10/2004 to chan_sip.cAnthony Minessale II
2004-05-09More minor bkw fixesMark Spencer
2004-05-09merge brian's cleanupsMark Spencer
2004-05-09Add SIPUSERAGENT, SIPCALLID, and fix some formatting (bug #1593)Mark Spencer
2004-05-09Fix accidental strlen_zero mistransfer (bug #1592)Mark Spencer
2004-05-09Fix minor formatting problemMark Spencer
2004-05-09Remove "jitter"Mark Spencer
2004-05-08Show peers formatting fixes, SIP strlen optimizations, and using ACL for loca...Mark Spencer
2004-05-08Copy musicclass to right field (bug #1582)Mark Spencer
2004-05-07Add sip show peers (trivial zap fix, too) bug #1573Mark Spencer
2004-05-06Add "sip show subscriptions" command (bug #1569)Mark Spencer