[asterisk-users] performance/memory
Matt Hamilton
mistral9999 at hotmail.com
Thu Dec 29 12:31:16 CST 2011
I have a couple of performance/memory related questions:
Is there any downside to using long URIs as far as memory or database (mysql) performance is concerned, e.g.
sip:1234567890_1234567890 at abc.com? Or is this negligible?
Also is there a performance hit if no pattern matching is used? e.g.
exten => _XXX,Noop(...
vs
exten => 100,Noop(..
exten => 101,Noop(...
exten => 102,Noop(...
...
exten => 999,Noop(...
If a call comes to 999, does Asterisk go through each extension sequentially from 100 to 999 until it finds the matching one?
Thanks,
Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20111229/36c17ae5/attachment.htm>
More information about the asterisk-users
mailing list