[Asterisk-cvs] asterisk/configs extensions.conf.sample,1.39,1.40

kpfleming at lists.digium.com kpfleming at lists.digium.com
Sun Apr 3 17:31:21 CDT 2005


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv28129/configs

Modified Files:
	extensions.conf.sample 
Log Message:
further thought says '!' is a better early-match wildcard (bug #3889, take 2)


Index: extensions.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/extensions.conf.sample,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- extensions.conf.sample	3 Apr 2005 21:34:35 -0000	1.39
+++ extensions.conf.sample	3 Apr 2005 22:24:17 -0000	1.40
@@ -69,7 +69,7 @@
 ;   [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 excluding 9011 itself)
-;   + - wildcard, causes the matching process to complete as soon as
+;   ! - wildcard, causes the matching process to complete as soon as
 ;       it can unambiguously determine that no other matches are possible
 ;
 ; For example the extension _NXXXXXX would match normal 7 digit dialings, 




More information about the svn-commits mailing list