I need to perform this actions inside my module (I don't want to use config files and config functions to perform this actions) because the module performs more actions than that ;-)
Also this means that it is not possible for me to just work on top of the sdpops.
Also it is even possible to add SDP attribute by adding new data_lump? Isn't data_lumps dedicated to manage SIP message headers?
I just need a solid answer for question: "Is the adding attribute to SDP body implemented in Kamailio? If yes where can I find it and how can I use it?"
If it is not implemented yet how can I contribute? It is easy as modifying `buf` of `sip_msg`?
I am sorry maybe the subject of this email is not clear enough. I mentioned changing SIP message but not SDP body.