summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2004-05-16Timely packet removal and make valgrind happyMark Spencer
2004-05-16add ./configure for the thick headed who can't read documentation...wait will...Jeremy McNamara
2004-05-16Improve handling of multiple CANCEL requestsMark Spencer
2004-05-16try to enable ringback on H.323->SIP calls (bug #1645) and clean up code a li...Jeremy McNamara
2004-05-16Make sure that we have the sin_family set to AF_INET for FreeBSDMark Spencer
2004-05-15Add Taiwan support (bug #1599)Mark Spencer
2004-05-15Don't call out an FXO until at least 2 seconds after it was hungup.Mark Spencer
2004-05-15FreeBSD compile fix (bug #1655)Mark Spencer
2004-05-14/ fixed up coding style to recommenedBen Kramer
2004-05-13Better document SIP (bug #1603)Mark Spencer
2004-05-13Lose all the "auth" stuff since we don't use it (bug #1627)Mark Spencer
2004-05-13Make sure we initialize attributes properly on thread (bug #1563)Mark Spencer
2004-05-12Minor memory cleanups, initialize peer/user invite status from globalMark Spencer
2004-05-12Turn off lamp on call completion, code cleanup and a couple other minor bug f...Jeremy McNamara
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