Hi Doug,<br><br><div><span class="gmail_quote">On 9/25/06, <b class="gmail_sendername">Douglas Garstang</b> &lt;<a href="mailto:dgarstang@oneeighty.com">dgarstang@oneeighty.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Lets say you have a cluster of, say, 10 Asterisk servers. After doing a local lookup to see if a number is available locally, in order to find out if the number is available on one of the other 9 servers, this peer has to query all 9 remaining peers.&nbsp;
</blockquote><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is that true?</blockquote><div><br>Yes, or it could send one query to a server which in turned queried the other 9. Either way though, all 9 get queried unless the answer was cached. Caching is tricky with registrations as you don't want to cache a registration which hasn't been renewed.
<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is there a way to have 'registration servers' that accept registrations from phones, and which somehow notify 'DUNDI servers' (two for redundancy) that the registration servers query? To terminate a call, a peer would only have to query the DUNDi servers, not every other peer. After looking at the config files, I can't imagine how this could work, or if it's even possible with DUNDi.
</blockquote><div><br>Yes, it is possible to push peer information as well as pull it. You
could also, as you say, limit the number of registration servers (i.e.
servers doing both the registration and DUNDi) and then only query to
them. I'm sure the hybrid model you suggest would work as well although
it'd need testing to see whether you got more performance out of
splitting the DUNDI and registration roles or just adding more
dual-purpose machines.<br>
<br>
Simon<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Doug.<br>_______________________________________________<br>--Bandwidth and Colocation provided by 
<a href="http://Easynews.com">Easynews.com</a> --<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users
</a><br></blockquote></div><br>