> On Thu, Oct 13, 2011 at 10:46 AM, Jesse Cloutier <jesse at cronomagic.com> > wrote: >> Hello, >> I have successfully built pjsip with support for the IPP codecs by >> following >> the tutorial. when I run pjsua and enter the command Cp it lists all of >> the >> codecs including the IPP codecs. However when using the python api and >> running enum_codecs() (which I think is the equivalent) I only get the >> standard codecs, no IPP codecs. >> >> Is there something I need to do to activate the extra codecs within the >> python API? >> > > I don't think so. My guess would be the python module is not completely > rebuilt? > > Benny > > _______________________________________________ > 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 > > Your right! It took me a couple tries but finally rebuilding everything worked. Thanks!