Hello, i try to use replace_body to modify the RTP port in INVITE and OK
messages:

from:
m=audio 13740 RTP/AVP 8 0 3 101

to:
m=audio 666 RTP/AVP 8 0 3 101

with:
replace_body("^m=audio \d+", "m=audio 666");

but "^m=audio \d+" does not match. But the regular expression should be
correct.

Kristijan
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to