<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>There is a mistake in the regular expression for long distance calls. </DIV>
<DIV>&nbsp;</DIV>
<DIV>if (uri=~"^sip:1[2-9][1-9]{9}@") should be if (uri=~"^sip:1[2-9][0-9]{9}@") </DIV>
<DIV>&nbsp;</DIV>
<DIV>Flavio E. Goncalves<BR></DIV></td></tr></table>