aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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-13Make sure we initialize attributes properly on thread (bug #1563)markster1-0/+4
2004-05-12Minor memory cleanups, initialize peer/user invite status from globalmarkster2-16/+20
2004-05-12Turn off lamp on call completion, code cleanup and a couple other minor bug f...jeremy1-154/+143
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-11Increase max write size (bug #1601)markster1-1/+1
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-09Add new file utils.c, Move ast_gethostbyname to utils.ccitats2-0/+2
2004-05-09More ast_strlen_zero changescitats1-15/+16
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-08Allow notransfer to be a global optionmarkster1-4/+6
2004-05-08Add missing unlock (although it shouldn't make a difference)markster1-0/+1
2004-05-07Do proper PRI locking in zt_call (not to mention lock the zt_pvt structure it...markster1-1/+22
2004-05-07Add sip show peers (trivial zap fix, too) bug #1573markster2-21/+131
2004-05-06Add "sip show subscriptions" command (bug #1569)markster1-11/+49
2004-05-06Fix silly typo in iax2 where strlen was used instead of sizeofmarkster1-1/+1
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-05include utils.h in chan_iax2.ccitats1-0/+1
2004-05-05Use ast_strlen_zero in chan_iax2.ccitats1-54/+54
2004-05-05Include utils.h in chan_skinny.ccitats1-0/+1
2004-05-05use ast_strlen_zerojeremy1-11/+11
2004-05-05Use ast_strlen_zero in chan_zap.ccitats1-35/+36
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 ast_stren_zerojeremy1-10/+11
2004-05-03Use strlen_zero function in chan_sip (bug #1545)markster1-90/+91
2004-05-03Fix compiler warningmarkster1-0/+1
2004-05-03Don't update route once it's set (bug #1491)markster1-0/+10
2004-05-03Oops, actually use the right variable in channels/Makefilecitats1-1/+1
2004-05-03Fix channels/Makefile so USE_MYSQL_FRIENDS implies USE_SIP_MYSQL_FRIENDScitats1-2/+1
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 -1markster2-1/+4
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