<div dir="ltr">Hi, I am trying to develop module for Kamailio and I am wondering how to change some of SDP fields.<div><br></div><div>I have function where I cast `sip_msg`'s `body` to `sdp_info` structure and within this function I am changing some fields in `sessions` and `streams` list.</div><div><br></div><div>I am able to see changes when I am printing them after message leaves the function but Kamailio sends the original message not the changed one. Do I need somehow let the Kamailio know that the message was changed and it should rebuild `buf` field? Or I need to change directly `buf` field within `sip_msg`?</div><div><br></div><div>If you need some more details to be able to help me with my problem please ask freely. Or maybe if I need to rephrase my problem just let me know.</div><div><br></div><div>Thanks in advance</div></div>