<div dir="ltr"><pre style="white-space:pre-wrap;color:rgb(0,0,0)">Thanks for the info Yuri! </pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">I tried several scenarios but without success. My sip proxy has ipv4 and ipv6 address. The other nodes use ipv4. When there is a request for a ipv6 UAC/customer comming to the proxy the rtpengine/sipwise is rewriting the sdp with the correct ipv6 address of the proxy. So I am trying to get the ipv6 address of the proxy from the sdp (which is always the same ipv6 address) and the port (which is always different).</pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">I've enabled </pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">modparam("rtpengine", "write_sdp_pv", "$avp(sdp)")<br></pre><pre style="white-space:pre-wrap;color:rgb(0,0,0)">And I have in request section: </pre>rtpengine_manage($avp(rtpproxy_offer_flags));       <br>set_body("$avp(sdp)", "application/sdp");<div><span style="color:rgb(0,0,0);white-space:pre-wrap">xlog("L_INFO", "Request SDP $avp(sdp))\n");</span><br></div><div><span style="color:rgb(0,0,0);white-space:pre-wrap"><br></span></div><div><font color="#000000"><span style="white-space:pre-wrap">And the problem is that I am always getting the ipv4 address and port but not the rewritten by the proxy ipv6 address and port. </span></font></div><div><font color="#000000"><span style="white-space:pre-wrap"><br></span></font></div><div><font color="#000000"><span style="white-space:pre-wrap">Any idea?</span></font></div><div><font color="#000000"><span style="white-space:pre-wrap"><br></span></font></div><div><font color="#000000"><span style="white-space:pre-wrap">Regards,</span></font></div><div><font color="#000000"><span style="white-space:pre-wrap">Pavel</span></font></div></div>