Hi guys,<br><br>I&#39;m trying to deploy a conferencing solution using FreeSWITCH and running into a small issue with fail over / hot-standbys.<br><br>In my environment, I&#39;ve got multiple FreeSWITCH/Conference 
endpoints registered with an OpenSIPS proxy.  When calls come into 
OpenSIPS they are routed to the FreeSWITCH endpoints based on their 
q-values.  If a FreeSWITCH instance fails (namely the one with the 
highest q-value), the call is simply routed to the next instance.  This works great in most situations, however in some cases (namely network congestion) the FreeSWITCH w/highest priority is simply temporarily unavailable and callers to the same conference endpoint land on different servers.<br>
<br>I&#39;m wondering if there is a mechanism for distributing (or sharing) a conference room across multiple FreeSWITCH instances.  Namely, if a user lands in a conference hosted on server A while another lands in the same conference on server B, is there a mechanism in FreeSWITCH to connect the two servers/conferences (Presumably some &quot;static&quot; connection between the servers/rooms) so they can still talk with each over?<br>
<br>Thanks,<br>Daniel<br>