mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Add #ifdef to chan_zap.c in case someone updates asterisk but not libpri
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3883 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -244,8 +244,10 @@ static char idleext[AST_MAX_EXTENSION];
|
||||
static char idledial[AST_MAX_EXTENSION];
|
||||
static int overlapdial = 0;
|
||||
static struct ast_channel inuse = { "GR-303InUse" };
|
||||
#ifdef PRI_GETSET_TIMERS
|
||||
static int pritimers[PRI_MAX_TIMERS];
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Wait up to 16 seconds for first digit (FXO logic) */
|
||||
static int firstdigittimeout = 16000;
|
||||
|
Reference in New Issue
Block a user