<div dir="ltr">Hi,<div>I'm using rtpengine for RTP proxying with kamailio.<div>I use it just for audio.</div><div>But eventually some terminal reinvites offering video.</div><div>I don't want to refuse the request but just disable RTP proxying for video as my employer has limited bandwidth and want to reserve it only for audio.</div><div>So I checked the rtpengine module documentation but it seems there is no way to restrict RTP proxying to be performed only for m=audio.</div><div>I tried some things like</div><div>    replace_body("^m=video [0-9]+", "m=video 0");</div><div>and<br>    subst_body('/^m=video [0-9]+ /m=video 0 /');</div><div>and <br></div><div>    msg_apply_changes();</div><div>but still the RTP proxying  for video is set up.</div><div><br></div><div>Any hints on how to solve this?<br></div><div><br><div><br></div></div></div></div>