I have two interfaces on my machine, eth0=10.0.2.15 and eth1=192.168.1.7. I'm trying to get freeswitch to only use eth1. I've put the following at the top of my vars.xml:<div><br></div><div><X-PRE-PROCESS cmd="set" data="local_ip_v4=192.168.1.7"/></div>
<div><br></div><div>However, this does not seem to be working. When I originate a call, I see that the initial invite is originating from 10.0.2.15, but incoming packets from my sip provider are going to 192.168.1.7 and are not being responded to by freeswitch. Shouldn't freeswitch be listening on 192.168.1.7 and sending packets from there as well?</div>
<div><br></div><div>What am I doing wrong?</div><div><br></div><div> </div>