Hello Oskar,<br><br>Thanks to the kamailio-proxy log i discover an error in other rules. Now they are all OK.<br>But, the number still appears with the CC 34..... Im using version 2.2 RC1. Could it be some bug?<br><br>Thanks!<br>

<br><br><div class="gmail_quote">El 5 de mayo de 2011 12:43, VoiceTech | Oskar Krigh <span dir="ltr"><<a href="mailto:oskar@voicetech.se" target="_blank">oskar@voicetech.se</a>></span> escribió:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Ah i see the problem, you have to exchange the replacement pattern with<br>
\1 . its only one argument that the Match pattern generates.<br>
<br>
A tip for you, if you ssh to the box, and then tail the kamailio-proxy<br>
log, then when you save your rules you will see if the rule will work or<br>
if it is any errors in it.<br>
<font color="#888888"><br>
<br>
/Oskar<br>
</font><div><div></div><div><br>
On Thu, 2011-05-05 at 12:02 +0200, Luis Abenza Sánchez wrote:<br>
> Hello Oskar,<br>
><br>
> Thanks for your help. But it's not working for me.<br>
> I attach two images with the subscriber and outbound rewrite rules<br>
> configurations.<br>
><br>
> Do you see where the problem is?<br>
><br>
> Thanks!<br>
><br>
> El 5 de mayo de 2011 09:05, VoiceTech | Oskar Krigh<br>
> <<a href="mailto:oskar@voicetech.se" target="_blank">oskar@voicetech.se</a>> escribió:<br>
>         Hi Luis<br>
>         If you are using numerical subscriber names then the key is to<br>
>         add \d to the expression.<br>
>         So try this ^34([1-9][0-9]\d+)$ , and if you are using the<br>
>         begining + then you have to exchange the expression to<br>
><br>
>         ^+34([1-9][0-9]\d+)$ and then the replace string should be<br>
>         like this +/1.<br>
><br>
>         /Oskar<br>
><br>
><br>
><br>
><br>
><br>
>         On Thu, 2011-05-05 at 08:33 +0200, Luis Abenza Sánchez wrote:<br>
><br>
>         > Hello Sipwise List,<br>
>         ><br>
>         > First of all, what a great solution!<br>
>         > We are a Spanish WISP testing sip:wise to replace commercial<br>
>         > Voipswitch.<br>
>         ><br>
>         > I'm having some problems with Outbound Rewrite Rules for<br>
>         Caller.<br>
>         > My CC is 34, and I want to eliminate it in my calls.<br>
>         ><br>
>         > So, I configure a Rewrite Rule in my domain:<br>
>         ><br>
>         > Outbound Rewrite Rules for Caller<br>
>         > ^34([1-9][0-9]+)$               \1<br>
>         ><br>
>         > But it's not working. Can you throw me some light on this?<br>
>         ><br>
>         > Thanks,<br>
>         > Luis<br>
><br>
>         > _______________________________________________<br>
>         > Spce-user mailing list<br>
>         > <a href="mailto:Spce-user@lists.sipwise.com" target="_blank">Spce-user@lists.sipwise.com</a><br>
>         > <a href="http://lists.sipwise.com/listinfo/spce-user" target="_blank">http://lists.sipwise.com/listinfo/spce-user</a><br>
><br>
><br>
> _______________________________________________<br>
> Spce-user mailing list<br>
> <a href="mailto:Spce-user@lists.sipwise.com" target="_blank">Spce-user@lists.sipwise.com</a><br>
> <a href="http://lists.sipwise.com/listinfo/spce-user" target="_blank">http://lists.sipwise.com/listinfo/spce-user</a><br>
<br>
</div></div></blockquote></div><br>