On Tue, 2008-10-07 at 19:50 +0530, VG wrote: > Hi, > > I am trying to implement HA in Sipx. > > I have two server for it. > > Master : varun.coralsip.com > Slave: vikas.coralsip.com > > When i register two phone on varun.coralsip.com then I get the primary > Registrar Server for both of the phone on varun.coralsip.com. > > Please right me If i am mistaken, I think sipx works on 50-50 load > balancing so don't u thing 2nd phone Primary Registrar should be the > vikas.coralsip.com.
Flip a coin twice - half the time you'll get the same answer both times. Since registrations are 50-50 each time, with two phones half the time they'll both end up with the same primary, which is fine. > One more thing: > If my master server gets failed then automatically all the calls > should be handled by the Slave server. > I did on Master : > service sipxpbx stop > then control should go to the slave or not? This relies on your phones failing over correctly based on the DNS SRV records you should have; if you have not set these up correctly and/or you do not have replication working between your systems, then HA won't work either because the phones don't try the second server, or because it doesn't have the registration data that should have been replicated from the first one. _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
