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("^m=audio \d+", "m=audio 666");<br><br>but "^m=audio \d+" does not match. But the regular expression should be correct.<br><br>Kristijan<br>