<br>In a redundancy scheme, I have two asterisk servers, each running on different machines although sharing the same MySQL DB for relatime sip.<br><br>Problem arises when the second server assumes the production. When some phone tries to establish a new call, those INVITEs reach the new server, although this server seems to don&#39;t read the registration information kept in sip_buddies table to know if the destination phone is registered or not, and so, the call fails.
<br><br>Because the destination phone was registered in the first server, I was expecting that the second server when assuming production would first read the sip_buddies DB table to see if the destination phone was registered or not, but that seems to don&#39;t happen. It seems that registration information is only kept in memory and isn&#39;t read from DB!
<br><br>Is there any way that I can force Asterisk to read sip_buddies realtime DB table to know if destination phone is registered?<br><br>Regards,<br>Ricardo Carvalho.