summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorOlle Johansson <oej@edvina.net>2011-09-21 09:39:13 +0000
committerOlle Johansson <oej@edvina.net>2011-09-21 09:39:13 +0000
commit7b08b2cf53393b26050320dcdfee6edbecae94f7 (patch)
tree683bc2961ac368ffb691e9edac11364b54b4c788 /configs
parent2ae7ae00c804936dbc5c8b391398dc0a2933ce4e (diff)
Merged revisions 337219 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10 ........ r337219 | oej | 2011-09-21 11:32:50 +0200 (Ons, 21 Sep 2011) | 13 lines Make ast_pbx_run() not default to s@default if extension is not found Review: https://reviewboard.asterisk.org/r/1446/ This is a bug - or architecture mistake - that has been in Asterisk for a very long time. It was exposed by the AMI originate action and possibly some other applications. Most channel drivers checks if an extension exists BEFORE starting a pbx on an inbound call, so most calls will not depend on this issue. Thanks everyone involved in the review and on IRC and the mailing list for a quick review and all the feedback. (closes issue ASTERISK-18578) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@337220 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/extensions.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index 31c3b7dd2..890684578 100644
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -285,6 +285,10 @@ include => dundi-e164-switch
; In macros, it is the start extension. In most other cases,
; you have to goto "s" to execute that extension.
;
+; Note: In old versions of Asterisk the PBX in some cases defaulted to
+; extension "s" when a given extension was wrong (like in AMI originate).
+; This is no longer the case.
+;
; For wildcard matches, see above - all pattern matches start with
; an underscore.
exten => s,1,Goto(${ARG1},1)