[Asterisk-Users] Matching '*'
Roger Schreiter
roger at planinternet.de
Mon Feb 27 12:48:34 MST 2006
Douglas Garstang schrieb:
> I'm trying to find a way in extensions.conf to match ANYTHING dialled,
Hi,
your subject is probably not correct. You want to catch
anything except h, t, ...?
Maybe you want to get matched the digits and *.
Thus try:
_[*0-9].
This will match any dialed string, which starts
with * or a digit and has at least a length of 2.
Roger.
More information about the asterisk-users
mailing list