Or use sysctl to set net.ipv4.ip_nonlocal_bind = 1<br><br>That will allow FS to bind to the IP even when it does not have that IP. It won't receive traffic until the machine takes control of that IP, but will allow FS to start up before that time so that it'll start handling calls as soon as it fails over.<br>
<br>You could also look at an approach like this <a href="http://wiki.freeswitch.org/wiki/Enterprise_deployment_OpenSIPS">http://wiki.freeswitch.org/wiki/Enterprise_deployment_OpenSIPS</a> if you have another couple of servers available.<br>
<br>-Steve<br><br><br><br><div class="gmail_quote">On 8 July 2010 14:53, Rupa Schomaker <span dir="ltr"><<a href="mailto:rupa@rupa.com">rupa@rupa.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
instead of stopping/starting FS, why not stop/start just the appropriate sofia profile? That should be much faster. You can script it using fs_cli -x "sofia ..."<div><div></div><div class="h5"><br><br><div class="gmail_quote">
On Thu, Jul 8, 2010 at 5:11 AM, viewpoint <span dir="ltr"><<a href="mailto:yurazilot1@list.ru" target="_blank">yurazilot1@list.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello.<br>
<br>
I currently have a project where I'm researching how to establish a clustered platform wieth failover time ~= some milliseconds.<br>
<br>
At present we have: 2 identical servers FS, wieth established Pacemaker (<a href="http://www.clusterlabs.org/wiki/Install#From_Source" target="_blank">http://www.clusterlabs.org/wiki/Install#From_Source</a>) - heartbeat.<br>
On the one hand it is possible to tell that all works, as, at refusal of the first server, the second server receives cluster-ip. A problem that FreeSWITCH it is necessary to restart (or simply to start) that it began to work with the new IP-address. As the result, a switching total time makes 10-20 sec which basic part is necessary on launch FreeSwitch.<br>
<br>
any ideas?<br>
<br>
Thanks.<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br><br clear="all"><br></div></div>-- <br><font color="#888888">-Rupa<br>
</font><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>