summaryrefslogtreecommitdiff
path: root/channels/chan_zap.c
AgeCommit message (Expand)Author
2004-04-12Lock on indication tooMark Spencer
2004-04-10Don't check PRI settings unless there is PRIMark Spencer
2004-04-09Don't take digits in-band when in overlap dial modeMark Spencer
2004-04-07Don't say we're unable to find the channel if we're able to find it.Mark Spencer
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-04-06Print actual hook state in chan_zapMark Spencer
2004-04-04Clear out delivery fields just in caseMark Spencer
2004-04-04Make chan_zap allocate a comfortable amount of space for VMWIMark Spencer
2004-03-30Fix progzone loaderMark Spencer
2004-03-28Add support for Costa Rica to DSPMark Spencer
2004-03-24*** empty log message ***James Golovich
2004-03-22Fix locks that are held too longMark Spencer
2004-03-22Fix superfluous return NULLMark Spencer
2004-03-16Answer the line when hangup received and callwait is upMark Spencer
2004-03-15Fixup some pthread_t checking in channelsJames Golovich
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andJames Golovich
2004-03-15Add 'pri show span <spanno>' command to chan_zap.cJames Golovich
2004-03-12Fix a martin segfaultMark Spencer
2004-03-11Make sure no path leaves channel lock lockedMark Spencer
2004-03-11Make sure usedistinctivering gets set to the right valueJames Golovich
2004-03-10Wipe out p->exten in zt_hangup (bug 1115)James Golovich
2004-03-10Make distinctiveringdetection configurable per channel (bug 1168)James Golovich
2004-03-08Fix typo in chan_zap.cJames Golovich
2004-03-05Fix pri->pvt[chan]->owner dereference (bug #1161)James Golovich
2004-03-05Change tormenta.conf to zaptel.confJames Golovich
2004-03-04Add support for parking with IAX2Mark Spencer
2004-03-03Make PRI span completion only show spans that actually are PRIsJames Golovich
2004-02-23Optimization in pri_fixupMark Spencer
2004-02-23Merge Tilghman's and Cam's user defined cadence patchMark Spencer
2004-02-22Small but important fix for channel relocation (bug #54)Mark Spencer
2004-02-20Properly lock slave and master in zt_unlink (bug #1008)Mark Spencer
2004-02-18Minor file.c cleanup for valgrind, log PRI event properlyMark Spencer
2004-02-15Added support for specifing Zaptel tonezone on a per-channel basis forJim Dixon
2004-02-10Fixed bug in FXOGS. Was not closing loop after starting.Jim Dixon
2004-02-08Omit PRI layer 1 information for data call (need updated libpri too) (bug #1012)Mark Spencer
2004-01-31Fix add include (bug #966) and small update to bug 890Mark Spencer
2004-01-31Handle cause in DISCONNECT tooMark Spencer
2004-01-31Send busy when busy, congestion when congestion on PRI (bug #890)Mark Spencer
2004-01-26Seriously fix echo cancellation on inbound calls with FXO interfaces (and ena...Mark Spencer
2004-01-16 Added functionality for E911 signallingJim Dixon
2004-01-15Fix unload/load of chan_zapMark Spencer
2004-01-12Fix a typoMartin Pycko
2004-01-12fix monitor thread. Bug #726Jeremy McNamara
2004-01-12Add distinctive ring detectionMark Spencer
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