Hello, The pjmedia_codec_mgr_set_codec_priority function uses pj_strnicmp2 to compare the codec names. So when you disabled g722 codec you use G722 string and it's the same beginning of g722.1 (G7221). Maybe we should use '/' delimiters. Regards Samuel