mirror of
https://github.com/asterisk/asterisk.git
synced 2025-12-12 01:52:38 +00:00
various code cleanups (bug #4353)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5764 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -267,6 +267,8 @@ static struct ast_channel inuse = { "GR-303InUse" };
|
||||
#ifdef PRI_GETSET_TIMERS
|
||||
static int pritimers[PRI_MAX_TIMERS];
|
||||
#endif
|
||||
static int pridebugfd = -1;
|
||||
static char pridebugfilename[1024]="";
|
||||
#endif
|
||||
|
||||
/* Wait up to 16 seconds for first digit (FXO logic) */
|
||||
@@ -288,8 +290,6 @@ AST_MUTEX_DEFINE_STATIC(iflock);
|
||||
static int ifcount = 0;
|
||||
|
||||
AST_MUTEX_DEFINE_STATIC(pridebugfdlock);
|
||||
static int pridebugfd = -1;
|
||||
static char pridebugfilename[1024]="";
|
||||
|
||||
/* Whether we answer on a Polarity Switch event */
|
||||
static int answeronpolarityswitch = 0;
|
||||
|
||||
Reference in New Issue
Block a user