<div dir="ltr">HiĀ <div><br></div><div>I am using Kamailio 4.4. and calling the function sdp_remove_transport in order to remove some SRTP media lines.</div><div><br>The function works (of course!) however I would like to get access to the modified SDP within the cfg.</div><div><br></div><div>I thought this would do the trick:</div><br>sdp_remove_transport("RTP/SAVP");<br>sdp_get("$avp(foo)");<br>xlog("$avp(foo)");<br><br>However $avp(foo) does not contain the newly modified SDP.<br><br>Is there a way for me to access it? I have been looking at things like t_save_lumps() and msg_apply_changes().<div><br></div><div>Any pointers or confirmation that this is or isn't possible would be very welcome!</div><div><br></div><div>Thanks</div><div><br>Pete</div></div>