summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
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-11Increase max write size (bug #1601)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-09Add new file utils.c, Move ast_gethostbyname to utils.cJames Golovich
2004-05-09More ast_strlen_zero changesJames Golovich
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-08Allow notransfer to be a global optionMark Spencer
2004-05-08Add missing unlock (although it shouldn't make a difference)Mark Spencer
2004-05-07Do proper PRI locking in zt_call (not to mention lock the zt_pvt structure it...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
2004-05-06Fix silly typo in iax2 where strlen was used instead of sizeofMark Spencer
2004-05-06Allow global authentication realm to be set (bug #1567)Mark Spencer
2004-05-06Don't autodestruct on semi-ack. We'll add it as we need it case-by-case.Mark Spencer
2004-05-06If user fails host access, search for peers tooMark Spencer
2004-05-05include utils.h in chan_iax2.cJames Golovich
2004-05-05Use ast_strlen_zero in chan_iax2.cJames Golovich
2004-05-05Include utils.h in chan_skinny.cJames Golovich
2004-05-05use ast_strlen_zeroJeremy McNamara
2004-05-05Use ast_strlen_zero in chan_zap.cJames Golovich
2004-05-05Qualify that SIP INFO stuff is real (bug #1558)Mark Spencer
2004-05-04Fix SIP autohangup mishapMark Spencer
2004-05-04Print route when doing sip show channel fooMark Spencer
2004-05-04strlen fixes and don't destroy SIP channels that still have pending things on...Mark Spencer
2004-05-03use ast_stren_zeroJeremy McNamara
2004-05-03Use strlen_zero function in chan_sip (bug #1545)Mark Spencer
2004-05-03Fix compiler warningMark Spencer
2004-05-03Don't update route once it's set (bug #1491)Mark Spencer
2004-05-03Oops, actually use the right variable in channels/MakefileJames Golovich
2004-05-03Fix channels/Makefile so USE_MYSQL_FRIENDS implies USE_SIP_MYSQL_FRIENDSJames Golovich
2004-05-03Add "insecure=very" where we don't authenticate peers who are registeredMark Spencer
2004-05-03Merge slepp's sub-second expiration timer although hopefully it will never ha...Mark Spencer
2004-05-03Merge slepp's REGISTER RFC compliance fixes (bug #1538)Mark Spencer
2004-05-02Let OSS know how to deal with indication -1Mark Spencer
2004-05-02On a reload, don't stop supporting sip if we can't find our ip.Mark Spencer
2004-05-02Add new "authname" field so we can authenticate BYE properly on incoming call...Mark Spencer
2004-05-02On incoming call, set peername to username to properly authenticate BYE (it's...Mark Spencer
2004-05-02Merge Matteo's language setting code for iax2 (bug #1476)Mark Spencer
2004-05-02Provide more fine grained control of sip and iax show peers (bug #1470)Mark Spencer
2004-05-02Make overlap dial be interpreted in the same way an FXS would be (bugs #1080 ...Mark Spencer
2004-05-02Revert earlier changes. The right answer for bug #1436 should be using usern...Mark Spencer
2004-05-01Allow debug to be enabled on a per-peer or per-IP basis (bug #850)Mark Spencer