aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2004-05-20properly send call progress and alerting PDUs, re-fix one-way audio on call m...jeremy4-97/+252
2004-05-20only complain if ZAPATA_PRI is definedjeremy1-0/+2
2004-05-20/ working on pstn->sip half duplex bugbkramer1-31/+51
2004-05-19Update for newer libprimarkster1-5/+5
2004-05-19Re-Disable building chan_iax.socitats1-1/+1
2004-05-19Always send proceeding, send progress when appropriatemarkster1-3/+6
2004-05-19Alert for in-band audiomarkster1-2/+2
2004-05-19Don't qualify with overlap dial anymoremarkster2-4/+4
2004-05-19Send proceeding if appropriate on audio transmission, toomarkster1-0/+18
2004-05-19Don't automatically send proceeding/alertingmarkster1-1/+7
2004-05-19Allow multiple codecs to be printed in debug (bug #989)markster1-12/+27
2004-05-18fix documenation bugjeremy1-1/+1
2004-05-18Don't advertise Janus, its still brokenjeremy1-4/+3
2004-05-18clean up code and attempt to stablize inbound h.323 callsjeremy1-13/+12
2004-05-18clean up codejeremy1-21/+26
2004-05-18add explict version infojeremy1-2/+3
2004-05-17Propagate language properly across chan_local (bug #1663)markster1-0/+1
2004-05-16Fix callerid on quicknet stuff (bug #1613)markster1-9/+18
2004-05-16Timely packet removal and make valgrind happymarkster1-13/+28
2004-05-16add ./configure for the thick headed who can't read documentation...wait will...jeremy1-0/+2
2004-05-16Improve handling of multiple CANCEL requestsmarkster1-7/+23
2004-05-16try to enable ringback on H.323->SIP calls (bug #1645) and clean up code a li...jeremy1-6/+1
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-15Don't call out an FXO until at least 2 seconds after it was hungup.markster1-1/+12
2004-05-15FreeBSD compile fix (bug #1655)markster1-0/+2
2004-05-14/ fixed up coding style to recommenedbkramer1-70/+160
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