<div dir="ltr"><div>Hi,</div><div><br></div><div>I'm trying to change the session name, the s= line, while using rtpengine.</div><div><br></div><div>If I remove rtpengine and do replace_body_all("^s=.*$", "s=abczzz"); it works just fine and I see the new session name in the second leg of the call.</div><div><br></div><div>But when rtpengine_offer is called, the original sdp body is used instead of the modified body.</div><div>I tried to do replace_body_all before and after rtpengine_offer, but it doesn't work, the second leg always has the original session name.<br></div><div><br></div><div>Any advice?</div><div>Thanks<br></div></div>