Dale Worley wrote: > On Fri, 2009-02-13 at 15:42 +0100, Gmb wrote: >> I've installed last development sipx version (3.11) and I've noticed >> that is not possible to setup more than one redundantSipRouter in a >> cluster. Is this correct? In future sipx version 4.0 is possible to >> extend the cluster with more than one SipRouter? > > The underlying machinery will handle an arbitrary number of routers, but > sipXconfig does not let you configure more than two routers. Up through > 3.10, you could add additional routers through manually editing the > registrar-config.in files, but I think that the new system for > generating those files directly will make that impossible. > > Do you have a need for more than two routers? If so, you could make an > improvement request to support it. > > Dale > >
In order to let sipXconfig to let you add more than 1 redundant SIP router add the following line to sipxconfig.properties.in redundantSipRouterBundle.max=2 # or whatever max you need, 0 means no checking it will let you to add and configure additional redundant server roles. I what Dale says is true and proxies and registrars will handle it, then you should be all set. If you discover any problems in configuration say something on the list. D. _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
