summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-08-30 21:44:05 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-08-30 21:44:05 +0000
commitb281acf0f88fc511c23b0bc15250113a8a789c11 (patch)
tree0eeef267fb3252ed94787fbc3c303a23d755a8fa /main
parent6ca927457da3ee546565234abcf7c55e712d722f (diff)
change default setting for autofallthrough
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41475 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main')
-rw-r--r--main/pbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 522da6f64..039d7beb3 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -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;