aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_zap.c
AgeCommit message (Expand)AuthorFilesLines
2004-05-31Complete re-vamp of Radio Repeater application (app_rpt) and VERY minor chang...jim1-5/+9
2004-05-28Ringing and progress are not identicalmarkster1-4/+1
2004-05-27Only print PRI messages when in verbose mode (bug #1732)markster1-1/+2
2004-05-27Unlock PRI lock, fix variable pasingmarkster1-0/+6
2004-05-22Obviously don't send alerting, progress, or proceeding on outbound calls (bug...markster1-4/+3
2004-05-22When dialing out, we're always proceeding :)markster1-0/+1
2004-05-20Congestion with Hangup sends expected RELEASE code (but #1681)markster1-0/+3
2004-05-20only complain if ZAPATA_PRI is definedjeremy1-0/+2
2004-05-19Update for newer libprimarkster1-5/+5
2004-05-19Always send proceeding, send progress when appropriatemarkster1-3/+6
2004-05-19Alert for in-band audiomarkster1-2/+2
2004-05-19Don't qualify with overlap dial anymoremarkster1-3/+3
2004-05-19Send proceeding if appropriate on audio transmission, toomarkster1-0/+18
2004-05-19Don't automatically send proceeding/alertingmarkster1-1/+7
2004-05-15Don't call out an FXO until at least 2 seconds after it was hungup.markster1-1/+12
2004-05-13Make sure we initialize attributes properly on thread (bug #1563)markster1-0/+4
2004-05-12Minor memory cleanups, initialize peer/user invite status from globalmarkster1-5/+7
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