dect
/
asterisk
Archived
13
0
Fork 0

Add #ifdef to chan_zap.c in case someone updates asterisk but not libpri

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3883 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
citats 2004-10-02 15:04:38 +00:00
parent 93c844bf21
commit 6c86936bc5
1 changed files with 2 additions and 0 deletions

View File

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