On Sun, Apr 11, 2004 at 12:57:30AM -0500, Steven Sokol wrote: > > The question is > > how do we link up these servers and allow any user come in on any servers? > > > > Have anyone tried this? > > > > Unfortunately, Asterisk stores the registration information locally, rather > than in some centrally located data store. In order to use it the way you > want, you either need to alter it to use a central registry, or assign > customers to specific servers. >
This is not always easily doable, due to NAT issues. If some SIP phone is behind a NAT gateway, another Asterisk server (different from the one having received the registration) won't necessarily be able to reach the phone behind the NAT. Thus the whole SIP registry shall not be directly shared, but calls should be forwarded from one server to another, using existing registration info. Or another, possibly simpler solution is to set users to different servers based on their login or something. -- Nicolas Bougues Axialys Interactive _______________________________________________ Asterisk-Dev mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-dev To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
