Dear Community,
Has anyone experienced the following error?
codec_opus: Unable to fetch http://downloads.digium.com/pub/telephony/codec_opus/asterisk-certified.0/x86-64/manifest.xml
codec_g729a: Unable to fetch http://downloads.digium.com/pub/telephony/codec_g729/asterisk-certified.0/x86-64/manifest.xml
make[1]: *** [/usr/src/asterisk-certified-18.9-cert5/Makefile.moddir_rules:110: install] Error 1
make: *** [Makefile:579: codecs-install] Error 2
I have inputted the following cmds before:
contrib/scripts/install_prereq install
./configure --libdir=/usr/lib64 --with-jansson-bundled
make menuselect
make
make install
make doesn’t show any issue or whatsoever
Im not sure if there is a way to continue the installation without the “manifest.xml” files. . .
Asterisk 18.9-cert5
Centos 9 Stream
pjProyect 2.13.1
Any advices will be greatly appreciated
Warm Regards
cd /usr/lib64/asterisk/modules
wget http://asterisk.hosting.lv/bin/codec_g729-ast160-gcc4-glibc-x86_64-core2.so
mv codec_g729-ast160-gcc4-glibc-x86_64-core2.so codec_g729.so
asterisk -r
module load codec_g729.so
/etc/init.d/asterisk restart
Are those codecs covered by your support contract? If they are not covered by a support contract, they might not be included in certified versions.
Also, as far as I know, if you change the build configuration, you lose the certification status. Certainly loading a third party codec will void the certification.
For community support, you should be using 18.19.0 or 20.4.0
jcolp
August 9, 2023, 11:07pm
4
I have raised an issue internally as it is a regression as a result of our moving to Github, but this is an exception to things as normally without a support agreement certified would remain untouched.
I will give a try excluding g729 & opus from make menuselect and then try getting g729 from external sources,
Thanks everybody for your* replies
Warm Regards
1 Like
Make install successfull,
I will get g729 from asterisk hosting :
Does somebody know where to get opus codec?
Warm Regards
jcolp
August 10, 2023, 1:49pm
8
All binary modules available from Sangoma are on the downloads site[1].
[1] http://downloads.digium.com/pub/telephony/
1 Like
system
Closed
September 9, 2023, 1:49pm
9
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.