Input Please!!
On Thu, Aug 3, 2017 at 5:08 PM, Logeshwaran G <logeshwarangs(a)gmail.com>
wrote:
Thanks a lot!
But for my scenario,
If I am Dialling 000919999999999, need to remove the first three digits
000, so the call should go to 919999999999.
I am stucked to create the rule for the above scenario, Kindly help me
for the same.
Kind Regards,
Logeshwaran
On Thu, Aug 3, 2017 at 4:48 PM, Daniel Tryba <d.tryba(a)pocos.nl> wrote:
On Thu, Aug 03, 2017 at 04:00:45PM +0530,
Logeshwaran G wrote:
>
> +----+------+----+----------+-----------+-----------+-------
----+----------+-------+
> | id | dpid | pr | match_op | match_exp | match_len | subst_exp |
repl_exp
> | attrs |
> +----+------+----+----------+-----------+-----------+-------
----+----------+-------+
> | 1 | 1 | 1 | 1 | ^000$ | 0 | ^000$ |
> | | 111
> +----+------+----+----------+-----------+-----------+-------
----+----------+-------+
>
> The above rule replacing only the 000, If we Dial 000xxxx its
omitting,
> While Dialing 000 its replacing that with 111.
IN a regexp ^ matches the beginning of the line/string, and $ matches
the end.
So "^000$" only matches exactly "000" and not "000xxxx"
Remove the $ to match strings begining with 000.
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users(a)lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users(a)lists.kamailio.org