<div dir="ltr">Hello,<br><br>I'm running OpenSIPS 2.4 and rtpengine 7.0.  I have the following commands in my script:<br><br>route[sanitize_sdp] {<br>        subst_body('/^o=\S+ /o=- /');<br>        subst_body('/^s=.*/s=-\r/');<br>}<br><br>This works fine, unless I'm also using rtpengine, in which case these subst_body() changes are lost.  In the past with rtpproxy this worked as expected.<br><div><br></div><div>I understand the potential conflicts when manipulating the SDP using multiple methods at the same time.  My question is if there is a way to execute this type of manual manipulation in a way that's compatible with rtpengine, or achieve similar results within the rtpengine module itself?  My purpose is to remove the origin and session text if possible to further obfuscate source network information.<br><br><br>- Jeff<br><br></div></div>