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

ip04*CLI> reload
ip04*CLI> show modules
codec_speex.so

> /etc/init.d/asterisk stop
> /etc/init.d/asterisk start
> asterisk -vvvr

ip04*CLI> show modules
codec_speex.so
================

Does someone know why Asterisk still loads modules even with the above
lines in modules.conf?

Thank you.


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to