Michael,<br><br>Good start! We are getting warmer.<br><br>Where <span class="docEmphasis">"(\\*|\\d{6})" will not match either * or 123456 or anything I can think of.<br></span><span class="docEmphasis">"\\*|\\d{6}" does match * and 123456 and does not match 1234<br>
So far so good.<br>BUT, if an asterisk(s) are entered in a combination with numbers anything goes **, *123, 123 *, 12*24, 12**34, 1*2*3, etc.<br><br>Bob<br></span><span class="docEmphasis"><br><br></span><div class="gmail_quote">
On Fri, Mar 27, 2009 at 5:54 PM, Michael Collins <span dir="ltr"><<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>></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">2009/3/27 Robert Clayton <<a href="mailto:rjcajax@gmail.com">rjcajax@gmail.com</a>>:<br>
> Michael,<br>
><br>
> Also note the error message reprints the expression without the escape.<br>
><br>
> Bob<br>
><br>
> On Fri, Mar 27, 2009 at 2:29 PM, Michael Collins <<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>> wrote:<br>
<br>
</div>That just hit me. Try "\\*" instead of "\*" to see if maybe the<br>
backslash is getting dropped off between Lua and FreeSWITCH.<br>
<div><div></div><div class="h5"><br>
-MC<br>
<br>
_______________________________________________<br>
Freeswitch-dev mailing list<br>
<a href="mailto:Freeswitch-dev@lists.freeswitch.org">Freeswitch-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>