<br><br><div class="gmail_quote">2010/2/19 Iñaki Baz Castillo <span dir="ltr">&lt;<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>&gt;</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">&gt; Hi Bogdan,<br>
&gt;<br>
&gt; Thank you for your reply! dan I use regexps with uac_replace_from?<br>
&gt; My goal is to remove the non-numeric values, so From: &lt;47Adrian@his_ip will<br>
&gt; become<br>
&gt; From: &lt;47@his_ip, From: &lt;123gheorghe07@his_ip will become From:<br>
&gt; &lt;12307@his_ip<br>
&gt;<br>
&gt; 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 &lt;<a href="mailto:ibc@aliax.net">ibc@aliax.net</a>&gt;<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&#39;t know what regexp should I use for this (to strip out the non-numeric)<br><br><br>