aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-07Add sip show peers (trivial zap fix, too) bug #1573markster1-18/+128
2004-05-06Add "sip show subscriptions" command (bug #1569)markster1-11/+49
2004-05-06Allow global authentication realm to be set (bug #1567)markster1-2/+6
2004-05-06Don't autodestruct on semi-ack. We'll add it as we need it case-by-case.markster1-2/+0
2004-05-06If user fails host access, search for peers toomarkster1-1/+12
2004-05-05Qualify that SIP INFO stuff is real (bug #1558)markster1-12/+29
2004-05-04Fix SIP autohangup mishapmarkster1-4/+28
2004-05-04Print route when doing sip show channel foomarkster1-0/+1
2004-05-04strlen fixes and don't destroy SIP channels that still have pending things on...markster1-1/+3
2004-05-03Use strlen_zero function in chan_sip (bug #1545)markster1-90/+91
2004-05-03Don't update route once it's set (bug #1491)markster1-0/+10
2004-05-03Add "insecure=very" where we don't authenticate peers who are registeredmarkster1-1/+11
2004-05-03Merge slepp's sub-second expiration timer although hopefully it will never ha...markster1-10/+12
2004-05-03Merge slepp's REGISTER RFC compliance fixes (bug #1538)markster1-4/+41
2004-05-02Let OSS know how to deal with indication -1markster1-1/+1
2004-05-02On a reload, don't stop supporting sip if we can't find our ip.markster1-3/+4
2004-05-02Add new "authname" field so we can authenticate BYE properly on incoming call...markster1-8/+14
2004-05-02On incoming call, set peername to username to properly authenticate BYE (it's...markster1-2/+4
2004-05-02Provide more fine grained control of sip and iax show peers (bug #1470)markster1-1/+35
2004-05-02Revert earlier changes. The right answer for bug #1436 should be using usern...markster1-8/+3
2004-05-01Allow debug to be enabled on a per-peer or per-IP basis (bug #850)markster1-41/+154
2004-05-01Rid compiler warning, make information meaningful in sip debug for codecsmarkster1-1/+1
2004-05-01Revert routing changemarkster1-8/+4
2004-04-30Only clear route if we have a new onemarkster1-4/+8
2004-04-29Add relaxdtmf option to sipmarkster1-0/+9
2004-04-29Handle fromdomain properly when there is no @ signmarkster1-1/+2
2004-04-28Don't double receive INFO or MESSAGE elements (bug #1512)markster1-6/+10
2004-04-28Run setstate after setting all appropriate variables including calleridmarkster1-2/+1
2004-04-27Add white space condensing to pedantic mode of chan_sip.markster1-17/+51
2004-04-26SIP cleanups for database linkagemarkster1-134/+186
2004-04-26Use proper token for authenticating BYEmarkster1-3/+8
2004-04-26Clean up SQL queries (bug #1479)markster1-2/+2
2004-04-26Also handle properly \r\n instead of just \n...markster1-1/+8
2004-04-26Committed a little bit too quickly there...markster1-5/+2
2004-04-26First pass at handling multi-line headersmarkster1-4/+13
2004-04-22gethostbyname isn't reentrant, who knew...markster1-14/+23
2004-04-21Increase buffer size (bug #1459)markster1-1/+1
2004-04-19Fix trailing slash problem (Zap) and making sure refers get ignored the secon...markster1-20/+22
2004-04-15Fix name properlymarkster1-1/+4
2004-04-07Keep random data around, we'll need it for certain bogus REGISTER and INVITE ...markster1-2/+0
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-35/+32
2004-04-06Bump branch id on INVITE with auth (bug #1313)markster1-2/+5
2004-04-05Support some more SIP idiociesmarkster1-3/+28
2004-04-04603 is a busy toomarkster1-0/+1
2004-04-04Various video fixes (bug #688)markster1-3/+6
2004-04-04Fix small SIP issue with SER (bug #1181)markster1-1/+1
2004-04-04Provide more useful debugging on retries and scheddestroy()markster1-1/+3
2004-04-02Keep REGISTER dialog open a little longer in case they don't get our 200 OK r...markster1-2/+4
2004-04-02When going to in-band, be sure to allocate DSP (bug #1336)markster1-1/+12
2004-04-02Update security document, work on threading with pbx.c and small SIP fixesmarkster1-14/+25