Deepika Nijhawan
2010-Aug-06 11:59 UTC
[asterisk-users] [Asterisk-Users] How do I install speex for asterisk?
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 Oxygen8 Communications -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100806/eacc651e/attachment.htm
Chandrakant Solanki
2010-Aug-06 12:26 UTC
[asterisk-users] [Asterisk-Users] How do I install speex for asterisk?
On Fri, Aug 6, 2010 at 5:29 PM, Deepika Nijhawan < deepika.nijhawan at oxygen8.com> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100806/712cbaa4/attachment.htm
Nasir Iqbal
2010-Aug-06 12:52 UTC
[asterisk-users] [Asterisk-Users] How do I install speex for asterisk?
Hi, May you also need to install *speex-tools* . if problem retain then let us know about your Linux distribution and Asterisk version. Regards On Fri, Aug 6, 2010 at 4:59 PM, Deepika Nijhawan < deepika.nijhawan at oxygen8.com> 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* > > * * > > *Oxygen8* Communications > > > > -- > _____________________________________________________________________ > -- 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 >-- Nasir Iqbal ICT Innovations http://www.ictinnovations.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100806/33296959/attachment.htm
Chandrakant Solanki
2010-Aug-07 04:55 UTC
[asterisk-users] [Asterisk-Users] How do I install speex for asterisk?
Hi Can you tell me which Linux OS are you used and what is speex / speex-devel version. Can you give details for above? -- Regards, Chandrakant Solanki On Fri, Aug 6, 2010 at 6:22 PM, Nasir Iqbal <nasir at ictinnovations.com>wrote:> Hi, > > May you also need to install *speex-tools* . if problem retain then let us > know about your Linux distribution and Asterisk version. > > Regards > > On Fri, Aug 6, 2010 at 4:59 PM, Deepika Nijhawan < > deepika.nijhawan at oxygen8.com> 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* >> >> * * >> >> *Oxygen8* Communications >> >> >> >> -- >> _____________________________________________________________________ >> -- 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 >> > > > > -- > Nasir Iqbal > > ICT Innovations > http://www.ictinnovations.com/ > > > -- > _____________________________________________________________________ > -- 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 >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100807/7b5ed270/attachment.htm
Faheem
2010-Aug-09 04:29 UTC
[asterisk-users] [Asterisk-Users] How do I install speex for asterisk?
Try "make menu" and select the speex module. make sure to do a ?"make clean" also. Faheem, Muhammad VoIP Developer @ Vopium? --- On Fri, 8/6/10, Deepika Nijhawan <deepika.nijhawan at oxygen8.com> wrote: From: Deepika Nijhawan <deepika.nijhawan at oxygen8.com> Subject: [asterisk-users] [Asterisk-Users] How do I install speex for asterisk? To: asterisk-users at lists.digium.com Date: Friday, August 6, 2010, 4:59 PM 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 ? Oxygen8 Communications ? -----Inline Attachment Follows----- -- _____________________________________________________________________ -- 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100808/7cdb1c72/attachment.htm