Hi all,<br><br><br>I'm trying to get openser to act as an SBC using the mediaproxy module and the rtpproxy (built from the cvs).<br>openser is configured to run in a multihomed mode.<br>I'm starting rtpproxy in debug mode: rtpproxy -f -l 
<a href="http://10.110.1.174/10.111.5.15">10.110.1.174/10.111.5.15</a><br>The rtpproxy is binding to both IPs.<br><br>When an INVITE is received on the 10.110 interface, I call force_rtp_proxy().<br>Regrdless of the &quot;i&quot; or &quot;e&quot; parameter that I pass to the force_rtp_proxy(), the rtpproxy is replying with the same IP.
<br><br>output from rtpproxy if force_rtp_proxy(&quot;i&quot;):<br><br>received command &quot;UI <a href="mailto:4a2fabe1-24c7fe03@10.110.50.4">4a2fabe1-24c7fe03@10.110.50.4</a> <a href="http://10.110.48.7">10.110.48.7</a>
 10046 60e4ff4a-soma;1&quot;<br>new session <a href="mailto:4a2fabe1-24c7fe03@10.110.50.4">4a2fabe1-24c7fe03@10.110.50.4</a>, tag 60e4ff4a-soma;1 requested, type strong<br>new session on a port 35000 created, tag 60e4ff4a-soma;1
<br>pre-filling caller's address with <a href="http://10.110.48.7:10046">10.110.48.7:10046</a><br>sending reply &quot;35000 <a href="http://10.110.1.174">10.110.1.174</a><br>&quot;<br><br><br>output from rtpproxy if force_rtp_proxy(&quot;e&quot;):
<br><br>received command &quot;UE <a href="mailto:44709fe7-423307f6@10.110.49.134">44709fe7-423307f6@10.110.49.134</a> <a href="http://10.110.48.7">10.110.48.7</a> 10012 1f713156-soma;1&quot;<br>new session <a href="mailto:44709fe7-423307f6@10.110.49.134">
44709fe7-423307f6@10.110.49.134</a>, tag 1f713156-soma;1 requested, type strong<br>new session on a port 35002 created, tag 1f713156-soma;1<br>pre-filling caller's address with <a href="http://10.110.48.7:10012">10.110.48.7:10012
</a><br>sending reply &quot;35002 <a href="http://10.110.1.174">10.110.1.174</a><br>&quot;<br><br>The IP address sent out in the outgoing INVITE is <a href="http://10.110.1.174">10.110.1.174</a> instead of <a href="http://10.111.5.15">
10.111.5.15</a>.<br><br><br>Is this the expected behaviour from the rtpproxy?<br>Do I need to pass other params to the force_rtp_proxy() function?<br><br><br>Regards,<br>-ovi<br>