In make menuselect
you can just check opus codec, but this is x86 based, and my pc is ARM based, so how do I get opus to install with Asterisk?
Asterisk 13 allowed for you to simply include an externally built codec_opus.so in the modules folder, but this appears to be not possible with 16+.
I have an externally built version of codec_opus_open_source.so for Asterisk 16 in ARM (from apt-get install asterisk), but it means I need to change the include/asterisk/buildopts.h or edit the checksum in codec_opus.so each time I use make menuselect
. This is a bit annoying.
How can I build Asterisk with Opus for ARM?