[asterisk-users] Matching *, + and # in the dialplan
Karl Fife
asterisk-users at kfife.mailworks.org
Tue Oct 14 13:50:25 CDT 2008
I have to eat crow here guys. I was completely wrong about the use of
dialplan wildcards and non numerics such as *,# and +.
My test was invalid and I drew the wrong conclusion. So to summarize:
A single dialplan extension that matches
'3129842314' or
'*989' or
'+13129842314'
BUT NOT
'i' nor
'h' nor
'james'
is in fact simply something like:
exten => _[0-9*#+]X.,1,NoOp(*** match ***)
-Karl
More information about the asterisk-users
mailing list