<div>Hi Inaki,</div>
<div> </div>
<div>Thank you very much for helping out. There is one thing I want to clearify from you. </div>
<div> </div>
<div>Let's say I have UA <a href="http://192.168.1.100">192.168.1.100</a> who wants to make call with UA <a href="http://192.168.1.101">192.168.1.101</a></div>
<div> </div>
<div>When the INVITE comes from <a href="http://192.168.1.100">192.168.1.100</a>, the $si is <a href="http://192.168.1.100">192.168.1.100</a>.</div>
<div>When the ACK 200 comes from <a href="http://192.168.1.101">192.168.1.101</a>, the $si is <a href="http://192.168.1.101">192.168.1.101</a>.</div>
<div> </div>
<div>How cane these two be matched? I am thinking maybe I am just confused on an issue that I still not yet understand.</div>
<div> </div>
<div>Thanks,</div>
<div>Mark</div>
<div> </div>
<div><br><br> </div>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">><br>> Compare source IP of the request ($si during INVITE processing) with the<br>> source IP of each response ($si during ON_REPLY_ROUTE). But is very<br>> important:<br>><br>> - You must store INVITE source IP in an AVP and set:<br>
> modparam("tm", "onreply_avp_mode", 1)<br>> and them compare the AVP with the $si in ON_REPLY_ROUTE, and only apply<br>> RtpProxy if they don't match.<br></div></blockquote></div>