Sql Filter
Posted: Thu Sep 07, 2017 9:34 am
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
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