<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
I have a couple of performance/memory related questions:<br><br><br>Is there any downside to using long URIs as far as memory or database (mysql) performance is concerned, e.g.<br><br>sip:1234567890_1234567890@abc.com? Or is this negligible?<br><br><br>Also is there a performance hit if no pattern matching is used?&nbsp; e.g.<br><br>exten =&gt; _XXX,Noop(...<br><br>vs<br><br>exten =&gt; 100,Noop(..<br>exten =&gt; 101,Noop(...<br>exten =&gt; 102,Noop(...<br>... <br>exten =&gt; 999,Noop(...<br><br>If a call comes to 999, does Asterisk go through each extension sequentially from 100 to 999 until it finds the matching one?<br><br>Thanks,<br>Matt<br><br><br><br>                                               </div></body>
</html>