<div>Thanks for your reply.</div>
<div><br>&nbsp;</div>
<div><span class="gmail_quote">On 9/14/06, <b class="gmail_sendername">Norman Brandinger</b> &lt;<a href="mailto:norm@goes.com">norm@goes.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br><br>The symbols are used with POSIX Regular Expressions. See:<br><br><a href="http://www.openser.org/dokuwiki/doku.php?id=regular_expressions&amp;DokuWiki=a21aa84e798d8e87169646498235364c">
http://www.openser.org/dokuwiki/doku.php?id=regular_expressions&amp;DokuWiki=a21aa84e798d8e87169646498235364c</a><br><br><a href="http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html">http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap09.html
</a><br><br>Regards,<br>Norm<br><br>Max Gregorian wrote:<br>&gt; Hello. Thanks for your response.<br>&gt;<br>&gt; I assume you mean something like this:<br>&gt;<br>&gt; if (! uri=~&quot;sip:.*[@]+.*&quot;) {<br>&gt;&nbsp;&nbsp; sl_send_reply(&quot;404&quot;, &quot;Not Found&quot;);
<br>&gt; }<br>&gt;<br>&gt; Can you direct me to the particular module that explains what these<br>&gt; characters like ~,^, @, []* all mean? I can't seem to find it.<br>&gt;<br>&gt;<br>&gt;<br>&gt; On 9/14/06, Juha Heinanen &lt;
<a href="mailto:jh@tutpro.com">jh@tutpro.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; Max Gregorian writes:<br>&gt;&gt;<br>&gt;&gt; &gt; Basically I am trying to find out a way of checking for minimum and<br>&gt;&gt; &gt; maximum digit length dialled by our users, in order to filter some of
<br>&gt;&gt; the<br>&gt;&gt; &gt; traffic through our OpenSER server. Dialling rules aside, is there a<br>&gt;&gt; &gt; way?<br>&gt;&gt;<br>&gt;&gt; try regular expression matching if r-uri in your openser.cfg.<br>&gt;&gt;
<br>&gt;&gt; -- juha<br>&gt;&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; 
<a href="mailto:Users@openser.org">Users@openser.org</a><br>&gt; <a href="http://openser.org/cgi-bin/mailman/listinfo/users">http://openser.org/cgi-bin/mailman/listinfo/users</a><br>&gt;<br>&gt; ------------------------------------------------------------------------
<br>&gt;<br>&gt; No virus found in this incoming message.<br>&gt; Checked by AVG Free Edition.<br>&gt; Version: 7.1.405 / Virus Database: 268.12.3/447 - Release Date: 9/13/2006<br>&gt;<br><br></blockquote></div><br>