aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-09Fixed call parking, added separate paramater to allow/disallow call parking onjim1-1/+7
2004-12-07Big diet for struct ast_channelmarkster1-2/+2
2004-12-01Don't create the channel if there already is one...markster1-3/+4
2004-12-01Make sure we really have a bridged channel (bug #2963)markster1-3/+5
2004-11-22Don't allow more than 10 seconds of audio for callerid (bug #2920)markster1-0/+9
2004-11-19Fix V23 callerid handling if an event is received (bug #2909)markster1-0/+1
2004-11-17Merge polarity reversal hangup patch (bug #2847)markster1-0/+44
2004-11-16Fix ANI2 variable so it preserves 2 digit precision like it's supposed to.anthm1-1/+1
2004-11-13Send progress before in-band indications for BUSY/CONGESTIONmarkster1-0/+22
2004-11-07Add ANI2 to zap (bug #2788)markster1-0/+9
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...markster1-1/+7
2004-11-05Make clear that "hookstate" is only valid on FXSmarkster1-1/+1
2004-11-03Pass through flash hookmarkster1-0/+35
2004-11-01Debugging improvements (bug #2765)markster1-2/+3
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-28fix compiler warningmarkster1-0/+2
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-17/+5
2004-10-26Fix MGCP dtmf buglet (bug #2696)markster1-0/+9
2004-10-24Pass format stringcitats1-1/+1
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 ...markster1-44/+44
2004-10-17Fix chan_zap reload with pseudo channels (bug 2664)citats1-1/+1
2004-10-16Don't restart PRI channelsmarkster1-7/+9
2004-10-16Make chan_zap reloadable (bug #2637)markster1-840/+484
2004-10-14Make PRI debug work when verbosity = 0 (bug #2645)markster1-2/+1
2004-10-06Be sure prev struct is built properly (bug #2581)markster1-0/+1
2004-10-05Fix zap seggymarkster1-2/+2
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)markster1-2/+2
2004-10-03Correct CDR's for supervised transfer (bug #1595)markster1-0/+24
2004-10-03shrink phone number for callerid matching (bug #2562)markster1-0/+3
2004-10-03Major PBX revamps (including labels, update examples)markster1-8/+1
2004-10-02Don't set state to UP state within the driver, but instead allow ast_read to ...markster1-2/+0
2004-10-02Add #ifdef to chan_zap.c in case someone updates asterisk but not libpricitats1-0/+2
2004-10-02Allow PRI timers to be congfigurable. (bug 2518)citats1-1/+27
2004-10-02Huge callerid rework (might break H.323, others)markster1-144/+167
2004-10-01Use event2str consisitently in chan_zap anytime we are printing debug info ab...citats1-1/+1
2004-09-30Merge ring pulse stuff (Bug #2016)markster1-14/+22
2004-09-26Fix inband priindication checking in chan_zap.ccitats1-1/+1
2004-09-19Merge UK + DTMF Caller*ID stuff and fix app_test descriptionmarkster1-6/+283
2004-09-14Inband notifies always succeed (bug #2420)markster1-0/+2
2004-09-13Add pulse dial supportmarkster1-0/+10
2004-09-13Bring sanity to inband notification on PRImarkster1-6/+8
2004-09-13Fix star 80 to star 60 (bug #2247)markster1-1/+1
2004-09-11Don't set guardtime if channel is only reserved (bug #2421)markster1-3/+6
2004-09-10Do the same thing for pri_hangup_all in terms of releasing the PRI lockmarkster1-9/+11
2004-09-10Make sure we don't try to grab the sub and channel locks while still having t...markster1-10/+35