Hello, to PJMedia does support iLBC. Somewhere in your code you must enable it this way: #if defined(PJMEDIA_HAS_ILBC_CODEC) && PJMEDIA_HAS_ILBC_CODEC!=0 status = pjmedia_codec_ilbc_init(g_med_endpt, DEFAULT_ILBC_MODE); if(status != PJ_SUCCESS) { printf("pjmedia_codec_ilbc_init failed\n"); return 1; } #endif On Fri, Jun 26, 2009 at 6:43 PM, Yuvaraj R<yuvaraj at ongobiz.com> wrote: > Hi All > > > ?I had gone througth the FAQ section of pjsip ?at > http://trac.pjsip.org/repos/wiki/FAQ#adding-codec > > > Problem is our web server supporting the ilbc codec only ... So? i hve to > enable? or add the ilbc codec.. At Faq section they have told simply the > replace gsm.c file with adding new codec functionalities.. > > My doubt is pjmedia-codec? containing the 5 files gsm.c, ilbc.c > ,speex.c,g722.c? etc... > > It is confusing me, where i have to the chnges to enable the ilbc codec > > > Thanks > > Yuvaraj R > _______________________________________________ > 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 > >