aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-12Fix a martin segfaultmarkster1-1/+1
2004-03-11Make sure no path leaves channel lock lockedmarkster1-1/+4
2004-03-11Make sure usedistinctivering gets set to the right valuecitats1-2/+4
2004-03-10Wipe out p->exten in zt_hangup (bug 1115)citats1-1/+2
2004-03-10Make distinctiveringdetection configurable per channel (bug 1168)citats1-3/+5
2004-03-08Fix typo in chan_zap.ccitats1-1/+1
2004-03-05Fix pri->pvt[chan]->owner dereference (bug #1161)citats1-1/+1
2004-03-05Change tormenta.conf to zaptel.confcitats1-1/+1
2004-03-04Add support for parking with IAX2markster1-3/+5
2004-03-03Make PRI span completion only show spans that actually are PRIscitats1-1/+1
2004-02-23Optimization in pri_fixupmarkster1-0/+5
2004-02-23Merge Tilghman's and Cam's user defined cadence patchmarkster1-5/+122
2004-02-22Small but important fix for channel relocation (bug #54)markster1-0/+1
2004-02-20Properly lock slave and master in zt_unlink (bug #1008)markster1-5/+22
2004-02-18Minor file.c cleanup for valgrind, log PRI event properlymarkster1-1/+1
2004-02-15Added support for specifing Zaptel tonezone on a per-channel basis forjim1-0/+14
2004-02-10Fixed bug in FXOGS. Was not closing loop after starting.jim1-0/+1
2004-02-08Omit PRI layer 1 information for data call (need updated libpri too) (bug #1012)markster1-1/+2
2004-01-31Fix add include (bug #966) and small update to bug 890markster1-0/+1
2004-01-31Handle cause in DISCONNECT toomarkster1-1/+15
2004-01-31Send busy when busy, congestion when congestion on PRI (bug #890)markster1-2/+40
2004-01-26Seriously fix echo cancellation on inbound calls with FXO interfaces (and ena...markster1-1/+4
2004-01-16 Added functionality for E911 signallingjim1-7/+92
2004-01-15Fix unload/load of chan_zapmarkster1-10/+40
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