Hi,
I have installed Asterisk 20 on Debian 12 from sources, enabling the OPUS codec during the process (I have tried installing the codec during the installation process from the sources and independently, downloading it from: http://downloads.digium.com/pub/telephony/codec_opus/asterisk-20.0/x86-64/codec_opus-20.0_1.3.0-x86_64.tar.gz)
I have two endpoints with only the OPUS codec enabled. If I make a call between terminals they are heard correctly. If the two terminals enter a conference room (confbridge) there is no audio and the warning repeatedly appears on the terminal: “WARNING[14337][C-00000004]: translate.c:423 framein: Out of buffer space”
The OPUS configuration in codecs.conf:
[opus]
type=opus fec=no
max_playback_rate=16000
dtx=yes
cbr=yes
bitrate=16000
Any idea what is happening?
Thanks in advance