Installing OPUS codec

From MiRTA PBX documentation
Jump to navigation Jump to search

Newer asterisk versions have support for the OPUS codec already built in. It is however needed to install some prerequisite to allow selection of the OPUS codec

yum -y install xmlstarlet

After installing the new library, move into the /usr/local/src/asterisk-... directory and run:

./configure
make menuconfig

Select the OPUS codec

make
make install

Once the library is installed and Asterisk has been recompiled, you can add the codec to the codec list by editing Admin/Settings - Codecs