Hi, Once PJSIP has been built successfully with IPP codecs enabled, then the G.729 codec should be there, you don't need to modify anything in the PJSIP code! If your application is using PJSUA-LIB, you don't even need to change anything in your application code. Try to make a call, the G.729 should be included in the SDP and next if SDP negotiation chooses G.729, you'll just need to check the quality :) In case you need to set the codecs priority (e.g: make G.729 as the highest preference) please see pjmedia_codec_mgr_set_codec_priority(). Regards, nanang On Sat, Sep 13, 2008 at 5:14 PM, johnson elangbam <elangbamjohnson at gmail.com> wrote: > Hi all, > I am a newbie in pjsip, I am actually developing a softphone which I > would like to support the codec g729, and I do some research on the net, > finally I got two options 1) using the intell ipp 2) developed my own > wrapper to add the codec. > > As I am new in pjsip I didn't have enough experience and decide to use the > intel ipp and download the evaluation version and the demo source code. > What I actually want to do is to integrate g729 in my pjsip source code and > make it works through intel ipp library. I've tried how to enabled intell > ipp in pjsip from the link > http://trac.pjsip.org/repos/wiki/Intel_IPP_Codecs but I am confusing how to > access the codec in my pjsip source code. > > Regards, > Elangbam Johnson > _______________________________________________ > 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 > >