michael@202: ; michael@202: ; Asterisk configuration file michael@202: ; michael@202: ; Module Loader configuration file michael@202: ; michael@202: michael@202: ;[modules] michael@202: ;autoload=yes michael@202: ; michael@202: ; Any modules that need to be loaded before the Asterisk core has been michael@202: ; initialized (just after the logger has been initialized) can be loaded michael@202: ; using 'preload'. This will frequently be needed if you wish to map all michael@202: ; module configuration files into Realtime storage, since the Realtime michael@202: ; driver will need to be loaded before the modules using those configuration michael@202: ; files are initialized. michael@202: ; michael@202: ; An example of loading ODBC support would be: michael@202: ;preload => res_odbc.so michael@202: ;preload => res_config_odbc.so michael@202: ; michael@202: ; Uncomment the following if you wish to use the Speech Recognition API michael@202: ;preload => res_speech.so michael@202: ; michael@202: ; If you want, load the GTK console right away. michael@202: ; michael@202: ;noload => pbx_gtkconsole.so michael@202: ;load => pbx_gtkconsole.so michael@202: ; michael@202: ;load => res_musiconhold.so michael@202: ; michael@202: ; Load either OSS or ALSA, not both michael@202: ; By default, load OSS only (automatically) and do not load ALSA michael@202: ; michael@202: ;noload => chan_alsa.so michael@202: ;noload => chan_oss.so