<div dir="ltr">Hi everyone<br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"></div><div><br></div><div>I am using rtpengine_offer() and storing the SDP in a variable which I then modify using the reg_exp transformation to delete a line.</div><div><br></div><div>rtpengine_offer($var(PSTN_TPTY),,$var(SDPbody));<br>$var(SDPbody) = $(var(SDPbody){re.subst,/a=silenceSupp:off\ -\ -\ -\ -\r\n//g});<br></div><div><br></div><div>How do I then push the resulting variable into the body of the INVITE?</div><div><br></div><div>Many thanks</div><div>Mark.</div><div><br></div></div>