Hi,
I am facing an Problem in Dialplan Module.
Scenario:
========
I am Dialling 00091xxxxxxxxxx number, I need to remove only the prefix 000, then the call placement will be 91xxxxxxxxxx.
My dialplan rule:
==============
MariaDB [kamailio]> select * from dialplan;
+----+------+----+----------+-----------+-----------+-----------+----------+-------+
| id | dpid | pr | match_op | match_exp | match_len | subst_exp | repl_exp | attrs |
+----+------+----+----------+-----------+-----------+-----------+----------+-------+
| 1 | 1 | 1 | 1 | ^000$ | 0 | ^000$ | | |
+----+------+----+----------+-----------+-----------+-----------+----------+-------+
But the prefix 000 is not replaced. Please Guide me to Resolve this issue. Do I need to change somet rules??