Installing OPUS codec
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