Bob Pierce
2011-Aug-02 16:42 UTC
[asterisk-users] use ILBC installed from asterisk yum repositories
I would like to try the ILBC codec on one of our systems. The system is currently running Asterisk 1.8.5.0 installed from the Asterisk provided repositories for Centos 5. Is there a process for installing the ILBC codec under this environment, or will I have to un-install the RPMs and build Asterisk from source? Thanks, Bob
Kevin P. Fleming
2011-Aug-02 16:46 UTC
[asterisk-users] use ILBC installed from asterisk yum repositories
On 08/02/2011 11:42 AM, Bob Pierce wrote:> I would like to try the ILBC codec on one of our systems. > > The system is currently running Asterisk 1.8.5.0 installed from the > Asterisk provided repositories for Centos 5. > > Is there a process for installing the ILBC codec under this > environment, or will I have to un-install the RPMs and build Asterisk > from source?There is no codec_ilbc RPM available from the Digium repositories at this point; there could be one in the future, but given that this is the first time I've seen a request for it, it seems unlikely to be worth the effort. You can use the SRPM for Asterisk to rebuild the RPM after importing the iLBC source into the build tree; at least I think that would work. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies Jabber: kfleming at digium.com | SIP: kpfleming at digium.com | Skype: kpfleming 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA Check us out at www.digium.com & www.asterisk.org
Lefteris Zafiris
2011-Aug-02 21:39 UTC
[asterisk-users] use ILBC installed from asterisk yum repositories
On Tue, 2 Aug 2011 11:42:19 -0500 Bob Pierce <westmanbob at gmail.com> wrote:> Is there a process for installing the ILBC codec under this > environment, or will I have to un-install the RPMs and build Asterisk > from source?You can write a short makefile for just codec_ilbc module, build it and install it on your running asterisk system. You will have to install the asterisk18-devel package and get the asterisk source code either from a tar or from the srpm. If you are familiar with the basics of writing makefiles its pretty trivial to write one that builds codec_ilbc, I have done this in numerous systems that use the digium rpms and it works flawlessly. This method can also be used to build other modules that are missing from the digium rpms. --- Lefteris Zafiris