aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-03 21:34:35 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-04-03 21:34:35 +0000
commit9dd83d2337a5779ee66486cbc6f3a4474492675b (patch)
tree2b97405042deb511dd1575c3d42cccb336ff764e /configs
parent613385598fa0d53cf36b0fcd5ec4095ef4a0868a (diff)
add docs for bug #3889
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5371 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/extensions.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/extensions.conf.sample b/configs/extensions.conf.sample
index 9172b123a..b0768d84b 100755
--- a/configs/extensions.conf.sample
+++ b/configs/extensions.conf.sample
@@ -69,6 +69,8 @@ TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0)
; [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
+; it can unambiguously determine that no other matches are possible
;
; For example the extension _NXXXXXX would match normal 7 digit dialings,
; while _1NXXNXXXXXX would represent an area code plus phone number