summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2005-01-07Make sure we clear out owner in SUB_REAL when moving a call (bug #3267)Mark Spencer
2005-01-05Use ast_setcallerid instead of manual (bug #3115)Mark Spencer
2005-01-05Revert Jim's earlier "fix" :)Mark Spencer
2005-01-04Fixed threeway calling disconnect wrong party bugJim Dixon
2004-12-28Make cidrings configurable (bug #2889)Mark Spencer
2004-12-16Warn when libpri is too oldMark Spencer
2004-12-15Little addition to the redirectionreason stuffMatthew Fredrickson
2004-12-15Add new variable for PRIREDIRECTREASON in dial plan if you a call is redirectedMatthew Fredrickson
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-12-13GR-303 conferencing fixesMark Spencer
2004-12-11Don't send DTMF when there is no owner (partof bug #3011)Mark Spencer
2004-12-11Reload fixes (bug #2991)Mark Spencer
2004-12-09Fixed call parking, added separate paramater to allow/disallow call parking onJim Dixon
2004-12-07Big diet for struct ast_channelMark Spencer
2004-12-01Don't create the channel if there already is one...Mark Spencer
2004-12-01Make sure we really have a bridged channel (bug #2963)Mark Spencer
2004-11-22Don't allow more than 10 seconds of audio for callerid (bug #2920)Mark Spencer
2004-11-19Fix V23 callerid handling if an event is received (bug #2909)Mark Spencer
2004-11-17Merge polarity reversal hangup patch (bug #2847)Mark Spencer
2004-11-16Fix ANI2 variable so it preserves 2 digit precision like it's supposed to.Anthony Minessale II
2004-11-13Send progress before in-band indications for BUSY/CONGESTIONMark Spencer
2004-11-07Add ANI2 to zap (bug #2788)Mark Spencer
2004-11-07Disable echo canceller for digital calls (bug #2785), fix build on MacOSX (bu...Mark Spencer
2004-11-05Make clear that "hookstate" is only valid on FXSMark Spencer
2004-11-03Pass through flash hookMark Spencer
2004-11-01Debugging improvements (bug #2765)Mark Spencer
2004-10-31Pass redirecting number on PRI calls (bug #2763)Mark Spencer
2004-10-31Misc code fixes (bug #2762)Mark Spencer
2004-10-28Fix qsig supportMark Spencer
2004-10-28Adding Q.SIG switchtype option to chan_zapMatthew Fredrickson
2004-10-28fix compiler warningMark Spencer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer
2004-10-26Fix MGCP dtmf buglet (bug #2696)Mark Spencer
2004-10-24Pass format stringJames Golovich
2004-10-23Make sure close() is not called on a fd < 1 with a wrapper callAnthony Minessale II
2004-10-23Check return value of malloc before dereferencing ptr in chan_zap.cJames Golovich
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...Mark Spencer
2004-10-17Fix chan_zap reload with pseudo channels (bug 2664)James Golovich
2004-10-16Don't restart PRI channelsMark Spencer
2004-10-16Make chan_zap reloadable (bug #2637)Mark Spencer
2004-10-14Make PRI debug work when verbosity = 0 (bug #2645)Mark Spencer
2004-10-06Be sure prev struct is built properly (bug #2581)Mark Spencer
2004-10-05Fix zap seggyMark Spencer
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)Mark Spencer
2004-10-03Correct CDR's for supervised transfer (bug #1595)Mark Spencer
2004-10-03shrink phone number for callerid matching (bug #2562)Mark Spencer
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-10-02Don't set state to UP state within the driver, but instead allow ast_read to ...Mark Spencer
2004-10-02Add #ifdef to chan_zap.c in case someone updates asterisk but not libpriJames Golovich
2004-10-02Allow PRI timers to be congfigurable. (bug 2518)James Golovich