aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-30 21:44:05 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-30 21:44:05 +0000
commitfbe5134cb57476035671c2fc1dba683f294ba820 (patch)
tree0eeef267fb3252ed94787fbc3c303a23d755a8fa /main
parentbaf54bea3c77e43240576ef56b8bf00b4a4e8246 (diff)
change default setting for autofallthrough
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@41475 f38db490-d61c-443f-a65b-d21fe96a405b
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;