Hello, i try to use replace_body to modify the RTP port in INVITE and OK messages:<br><br>from:<br>
m=audio 13740 RTP/AVP 8 0 3 101 <br><br>to:<br>
m=audio 666 RTP/AVP 8 0 3 101<br><br>with:<br>replace_body(&quot;^m=audio \d+&quot;, &quot;m=audio 666&quot;);<br><br>but &quot;^m=audio \d+&quot; does not match. But the regular expression should be correct.<br><br>Kristijan<br>