aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-05Revert Jim's earlier "fix" :)markster1-22/+2
2005-01-04Fixed threeway calling disconnect wrong party bugjim1-2/+22
2004-12-28Make cidrings configurable (bug #2889)markster1-1/+8
2004-12-16Warn when libpri is too oldmarkster1-4/+1
2004-12-15Little addition to the redirectionreason stuffmattf1-0/+3
2004-12-15Add new variable for PRIREDIRECTREASON in dial plan if you a call is redirectedmattf1-1/+28
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+2
2004-12-13GR-303 conferencing fixesmarkster1-18/+20
2004-12-11Don't send DTMF when there is no owner (partof bug #3011)markster1-1/+1
2004-12-11Reload fixes (bug #2991)markster1-55/+59
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