[Asterisk-cvs] asterisk/configs extensions.conf.sample,1.18,1.19
markster at lists.digium.com
markster at lists.digium.com
Thu Jan 29 10:19:13 CST 2004
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv17257/configs
Modified Files:
extensions.conf.sample
Log Message:
Clarify extensions.conf matching rules (bug #949)
Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- extensions.conf.sample 11 Jan 2004 03:22:55 -0000 1.18
+++ extensions.conf.sample 29 Jan 2004 16:11:21 -0000 1.19
@@ -50,7 +50,7 @@
; X - any digit from 0-9
; N - any digit from 2-9
; [1235-9] - any digit in the brackets (in this example, 1,2,3,5,6,7,8,9)
-; . - wildcard, matches anything remaining (e.g. _9011. matches anything starting with 9011 including 9011)
+; . - wildcard, matches anything remaining (e.g. _9011. matches anything starting with 9011 excluding 9011 itself)
;
; For example the extenion _NXXXXXX would match normal 7 digit dialings, while
; _1NXXNXXXXXX would represent an area code plus phone number
More information about the svn-commits
mailing list