; ; Asterisk configuration file ; ; Module Loader configuration file ; [modules] autoload=yes ; If you want, load the GTK console right away. ; Don't load the KDE console since ; it's not as sophisticated right now. ; noload => pbx_gtkconsole.so noload => pbx_kdeconsole.so ; ; Intercom application is obsoleted by ; chan_oss. Don't load it. ; noload => app_intercom.so ; ; DON'T load the chan_modem.so, as they are obsolete in * 1.2 noload => chan_modem.so noload => chan_modem_aopen.so noload => chan_modem_bestdata.so noload => chan_modem_i4l.so ; Trunkisavail is a broken module supplied by Trixbox noload => app_trunkisavail.so ; ; Load either OSS or ALSA, not both ; By default, load OSS only (automatically) and do not load ALSA ; noload => chan_alsa.so noload => chan_oss.so ;noload => res_smdi.so noload => chan_phone.so noload => res_config_mysql.so noload => chan_ooh323.so noload => chan_iax2.so noload => app_amd.so noload => pbx_dundi.so noload => chan_misdn.so ;noload => chan_dahdi.so ;noload => codec_dahdi.so ; ; Module names listed in "global" section will have symbols globally ; exported to modules loaded after them. ; [global]