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
1.2-netsec
James Golovich 21 years ago
parent 809166ff78
commit 7aef6a5b83

@ -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;

Loading…
Cancel
Save