<div dir="ltr">Hello,<div><br></div><div>Kamailio <b>sdpops </b>module consist of several useful functions for manipulating SDP on Proxy side such as <b>sdp_keep_codecs_by_name</b>() .</div><div><br></div><div>This function <b>sdp_keep_codecs_by_name</b>("PCMU,PCMA,GSM") finds codecs id [0,8,3] and if incoming packet consist of other than these codecs, they are removed ! For example, assume incoming packet SDP --> [8 0 3 9 101]   after applying this function 9 and 101 are removed and outgoing packet SDP consist only 

PCMU,PCMA,GSM 

[0,8,3].</div><div><br></div><div><br></div><div>This function does taking given codec <b>precedence/priority</b> into account. As you see above message SDP is 8 0 3, different priority than inputted 0 8 3. I need to change <b>order </b>of codecs too ! Would you help me to do it ? I couldn't find <b>add </b>operation on <b>sdpops </b>module</div><div><br></div><div>Regards,</div><div>Melek</div></div>