summaryrefslogtreecommitdiff
path: root/configs/extensions.conf.sample
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 /configs/extensions.conf.sample
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 'configs/extensions.conf.sample')
-rw-r--r--configs/extensions.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index f45a39df3..5da6aa978 100644
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -27,13 +27,13 @@ writeprotect=no
;
; If autofallthrough is set, then if an extension runs out of
; things to do, it will terminate the call with BUSY, CONGESTION
-; or HANGUP depending on Asterisk's best guess (strongly recommended).
+; or HANGUP depending on Asterisk's best guess. This is the default.
;
; If autofallthrough is not set, then if an extension runs out of
-; things to do, asterisk will wait for a new extension to be dialed
+; things to do, Asterisk will wait for a new extension to be dialed
; (this is the original behavior of Asterisk 1.0 and earlier).
;
-autofallthrough=yes
+;autofallthrough=no
;
; If clearglobalvars is set, global variables will be cleared
; and reparsed on an extensions reload, or Asterisk reload.