aboutsummaryrefslogtreecommitdiffstats
path: root/configs/extensions.conf.sample
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-26 17:31:51 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-26 17:31:51 +0000
commit13c646c5d134c87c206bf97b4db062e936063b81 (patch)
treed282abf1391ab9427f6ab9a31c05c2da2dbae95e /configs/extensions.conf.sample
parent5ec3f6487ffa960d8b4126fbfb440cc41775f93e (diff)
Add explanation and warning about the "s" extension. (Hi Mike :-)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36080 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/extensions.conf.sample')
-rw-r--r--configs/extensions.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index e9dda6161..f45a39df3 100644
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -206,6 +206,12 @@ include => dundi-e164-switch
;
; ARG1 is the extension to Dial
;
+; Extension "s" is not a wildcard extension that matches "anything".
+; In macros, it is the start extension. In most other cases,
+; you have to goto "s" to execute that extension.
+;
+; For wildcard matches, see above - all pattern matches start with
+; an underscore.
exten => s,1,Goto(${ARG1},1)
include => dundi-e164-lookup