I am trying to get OPUS to work on asterisk 18 - chan_sip
I think I installed correctly from the directions:
wget https://downloads.digium.com/pub/telephony/codec_opus/asterisk-18.0/x86-64/codec_opus-18.0_1.3.0-x86_64.tar.gz
tar -xf codec_opus-18.0_1.3.0-x86_64.tar.gz
cd codec_opus-18.0_1.3.0-x86_64
cp codec_opus.so /usr/lib/asterisk/modules/
cp codec_opus_config-en_US.xml /var/lib/asterisk/documentation/thirdparty/
I then stopped and started aterisk
connected to the CLI
module show like opus
Module Description Use Count Status Support Level
codec_opus.so OPUS Coder/Decoder 0 Running extended
res_format_attr_opus.so Opus Format Attribute Module 1 Running core
Tried to send a call to an OPUS supported device (TOA-IP-A1AF) - and nothing was heard.
Did I miss something ? thoughts?
Jerry