aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_sip.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-19Allow multiple codecs to be printed in debug (bug #989)markster1-12/+27
2004-05-16Timely packet removal and make valgrind happymarkster1-13/+28
2004-05-16Improve handling of multiple CANCEL requestsmarkster1-7/+23
2004-05-16Make sure that we have the sin_family set to AF_INET for FreeBSDmarkster1-0/+3
2004-05-15Add Taiwan support (bug #1599)markster1-0/+1
2004-05-13Better document SIP (bug #1603)markster1-51/+238
2004-05-13Lose all the "auth" stuff since we don't use it (bug #1627)markster1-20/+8
2004-05-12Minor memory cleanups, initialize peer/user invite status from globalmarkster1-11/+13
2004-05-12Minor cleanups (bug #1618 included)markster1-3/+1
2004-05-12Put sip history stuff in (for real) and provide voicemail context (when not d...markster1-5/+156
2004-05-10Patch Submitted by BKW on 5/10/2004 to chan_sip.canthm1-1/+1
2004-05-09More minor bkw fixesmarkster1-1/+2
2004-05-09merge brian's cleanupsmarkster1-4/+9
2004-05-09Add SIPUSERAGENT, SIPCALLID, and fix some formatting (bug #1593)markster1-79/+118
2004-05-09Fix accidental strlen_zero mistransfer (bug #1592)markster1-2/+2
2004-05-09Fix minor formatting problemmarkster1-1/+1
2004-05-09Remove "jitter"markster1-4/+2
2004-05-08Show peers formatting fixes, SIP strlen optimizations, and using ACL for loca...markster1-28/+57
2004-05-08Copy musicclass to right field (bug #1582)markster1-1/+1
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