"autoload=yes" says to load everything, so you either need to change it to no and then add load statements for every module you need, or leave it as yes and then add noload for everything you don't need.
Vincent wrote: > On Wed, 20 Feb 2008 21:44:30 -0500, "C F" <[EMAIL PROTECTED]> wrote: >> vi /etc/asterisk/modules.conf > > Thanks, but this file doesn't hold much that's uncommented by default: > > # cat /etc/asterisk/modules.conf > [modules] > autoload=yes > noload => pbx_gtkconsole.so > noload => pbx_kdeconsole.so > load => res_musiconhold.so > noload => chan_alsa.so > > Is this really the only file that Asterisk reads to know what to load? > > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
