; ; 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 ;load => 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 ; Ensure that format_* modules are loaded before res_musiconhold ;load => format_ogg_vorbis.so load => format_wav.so load => format_pcm.so load => format_au.so ; This isn't part of 'asterisk' iteslf, it's part of asterisk-addons. If this isn't ; installed, asterisk will fail to start. But it does need to go here for native MOH ; to work using mp3's. load => format_mp3.so load => res_musiconhold.so ; ; Load either OSS or ALSA, not both ; By default, load OSS only (automatically) and do not load ALSA ; load => chan_alsa.so ; sph was here noload => chan_oss.so ; and here too ; ; Module names listed in "global" section will have symbols globally ; exported to modules loaded after them. ; [global]