aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-08Add missing unlock (although it shouldn't make a difference)markster1-0/+1
2004-05-07Do proper PRI locking in zt_call (not to mention lock the zt_pvt structure it...markster1-1/+22
2004-05-07Add sip show peers (trivial zap fix, too) bug #1573markster1-3/+3
2004-05-05Use ast_strlen_zero in chan_zap.ccitats1-35/+36
2004-05-02Make overlap dial be interpreted in the same way an FXS would be (bugs #1080 ...markster1-90/+140
2004-04-28Provide gethostbyname_r emulation for FreeBSD and fix zap call to setstate to...markster1-5/+5
2004-04-28Build again without PRImarkster1-0/+2
2004-04-27Make sure we are proceeding when we answermarkster1-0/+12
2004-04-26Avoid another voipme by explaining you need CVS update when SIG_EM_E1 is invalidmarkster1-6/+3
2004-04-25Migrate chan_zap from select to pollmarkster1-51/+53
2004-04-22Add missing breakmarkster1-0/+1
2004-04-22Fix swap_subs for better lockingmarkster1-8/+22
2004-04-22Fix some comments in chan_zapcitats1-3/+3
2004-04-19Fix trailing slash problem (Zap) and making sure refers get ignored the secon...markster1-1/+1
2004-04-17Fix compile warning in chan_zap if libpri not installedcitats1-1/+1
2004-04-16Add support for E1 E&Mmarkster1-14/+27
2004-04-12Lock on indication toomarkster1-1/+4
2004-04-10Don't check PRI settings unless there is PRImarkster1-0/+2
2004-04-09Don't take digits in-band when in overlap dial modemarkster1-0/+5
2004-04-07Don't say we're unable to find the channel if we're able to find it.markster1-0/+2
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-13/+11
2004-04-06Print actual hook state in chan_zapmarkster1-2/+7
2004-04-04Clear out delivery fields just in casemarkster1-0/+4
2004-04-04Make chan_zap allocate a comfortable amount of space for VMWImarkster1-1/+1
2004-03-30Fix progzone loadermarkster1-1/+3
2004-03-28Add support for Costa Rica to DSPmarkster1-0/+5
2004-03-24*** empty log message ***citats1-15/+54
2004-03-22Fix locks that are held too longmarkster1-1/+4
2004-03-22Fix superfluous return NULLmarkster1-2/+1
2004-03-16Answer the line when hangup received and callwait is upmarkster1-0/+2
2004-03-15Fixup some pthread_t checking in channelscitats1-1/+1
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andcitats1-4/+4
2004-03-15Add 'pri show span <spanno>' command to chan_zap.ccitats1-0/+32
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