Hi<div><br></div><div>Is it possible to make freeswitch listen on more than one IP for requests within the same profile?</div><div><br>I would like to assign a VIP to a pair of freeswitch boxes, for the purposes of failover if one of the boxes should fail or go down. The VIP can then be used by web applications which have to send XMLRPC requests to freeswitch.</div>
<div><br></div><div>In addition I would like each of the boxes to listen on their &quot;normal&quot; eth0 IP too, so systems like opensips which support load balancing can evenly distribute load across the two boxes.</div>
<div><br></div><div>My profile.xml file currently has this entry:</div><div><br></div><div>&lt;param name=&quot;sip-ip&quot; value=&quot;$${local_ip_v4}&quot;/&gt;</div><div><br></div><div>So I can&#39;t see how freeswitch can be told to listen on more than one IP for a profile.</div>
<div><br></div><div>Is this possible?</div>