[pjsip] Bug : Impossible to disable g722 and not g7221

Samuel Vinson samuelv at laposte.net
Sun Oct 11 03:41:16 CDT 2009


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




More information about the pjsip mailing list