[svn-commits] trunk r36080 - /trunk/configs/extensions.conf.sample
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Mon Jun 26 10:31:52 MST 2006
Author: oej
Date: Mon Jun 26 12:31:51 2006
New Revision: 36080
URL: http://svn.digium.com/view/asterisk?rev=36080&view=rev
Log:
Add explanation and warning about the "s" extension. (Hi Mike :-)
Modified:
trunk/configs/extensions.conf.sample
Modified: trunk/configs/extensions.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/extensions.conf.sample?rev=36080&r1=36079&r2=36080&view=diff
==============================================================================
--- trunk/configs/extensions.conf.sample (original)
+++ trunk/configs/extensions.conf.sample Mon Jun 26 12:31:51 2006
@@ -206,6 +206,12 @@
;
; 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
More information about the svn-commits
mailing list