Hi all, In my modules.conf I have the autoload=yes, and there is one codec_iLBC.so module in the modules folder. However, when I do show translation, I see no translation to/from iLBC nor G.729, and I'm not able to establish call to channels using these codecs. I read that there are some "formats" that can not be used as "codecs" for live streams, but I actually didn't get it... Some light on this will be apreciated! Thanks!!
Dear Gurus, I've got a serious problem with my inherited Asterisk. Sometimes the DTMF digits lost, and the client could not step in the IVR. I use mISDN and i could find my presses in the mISDN log but not in the Asterisk inside. The situation is the same when I use my Linksys SPA 922. My version is 1.2.16 with a backported queue from 1.4. I'am newbie, and my english littbe bit poor. Any commenst or suggestion are welcome :) . Best wishes, -- DORN Andr?s -- dorn at ktk.bme.hu Budapesti Mu"szaki ?s Gazdas?gtudom?nyi Egyetem -- Andr?s DORN -- dorn at ktk.bme.hu Budapest University of Technology and Economics -----------------------------------------------
I may be wrong about this, but * understads that these codecs exsist, but without a codec_XXX.so, it cant do translation on the codec. In this case, * can do pass throught (eg: g729 -> g729) but cannot do translation (eg: g729 -> gsm). You need to install the codec before you can do a translation. (g729 for one is somthing you must purchous a licensese for) --Chris On Sun, Sep 7, 2008 at 1:38 PM, Edgar Guadamuz <eguadamuz at gmail.com> wrote:> Hi all, > > > In my modules.conf I have the autoload=yes, and there is one > codec_iLBC.so module in the modules folder. > > However, when I do show translation, I see no translation to/from iLBC > nor G.729, and I'm not able to establish call to channels using these > codecs. > > I read that there are some "formats" that can not be used as "codecs" > for live streams, but I actually didn't get it... Some light on this > will be apreciated! > > Thanks!! > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2008 - September 22 - 25 Phoenix, Arizona > Register Now: http://www.astricon.net > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- find / -name "*base*" -user your -print | xargs 'chown us' -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080907/4a82b8ad/attachment.htm
Make sure there is no "noload => codec_ilbc.so" in the module folder You can also try to manually load the codec from the cli try load codec_ilbc.so For g729 you need to buy a licence from Digium. -- Stelios S. Koroneos Digital OPSiS - Embedded Intelligence Tel +30 210 9858296 Ext 100 Fax +30 210 9858298 http://www.digital-opsis.com
I notice that I have only format_ilbc.so but not codec_ilbc.so... is it due to the compilation or there is some way to create the module? On Sun, Sep 7, 2008 at 11:14 PM, Stelios Koroneos <skoroneos at digital-opsis.com> wrote:> Make sure there is no "noload => codec_ilbc.so" in the module folder > You can also try to manually load the codec from the cli try load > codec_ilbc.so > For g729 you need to buy a licence from Digium. > > > -- > Stelios S. Koroneos > > Digital OPSiS - Embedded Intelligence > > Tel +30 210 9858296 Ext 100 > Fax +30 210 9858298 > http://www.digital-opsis.com > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2008 - September 22 - 25 Phoenix, Arizona > Register Now: http://www.astricon.net > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
----- Original Message ----- From: "Edgar Guadamuz" <eguadamuz at gmail.com> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users at lists.digium.com> Sent: Tuesday, September 9, 2008 2:18:28 PM GMT -05:00 Columbia Subject: Re: [asterisk-users] iLBC and G729 codecs I notice that I have only format_ilbc.so but not codec_ilbc.so... is it due to the compilation or there is some way to create the module? You need to compile the ilbc support. Go to your asterisk sources and type: contrib/scripts/get_ilbc.sh Later, select the codec_ilbc from 'make menuconfig' menu. Best regards,