<div dir="ltr"><div><br></div>You can save the initial media address.<div><br></div><div>rtpengine_offer();<br><div>$var(media_address_invite) = $rtpengine_media_address;</div><div><br></div><div>and then save the updated media address</div><div>    if (is_method("ACK")) {<br>        rtpengine_answer();<br>        $var(media_address_200ok) = $rtpengine_media_address;<br>    }<br></div><div><br></div><div>You can do manipulation in the ACK check if you want to save in the cdr just use acc module and save. </div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div>Regards,</div>
<div>Jehanzaib</div></div></div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 12, 2024 at 6:11 AM Saint Michael <<a href="mailto:venefax@gmail.com">venefax@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I need to save the media address offering to the CDR. I understand<br>
that it comes with the INVITE but it changes upon connection.  Any<br>
idea how to do this?<br>
Also, I need to drop the call if the media address matches a list of<br>
blocked addresses.<br>
Philip<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div>