Dave,<br><br>I think extensions are processed in order although I can&#39;t quickly find any documentation that says this, why don&#39;t you try it and see, it would take only a moment to find out for sure.<br><br>--Stephen<br>
<br><div class="gmail_quote">On Mon, Nov 9, 2009 at 1:03 PM, Frank Carmickle <span dir="ltr">&lt;<a href="mailto:frank@carmickle.com">frank@carmickle.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Mon, Nov 09, Michael Collins wrote:<br>
&gt; On Mon, Nov 9, 2009 at 12:22 PM, Dave Stevenson<br>
&gt; &lt;<a href="mailto:stevendt@primrosebank.net">stevendt@primrosebank.net</a>&gt;wrote:<br>
&gt;<br>
&gt; &gt;  I **think** that the following will match any three character strings<br>
&gt; &gt; from 1xx to 399<br>
&gt; &gt;<br>
&gt; &gt; I want to exclude 100 though, can anyone help me with the required RegEx<br>
&gt; &gt; please ?<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; ^([1-3][0-9][0-9])$<br>
&gt; &gt;<br>
&gt; &gt; I could (I think) do<br>
&gt; &gt;<br>
&gt; &gt; ^([1-3][1-9][0-9]|[2-3][0-9][0-9])$<br>
<br>
</div>You mean<br>
<br>
(^1[0-9][1-9]$|^[2-3]\d\d$)<br>
<font color="#888888"><br>
--FC<br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>