summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2004-01-10When rejecting a call, free up the channel (bug #661)Mark Spencer
2004-01-09Bug #710: Format fix for "zap show channels"Malcolm Davenport
2004-01-09Bug #736: Better checking to avoid chan_zap segfault re: ss_thread and zt_new()Malcolm Davenport
2003-12-19Fix the passing of digital PRI-PRIMartin Pycko
2003-12-18Allow doing digital PRI to PRI calls automaticallyMartin Pycko
2003-12-18Move zaptrcallerid out of #define ZAPATA_PRIMartin Pycko
2003-12-18Change long variable name to the shorter oneMartin Pycko
2003-12-17Add 'useincomingcalleridonzaptransfer' keyword to chan_zap so that if there i...Martin Pycko
2003-12-11Properly fix double locking issue, fix wav49 issueMark Spencer
2003-12-11We really don't want to lock ourselves in zt_exceptionMartin Pycko
2003-12-11Properly handle exceptions in zt_readMark Spencer
2003-12-09Cleanup unload callsMark Spencer
2003-12-09Patch for improving unload on zap (thanks James)Mark Spencer
2003-12-05Provide a channel if PRI_EVENT_RING comes without a channelMartin Pycko
2003-12-04Fix the ZapHangup, ZapDialOffhook, ZapTransfer manager commandsMartin Pycko
2003-12-02Don't retrain after each digitMark Spencer
2003-12-01Fix chanzap for p0, p1, etcMark Spencer
2003-11-23Enable on hook transfer for vmwiMark Spencer
2003-11-21Make CALLTYPE availableMark Spencer
2003-11-21Don't crash if ZapHangup, ZapTransfer, ZapDialOffhook are used on the channel...Martin Pycko
2003-11-18Fix segfault if more than 32 channels are used because of round_robin[x] = p;Martin Pycko
2003-11-12Implement several manager commands for Zap channels: ZapTransfer (flash hook)...Martin Pycko
2003-11-07Add round robin to chan_zap with use of Zap/r<number>/<exten> (ascending) or ...Martin Pycko
2003-11-05Train echo canceller on FXO before last digitMark Spencer
2003-11-05Add PRI_CAUSE feature for PRI ... If you set PRI_CAUSE=17 with SetVar and the...Martin Pycko
2003-11-04Turn off music on hold when doing *0Mark Spencer
2003-11-04Remove really broke MP3 stuff in favor of G.726 in the near futureMark Spencer
2003-10-27Use echo training of FXS (fxo signalled) interfaces... rest to followMark Spencer
2003-10-25Make HANGUPCAUSE accessibleMark Spencer
2003-10-24Check that there really is a tagMark Spencer
2003-10-22SUpport gains on outbound callsMark Spencer
2003-10-14Properly handle events during readsMark Spencer
2003-10-08Callerid fix and warning cleanup (bug #367 & #356)Mark Spencer
2003-10-06Switch back to DTMF at the appropriate timeMark Spencer
2003-10-01Add 486 message (SIP) to 17 cause (PRI) translation when you call Dial app an...Martin Pycko
2003-10-01Add usecallingpres keyword to zapata.conf for PRI to PRI call so that we woul...Martin Pycko
2003-09-29Change strdupa's to ast_strupda'sMark Spencer
2003-09-27Fix various compiler warnings (bug #322)Mark Spencer
2003-09-26Initialize extensionMark Spencer
2003-09-26Fix last typoMartin Pycko
2003-09-26Don't do callprogress on incoming calls -> that used to put that call in a wi...Martin Pycko
2003-09-25Bring into full TBR4 complianceMark Spencer
2003-09-17Allow detection of callerid on FXO with distinctive ringMartin Pycko
2003-09-13Merge sending complete patch with no number (bug #176)Mark Spencer
2003-09-12Fix a tiny thingMartin Pycko
2003-09-12Add distinguishing between BUSY and FAILURE for outgoing spool calls. Always ...Martin Pycko
2003-09-05Add restrictcid=[yes|no] for chan_zap and chan_sip. You can specify if the si...Martin Pycko
2003-09-04Add Zap dnid supportMark Spencer
2003-08-26Make chan_zap compile without libpri againMark Spencer
2003-08-25Make sure that when the d-channel goes down we also clear the libpri structur...Martin Pycko