Page 1 of 1

Sql Filter

PostPosted: Thu Sep 07, 2017 9:34 am
by davide.filippi
Good day all
I'm setting up an sql filter that inhibit call to prefixes "350" or "370".
In the dialplan I have the following
...
exten => _12339X. dial ${exten:3}
...

so if I manually call 3501234567 it appears as 123393501234567
When this extension is exhamined by the sql filter, how it will be appears?
123393501234567 or 393501234567?

Thanks all

Re: Sql Filter

PostPosted: Thu Sep 07, 2017 10:40 pm
by williamconley
The sql filter will see the value as it appears in the vicidial_list table. If you modify the lead and look at the phone number field, that's what sql will see.

Good job posting your specs!

Re: Sql Filter

PostPosted: Sat Sep 09, 2017 3:25 am
by davide.filippi
Hi,
thank you for the reply