mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-15 00:41:02 +00:00
change default setting for autofallthrough
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41475 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -240,7 +240,7 @@ static int pbx_builtin_importvar(struct ast_channel *, void *);
|
||||
AST_MUTEX_DEFINE_STATIC(globalslock);
|
||||
static struct varshead globals = AST_LIST_HEAD_NOLOCK_INIT_VALUE;
|
||||
|
||||
static int autofallthrough = 0;
|
||||
static int autofallthrough = 1;
|
||||
|
||||
AST_MUTEX_DEFINE_STATIC(maxcalllock);
|
||||
static int countcalls = 0;
|
||||
|
Reference in New Issue
Block a user