Hi Francos, If both of the servers don't have to be active all the time then maybe a LinuxHA or VIP based approach, but I feel that its not the case.
I'd suggest to get help from the two mi functions of uac_registrant module, one to monitor and other to reload. I assume both servers have their own database, - Create a monitoring script which monitors the active registering server and monitor the states <http://www.opensips.org/html/docs/modules/2.1.x/uac_registrant.html#id258196> , - If you detect failures then remove entry from that server's database and send reload. - Add the registration data into other server and send the reload command. - Keep doing this in loop.(maybe cronjob every 3 minutes) That's something that I think can help you out since uac_registrant module keeps sending registration attempts internally on its own, hence it is only logical to control it from outside. Regards, Sammy On Mon, Mar 14, 2016 at 11:01 AM, Francjos <[email protected]> wrote: > I have to configure my two opensips servers so that one and only one can > register at a provider via a sip trunk. The provider allows one > registration > pre account, so the two opensips can't register at the same time. > I know that in order opensips server to register at a proviver, i must use > the uac_registrant module. > > My questions are these: > > Which mechanism can i use so that (and how to configure it) , if one of the > two servers fails, the other is aware of the event? > > Once the other is aware ot the event, how can this last directly register > to > the provider via the same and UNIQUE sip trunk? > > I realy realy need help. > > Thanks > > > > > -- > View this message in context: > http://opensips-open-sip-server.1449251.n2.nabble.com/Two-opensips-servers-and-one-sip-trunk-tp7602012.html > Sent from the OpenSIPS - Users mailing list archive at Nabble.com. > > _______________________________________________ > Users mailing list > [email protected] > http://lists.opensips.org/cgi-bin/mailman/listinfo/users >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
