[asterisk-users] pattern matching "+"
Richard Mudgett
rmudgett at digium.com
Fri Mar 15 09:26:00 CDT 2019
On Fri, Mar 15, 2019 at 9:19 AM sean darcy <seandarcy2 at gmail.com> wrote:
> From my provider I get extensions of:
>
> +1<10digit number>
> 1<10 digit number>
> <10 digit number>
>
> seemingly randomly.
>
> What I'd like to do is
>
> exten=_!1234567890,1,Answer()
>
> which would match anything ending in 1234567890.
>
> But that doesn't work since ! can only be used at the end of a pattern.
>
> I tried
>
> [+\ ][1\ ]1234567890
>
> which didn't work, probably because "\ " means space, not nothing.
>
> Any suggestions?
>
You must have multiple patterns to match the various starting sequences you
receive.
One that begins with +
One that begins with 1
One that is for a 10 digit number
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20190315/49719a89/attachment.html>
More information about the asterisk-users
mailing list