On Fri, Aug 6, 2010 at 5:29 PM, Deepika Nijhawan < [email protected]> wrote:
> Hi, > > > > I have followed steps which were mentioned on forum and given below. Still > couldn’t get speex working. On test calls getting error “chan_sip.c: > sip_call: No audio format found to offer.” > > > > # yum install speex > > # yum install speex-devel > > # cd /usr/src/asterisk > > # make clean > > # make > > # service asterisk stop > > # make install > > # service asterisk start > > > > Also, it is not showing speex translation on “core show translation recalc > 10”. > > > > Can anybody please tell if missing some step in this. > > > > > > > > --- > > > > Kind Regards, > > > > *Deepika Nijhawan* > > *VoIP Engineer* > > * * > Hi Go For asterisk top directory. And follow below steps to check whether speex function module is enable or not. ./configure make menuselect => Go for "Dialplan Function" => Then func_speex. if func_speex shows [XXX] this symbol that means func_speex module is not enable. And if you select func_speex then it shows dependency below of module list. -- Regards, Chandrakant Solanki
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
