Hi Opu, Basically you can change codec priority 'anywhere' in the code before making call (generating sdp). Example of changing codec priority is available in pjsip-apps/src/symbian_ua/ua.cpp. FYI, default enabled codecs and their priority order in 0.9.0 for Symbian are: Speex/8000, GSM, G.711, other codecs are disabled mostly because of mobile device CPU limitation, including iLBC. So if you are using 0.9.0 default settings, Speex/8000 should be already in the first priority, please check if the call peer/server supports this codec. Regards, nanang 2008/7/29 S. M. Nazmul Hasan (Opu) <apus29 at gmail.com>: > Hello Nanag, > > I am using pjsip 0.9.0 and follow the procedure from > http://trac.pjsip.org/repos/wiki/DevelopingSymbianAppWithCarbide.. > > all things are successfully work. and i can run the project in my Nokia E51 > device. now when i see session status from the sip server it was PCMU codec. > but i want to use Speex or iLBC codec . so where should i need to change. do > i need to set up any priority? if so then where, please let me know.. > > Regards > > Opu > > On Mon, Jul 28, 2008 at 7:45 PM, Nanang Izzuddin <nanang at pjsip.org> wrote: >> >> Hi Anisur, >> >> If you are using pjsua on a PC, you can use command 'Cp' to change >> codec preference from the pjsua prompt. >> >> G.729 is not supported by now, however you can always add new codec >> into pjsip. Please see http://trac.pjsip.org/repos/wiki/FAQ#g729-g723. >> >> Regards, >> nanang >> >> >> 2008/7/25 Md. Anisur Rahman <aimecse at gmail.com>: >> > >> > Dear All >> > I'm stacked at a problem regarding codec. When i run pjsip it uses >> > codec >> > PCMU. How can i used others codecs too? I want to use codec iLBC or >> > Speex. >> > How can i do that please clarify me. >> > >> > >> > >> > N. B >> > Is there any option in PJSIP to use codec g729. If have how can i do >> > that? >> > >> > -- >> > Best Regards >> > Md. Anisur Rahman >> > Software Engineer >> > R & D Application >> > Dhaka, Bangladesh >> > _______________________________________________ >> > 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 >> > >> > >> >> _______________________________________________ >> 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 > > > _______________________________________________ > 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 > >