<div>Hello. Thanks for your response.</div>
<div>&nbsp;</div>
<div>I assume you mean something like this:</div>
<div>&nbsp;</div>
<div>if (! uri=~&quot;sip:.*[@]+.*&quot;) {</div>
<div>&nbsp;&nbsp; sl_send_reply(&quot;404&quot;, &quot;Not Found&quot;);</div>
<div>}</div>
<div>&nbsp;</div>
<div>Can you direct me to the particular module that explains what these characters like ~,^, @, []* all mean? I can't seem to find it.<br><br>&nbsp;</div>
<div>&nbsp;</div>
<div><span class="gmail_quote">On 9/14/06, <b class="gmail_sendername">Juha Heinanen</b> &lt;<a href="mailto:jh@tutpro.com">jh@tutpro.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Max Gregorian writes:<br><br>&gt; Basically I am trying to find out a way of checking for minimum and<br>&gt; maximum digit length dialled by our users, in order to filter some of the
<br>&gt; traffic through our OpenSER server. Dialling rules aside, is there a<br>&gt; way?<br><br>try regular expression matching if r-uri in your openser.cfg.<br><br>-- juha<br></blockquote></div><br>