Hi Yuri, Actually just also found this issue when testing ticket #1028 [1], and the fix is available in SVN trunk (changeset 3078). And FYI, the ticket will also allow application to set the AMR bitrate preference at pjsua level via pjsua_codec_set_param(). BR, nanang On Fri, Jan 29, 2010 at 5:00 PM, Yuri Maliy <tesk_terrus at soft-industry.com> wrote: > Hi All, i want to use AMR codec with pjsip for Symbian VAS. > I select it with this code, and it's works fine: > aud_param.flags = PJMEDIA_AUD_DEV_CAP_EXT_FORMAT; > aud_param.ext_fmt.id = PJMEDIA_FORMAT_AMR; > aud_param.ext_fmt.bitrate = 4750; > aud_param.ext_fmt.vad = 0; > > But when i changing bitrate to another values it seems that nothing happens. > Please help me how to change and how to check that changes have some effect. > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >