Displaying 1 result from an estimated 1 matches for "chan_speex".
2011 Feb 13
1
[modules.conf] Modules still loaded after "noload"
Hello
I'm using Asterisk 1.4.20, and can't have Asterisk not load modules I
don't need:
================
> cat modules.conf
noload => codec_speex.c
ip04*CLI> reload
ip04*CLI> show modules
codec_speex.so
================
Just to check, I added the actual filename (.so):
================
> cat modules.conf
noload => codec_speex.c
noload => codec_speex.so