Function DENOISE Not Registered
Hello,
when I call my conference, I see this error in my logs:
ERROR: Function DENOISE not registered
here is snippet from extensions.conf
…
same => n,Set(CONFBRIDGE(user,announce_join_leave)=yes)
same => n,Set(CONFBRIDGE(bridge,record_conference)=yes)
same => n,Set(CONFBRIDGE(bridge,record_file)=/home/asterisk/file.wav)
same => n,ConfBridge(1000)
same => n,Hangup()
and I have “denoise = yes” in confbridge.conf:
how do I fix this?
What do I have to do to “register” denoise ?
thanks,
—
2 thoughts on - Function DENOISE Not Registered
confbridge.conf states:
“Requires func_speex to be built and installed.”
I am guessing you have not fulfilled that requirement.
Doug
> thank you. loading func_speex.so module solved the problem
—