aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-12Fix a typomartinp1-1/+1
2004-01-12fix monitor thread. Bug #726jeremy1-1/+1
2004-01-12Add distinctive ring detectionmarkster1-0/+112
2004-01-10When rejecting a call, free up the channel (bug #661)markster1-2/+3
2004-01-09Bug #710: Format fix for "zap show channels"malcolmd1-3/+3
2004-01-09Bug #736: Better checking to avoid chan_zap segfault re: ss_thread and zt_new()malcolmd1-2/+6
2003-12-19Fix the passing of digital PRI-PRImartinp1-2/+4
2003-12-18Allow doing digital PRI to PRI calls automaticallymartinp1-0/+3
2003-12-18Move zaptrcallerid out of #define ZAPATA_PRImartinp1-1/+1
2003-12-18Change long variable name to the shorter onemartinp1-6/+6
2003-12-17Add 'useincomingcalleridonzaptransfer' keyword to chan_zap so that if there i...martinp1-2/+21
2003-12-11Properly fix double locking issue, fix wav49 issuemarkster1-6/+12
2003-12-11We really don't want to lock ourselves in zt_exceptionmartinp1-13/+3
2003-12-11Properly handle exceptions in zt_readmarkster1-3/+15
2003-12-09Cleanup unload callsmarkster1-8/+8
2003-12-09Patch for improving unload on zap (thanks James)markster1-91/+106
2003-12-05Provide a channel if PRI_EVENT_RING comes without a channelmartinp1-0/+3
2003-12-04Fix the ZapHangup, ZapDialOffhook, ZapTransfer manager commandsmartinp1-14/+1
2003-12-02Don't retrain after each digitmarkster1-1/+1
2003-12-01Fix chanzap for p0, p1, etcmarkster1-4/+10
2003-11-23Enable on hook transfer for vmwimarkster1-0/+3
2003-11-21Make CALLTYPE availablemarkster1-8/+36
2003-11-21Don't crash if ZapHangup, ZapTransfer, ZapDialOffhook are used on the channel...martinp1-0/+19
2003-11-18Fix segfault if more than 32 channels are used because of round_robin[x] = p;martinp1-1/+4
2003-11-12Implement several manager commands for Zap channels: ZapTransfer (flash hook)...martinp1-2/+112
2003-11-07Add round robin to chan_zap with use of Zap/r<number>/<exten> (ascending) or ...martinp1-20/+81
2003-11-05Train echo canceller on FXO before last digitmarkster1-11/+28
2003-11-05Add PRI_CAUSE feature for PRI ... If you set PRI_CAUSE=17 with SetVar and the...martinp1-1/+7
2003-11-04Turn off music on hold when doing *0markster1-0/+2
2003-11-04Remove really broke MP3 stuff in favor of G.726 in the near futuremarkster1-0/+2
2003-10-27Use echo training of FXS (fxo signalled) interfaces... rest to followmarkster1-0/+23
2003-10-25Make HANGUPCAUSE accessiblemarkster1-0/+6
2003-10-24Check that there really is a tagmarkster1-4/+10
2003-10-22SUpport gains on outbound callsmarkster1-0/+2
2003-10-14Properly handle events during readsmarkster1-1/+4
2003-10-08Callerid fix and warning cleanup (bug #367 & #356)markster1-0/+4
2003-10-06Switch back to DTMF at the appropriate timemarkster1-0/+2
2003-10-01Add 486 message (SIP) to 17 cause (PRI) translation when you call Dial app an...martinp1-3/+17
2003-10-01Add usecallingpres keyword to zapata.conf for PRI to PRI call so that we woul...martinp1-3/+28
2003-09-29Change strdupa's to ast_strupda'smarkster1-1/+1
2003-09-27Fix various compiler warnings (bug #322)markster1-2/+2
2003-09-26Initialize extensionmarkster1-2/+2
2003-09-26Fix last typomartinp1-1/+1
2003-09-26Don't do callprogress on incoming calls -> that used to put that call in a wi...martinp1-1/+1
2003-09-25Bring into full TBR4 compliancemarkster1-9/+19
2003-09-17Allow detection of callerid on FXO with distinctive ringmartinp1-1/+3
2003-09-13Merge sending complete patch with no number (bug #176)markster1-0/+6
2003-09-12Fix a tiny thingmartinp1-1/+1
2003-09-12Add distinguishing between BUSY and FAILURE for outgoing spool calls. Always ...martinp1-0/+19
2003-09-05Add restrictcid=[yes|no] for chan_zap and chan_sip. You can specify if the si...martinp1-1/+8