Asterisk 14.4.0 can't find func_speex.so

Hello , i’m working on reducing the noise transmitted and received , i searched on how to do that and i found that i can reduce the noise using DENOISE but when i’m tried to use it , it won’t work and i found that in my asterisk version 14.4.0 i have only func_speex.c , what can i do to make it work .

The func_speex module requires the speex development libraries to be installed. Have you done so? On Ubuntu this would be libspeexdsp-dev and libspeex-dev. After installing you also need to rerun the “configure” script and rebuild Asterisk.

1 Like

thank you , i have installed the development librairies and i forget to run the configure