> I like the reasoning. In fact it could apply accross the > board: Have every channel type disabled unless specifically > enabled. I would assume most Asterisk sites don't use most > channel types. >
I managed to set the following: noload => pbx_gtkconsole.so ;load => pbx_gtkconsole.so noload => pbx_kdeconsole.so ; ; Intercom application is obsoleted by ; chan_oss. Don't load it. ; noload => app_intercom.so noload => app_oss.so noload => chan_oss.so noload => chan_modem_aopen.so noload => chan_modem_bestdata.so noload => chan_iax.so noload => chan_iax2.so noload => chan_mgcp.so noload => chan_phone.so noload => res_crypto.so but when I tried to set noload on some other items, I got asterisk startup errors due to dependencies etc... Perhaps a complete list of module names would be useful, ie, either put the load or unload command in the modules file for every module, that way we know what is on or off. if there is no modules.conf then everything should default to off. Regards, Adam _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
