<html>
<head><title></title></head>
<body><div class="iw_mail" dir="ltr">
<p>Hello, </p>
<p><br></p>
<p>I am trying to get the IP address of the RTPEngine selected by the rtpengine_offer (we are load balancing across several rtpengines).  In rtpproxy, there was the optional parameter </p>
<blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><p><span class="emphasis" style="font-family: Helvetica, Arial; font-size: 12px; text-align: justify; background-color: rgb(255, 255, 255);"><em>sock_pvar(optional)</em></span><span style="font-family: Helvetica, Arial; font-size: 12px; text-align: justify; background-color: rgb(255, 255, 255);"> - pvar used to store the RTPProxy socket chosen for this call. Note that the variable will only be populated in the initial request.</span></p></blockquote></blockquote>
<p><br></p>
<p>There is no equivalent in rtpengine.  The following code, gets reads the request sdp line, but not the modified sdp.  Is there a way to get to the modified sdp?</p>
<p><br></p>
<p>                   rtpengine_offer("$dlg_val(rtpofferoptions)");</p>
<p>                    $var(regex) = "/c=IN IP4 //g";</p>
<p>                    $var(cline) = $(rb{sdp.line,c,0});</p>
<p>                    $var(ipaddr) = $(var(cline){re.subst,$var(regex)});</p>
<p>                    xlog("L_INFO", "$tU SCRIPT:RTPPROXY:DEBUG: response = $var(response) - $var(ipaddr) - $rc\n");</p>
<p>  </p>
<p style="margin:0;"><br></p>
<div class="signature">
<div style="font-family: arial, helvetica, sans-serif; font-size: 16px;"><span data-mce-style="color: #808080; font-family: arial,helvetica,sans-serif; font-size: 11pt;" style="color: rgb(128, 128, 128); font-size: 11pt;">Regards,</span></div>
<div style="font-family: arial, helvetica, sans-serif; font-size: 16px;">
<span data-mce-style="color: #808080; font-family: arial,helvetica,sans-serif; font-size: 11pt;" style="color: rgb(128, 128, 128); font-size: 11pt;"><strong>Pat Burke</strong></span><br>
</div>
<br>
</div>
</div></body>
</html>