<br><br><div class="gmail_quote">2010/2/19 Iñaki Baz Castillo <span dir="ltr"><<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
El Viernes, 19 de Febrero de 2010, Dmitri G. escribió:<br>
<div class="im">> Hi Bogdan,<br>
><br>
> Thank you for your reply! dan I use regexps with uac_replace_from?<br>
> My goal is to remove the non-numeric values, so From: <47Adrian@his_ip will<br>
> become<br>
> From: <47@his_ip, From: <123gheorghe07@his_ip will become From:<br>
> <12307@his_ip<br>
><br>
> so you think it will work like this?<br>
<br>
</div>Un a regular expression to store your desired From username intoa a pseudo-<br>
variable or AVP, and then use uac_replace_from with such pseudo-variable.<br>
<font color="#888888"><br>
--<br>
Iñaki Baz Castillo <<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>><br>
</font><div><div></div><div class="h5"><br>
<br></div></div></blockquote><div> </div></div>Iñaki,<br><br>My problem is that I don't know what regexp should I use for this (to strip out the non-numeric)<br><br><br>