Installing OPUS codec

From MiRTA PBX documentation
Revision as of 09:17, 23 January 2017 by Admin (talk | contribs) (Created page with "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 <pre>yum -y i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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