My problem is with this &quot;if (uri=~&quot;^sip:[1-9]*@.*&quot;) {&quot;. <br>If i put &quot;sip:[0-9]&quot; its OK, but with &quot;sip:[1-9]&quot; it doesn`t work.<br>Does anybody know why?<br>thanks.<br>&nbsp;<br><br><div><span class="gmail_quote">
2007/4/19, Carlos Ribas &lt;<a href="mailto:caduribas@gmail.com">caduribas@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I need to block calls that they start with number 0. <br>i did this, but it`s not OK: <br>if (uri=~&quot;^sip:[1-9]*@.*&quot;) {<br>&nbsp;&nbsp; rewritehost(&quot;<a href="http://10.0.0.10" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
10.0.0.10</a>&quot;);<br>&nbsp;&nbsp; log(&quot;access ok&quot;);
<br>&nbsp;&nbsp; route(1);<br>&nbsp;&nbsp; break;<br>};<br><br>if (uri=~&quot;^sip:0[1-9]*@.*&quot;) {<br>&nbsp;&nbsp; log(&quot;access deny&quot;);<br>&nbsp;&nbsp; break;<br>};<br><br> How can i do this? <br>
</blockquote></div><br><br clear="all"><br>-- <br>--------------------------------<br>Carlos Eduardo Ribas<br>Fone: 9986-4892