If we don't accept a SUBSCRIBE, set needdestroy
[asterisk/asterisk.git] / channels / chan_sip.c
2004-06-28 Mark SpencerIf we don't accept a SUBSCRIBE, set needdestroy
2004-06-26 Mark SpencerAdd option for in-band progress (bug #1879)
2004-06-25 Mark SpencerHandle URL encoded stuff in pedantic checking
2004-06-25 Mark SpencerAdd sample config file, implement verification
2004-06-25 Mark SpencerAdd outgoing OSP support (SIP only at this point)
2004-06-24 Mark SpencerMerge Ehud's MySQL users support (bug #1815)
2004-06-23 Mark SpencerBe sure to hold lock during answer
2004-06-22 James GolovichRemove pthread.h from source. We should be using aster...
2004-06-22 Mark SpencerMerge major BSD mutex and symbol conflict patches ...
2004-06-21 Mark SpencerMore fixes for remote_party_id
2004-06-21 Mark SpencerSorry, 403 is "Forbidden" not "Permission Denied"
2004-06-21 Mark SpencerCheck if subscribe is for mailbox. If so, return 200...
2004-06-21 Mark SpencerAdd promiscuous redirect option
2004-06-21 Mark SpencerMerge outgoing MSN support + Remote Party ID for SIP...
2004-06-18 James GolovichFormatting fix
2004-06-18 Mark SpencerDebugging cleanups (bug #1633)
2004-06-18 Mark SpencerSend 403 when authentication fails on a call
2004-06-16 Mark SpencerEnable support for RFC3581 (bug #1862)
2004-06-14 Mark SpencerMinor formatting cleanups
2004-06-14 Mark SpencerSeparate PROCEEDING and PROGRESS
2004-06-13 Mark Spencerx86-64 compile fixes and cleanups
2004-06-12 Mark SpencerUse 401 Unauthorized instead of 407 Proxy Authenticatio...
2004-06-09 Mark SpencerAlthough I can't think of any scenario that it could...
2004-06-09 Mark SpencerMerge FreeBSD locking fixes (bug #1411)
2004-05-30 Jim DixonFixed annoying SIP 'NOTIFY' messages printed on console...
2004-05-29 Mark SpencerInitialize secrets properly (bug #1748)
2004-05-28 Mark SpencerReally don't authenticate if we're not supposed to...
2004-05-27 Mark SpencerMerge OSS fixes for FreeBSD, implement rtptimeout and...
2004-05-27 Mark SpencerDon't count as outgoing until we actually send the...
2004-05-27 Mark SpencerDoc fix for controlplayback, get rid of 500ms wait...
2004-05-27 Mark SpencerMake RTP handle codecs (first pass)
2004-05-26 Mark SpencerCancel destroy request on new invite, merge bkw's contr...
2004-05-26 Mark SpencerCancel self destruct on provisional responses too ...
2004-05-25 Mark SpencerMerge useragent patch (bug #712)
2004-05-24 Mark SpencerAlways authenticate when insecure is not "very" even...
2004-05-21 Mark SpencerDon't send the same codec twice even if listed twice...
2004-05-20 Mark SpencerStage 1 of deadlock fix (bug #1673 -- but not yet solve...
2004-05-19 Mark SpencerAllow multiple codecs to be printed in debug (bug ...
2004-05-16 Mark SpencerTimely packet removal and make valgrind happy
2004-05-16 Mark SpencerImprove handling of multiple CANCEL requests
2004-05-16 Mark SpencerMake sure that we have the sin_family set to AF_INET...
2004-05-15 Mark SpencerAdd Taiwan support (bug #1599)
2004-05-13 Mark SpencerBetter document SIP (bug #1603)
2004-05-13 Mark SpencerLose all the "auth" stuff since we don't use it (bug...
2004-05-12 Mark SpencerMinor memory cleanups, initialize peer/user invite...
2004-05-12 Mark SpencerMinor cleanups (bug #1618 included)
2004-05-12 Mark SpencerPut sip history stuff in (for real) and provide voicema...
2004-05-10 Anthony Minessale IIPatch Submitted by BKW on 5/10/2004 to chan_sip.c
2004-05-09 Mark SpencerMore minor bkw fixes
2004-05-09 Mark Spencermerge brian's cleanups
2004-05-09 Mark SpencerAdd SIPUSERAGENT, SIPCALLID, and fix some formatting...
2004-05-09 Mark SpencerFix accidental strlen_zero mistransfer (bug #1592)
2004-05-09 Mark SpencerFix minor formatting problem
2004-05-09 Mark SpencerRemove "jitter"
2004-05-08 Mark SpencerShow peers formatting fixes, SIP strlen optimizations...
2004-05-08 Mark SpencerCopy musicclass to right field (bug #1582)
2004-05-07 Mark SpencerAdd sip show peers (trivial zap fix, too) bug #1573
2004-05-06 Mark SpencerAdd "sip show subscriptions" command (bug #1569)
2004-05-06 Mark SpencerAllow global authentication realm to be set (bug #1567)
2004-05-06 Mark SpencerDon't autodestruct on semi-ack. We'll add it as we...
2004-05-06 Mark SpencerIf user fails host access, search for peers too
2004-05-05 Mark SpencerQualify that SIP INFO stuff is real (bug #1558)
2004-05-04 Mark SpencerFix SIP autohangup mishap
2004-05-04 Mark SpencerPrint route when doing sip show channel foo
2004-05-04 Mark Spencerstrlen fixes and don't destroy SIP channels that still...
2004-05-03 Mark SpencerUse strlen_zero function in chan_sip (bug #1545)
2004-05-03 Mark SpencerDon't update route once it's set (bug #1491)
2004-05-03 Mark SpencerAdd "insecure=very" where we don't authenticate peers...
2004-05-03 Mark SpencerMerge slepp's sub-second expiration timer although...
2004-05-03 Mark SpencerMerge slepp's REGISTER RFC compliance fixes (bug #1538)
2004-05-02 Mark SpencerLet OSS know how to deal with indication -1
2004-05-02 Mark SpencerOn a reload, don't stop supporting sip if we can't...
2004-05-02 Mark SpencerAdd new "authname" field so we can authenticate BYE...
2004-05-02 Mark SpencerOn incoming call, set peername to username to properly...
2004-05-02 Mark SpencerProvide more fine grained control of sip and iax show...
2004-05-02 Mark SpencerRevert earlier changes. The right answer for bug ...
2004-05-01 Mark SpencerAllow debug to be enabled on a per-peer or per-IP basis...
2004-05-01 Mark SpencerRid compiler warning, make information meaningful in...
2004-05-01 Mark SpencerRevert routing change
2004-04-30 Mark SpencerOnly clear route if we have a new one
2004-04-29 Mark SpencerAdd relaxdtmf option to sip
2004-04-29 Mark SpencerHandle fromdomain properly when there is no @ sign
2004-04-28 Mark SpencerDon't double receive INFO or MESSAGE elements (bug...
2004-04-28 Mark SpencerRun setstate after setting all appropriate variables...
2004-04-27 Mark SpencerAdd white space condensing to pedantic mode of chan_sip.
2004-04-26 Mark SpencerSIP cleanups for database linkage
2004-04-26 Mark SpencerUse proper token for authenticating BYE
2004-04-26 Mark SpencerClean up SQL queries (bug #1479)
2004-04-26 Mark SpencerAlso handle properly \r\n instead of just \n...
2004-04-26 Mark SpencerCommitted a little bit too quickly there...
2004-04-26 Mark SpencerFirst pass at handling multi-line headers
2004-04-22 Mark Spencergethostbyname isn't reentrant, who knew...
2004-04-21 Mark SpencerIncrease buffer size (bug #1459)
2004-04-19 Mark SpencerFix trailing slash problem (Zap) and making sure refers...
2004-04-15 Mark SpencerFix name properly
2004-04-07 Mark SpencerKeep random data around, we'll need it for certain...
2004-04-06 Mark SpencerGet rid of all that old needlock garbage now that we...
2004-04-06 Mark SpencerBump branch id on INVITE with auth (bug #1313)
2004-04-05 Mark SpencerSupport some more SIP idiocies
2004-04-04 Mark Spencer603 is a busy too
next