aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2004-11-11A [possibly] better solution to the CalledPartyAddress problem. Test and repo...jeremy4-17/+20
2004-11-11Use passed dest value, for the moment. A better fix is being worked onjeremy1-2/+2
2004-11-11SIP fix for full contact in OPTIONS (bug #2836)markster1-1/+9
2004-11-11lets try it this wayjeremy1-8/+7
2004-11-11Use the right charector, dummyjeremy1-1/+1
2004-11-11copy over username to create a proper called addrjeremy1-21/+28
2004-11-11Cleanup/performance improve chan_sip slightly (bug #2823)markster1-8/+5
2004-11-11Fix chan_phone for kernel 2.6 (bug #2831)markster1-0/+4
2004-11-09Make features programable (will require iaxy binary firmware 20 to be release...markster2-0/+9
2004-11-09Make timezone configurable within IAX (bug #2814)markster1-35/+44
2004-11-09Fix segfaultmarkster1-2/+2
2004-11-08Fix supervised transfer (bug #2813)markster1-1/+5
2004-11-08Fix verbose error (bug #2809)markster1-2/+3
2004-11-08Oops, set the userfield, not the account code...markster1-2/+2
2004-11-08Allow client code to be set from snom phone if "useclientcode=yes" in friendmarkster1-0/+21
2004-11-07Major MGCP locking fixes (bug #2696)markster1-16/+79
2004-11-07Add ANI2 to zap (bug #2788)markster1-0/+9
2004-11-07Come into compliance with RFC3842markster1-1/+1
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...markster1-1/+7
2004-11-07Setup fromuser properly (bug #2802)markster1-0/+1
2004-11-06Fix callerid name to work with peer...markster1-3/+13
2004-11-06Add features (incomplete, highly experimental), fix DundiLookup app, debug im...markster3-1/+524
2004-11-05Make clear that "hookstate" is only valid on FXSmarkster1-1/+1
2004-11-03Pass through flash hookmarkster1-0/+35
2004-11-01Add TALK_DETECTED variable (bug #2628)markster1-1/+1
2004-11-01Accept %d/%d in m= line of SDP (bug #2625, but not their patch)markster1-2/+3
2004-11-01Debugging improvements (bug #2765)markster2-2/+4
2004-10-31Pass redirecting number on PRI calls (bug #2763)markster1-0/+1
2004-10-31Misc code fixes (bug #2762)markster1-1/+6
2004-10-28Fix qsig supportmarkster1-0/+3
2004-10-28Adding Q.SIG switchtype option to chan_zapmattf1-0/+2
2004-10-28Cleanup formatting in bug 2741 patchcitats1-7/+7
2004-10-28more code clean-upjeremy1-98/+64
2004-10-28fix compiler warningmarkster1-0/+2
2004-10-28/ fixed for change in ast_channel structurebkramer1-2/+2
2004-10-27Transfer improvements and fixes (bug #2741)markster1-35/+57
2004-10-27Fix H.323 doc stuff (bug #2739)markster1-2/+2
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster14-32/+39
2004-10-26Fix chan_local debug message (bug #2725)markster1-1/+1
2004-10-26Fix MGCP dtmf buglet (bug #2696)markster2-10/+17
2004-10-24Fix compilation of chan_agent.c on gcc < 3.0citats1-1/+1
2004-10-24Add new features to agent stuff (bug #1693)markster1-23/+144
2004-10-24Pass format stringcitats3-4/+4
2004-10-23Make sure close() is not called on a fd < 1 with a wrapper callanthm1-13/+14
2004-10-23Check return value of malloc before dereferencing ptr in chan_zap.ccitats1-6/+10
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...markster8-128/+147
2004-10-23Add missing fixup (bug #2667)markster1-0/+13
2004-10-23More memory checkscitats2-8/+15
2004-10-23Make sure malloc worked before accessing the mem in chan_modem.c (bug 2704)citats1-1/+1
2004-10-23implement type=alias to deprecate type=h323 and a whole lot more code clean upjeremy3-315/+238