Merge another change from team/russell/events ...
[asterisk-bristuff.git] / configs / modules.conf.sample
blob2ca3c03d403931d1e2787b93d63399e5de1a6a50
2 ; Asterisk configuration file
4 ; Module Loader configuration file
7 [modules]
8 autoload=yes
10 ; Any modules that need to be loaded before the Asterisk core has been
11 ; initialized (just after the logger has been initialized) can be loaded
12 ; using 'preload'. This will frequently be needed if you wish to map all
13 ; module configuration files into Realtime storage, since the Realtime
14 ; driver will need to be loaded before the modules using those configuration
15 ; files are initialized.
17 ; An example of loading ODBC support would be:
18 ;preload => res_odbc.so
19 ;preload => res_config_odbc.so
21 ; res_phoneprov requires func_strings.so to be loaded:
22 preload => func_strings.so
24 ; Uncomment the following if you wish to use the Speech Recognition API
25 ;preload => res_speech.so
27 ; If you want, load the GTK console right away.  
29 noload => pbx_gtkconsole.so
30 ;load => pbx_gtkconsole.so
32 load => res_musiconhold.so
34 ; Load one of: chan_oss, alsa, or console (portaudio).
35 ; By default, load chan_oss only (automatically).
37 noload => chan_alsa.so
38 ;noload => chan_oss.so
39 ;noload => chan_console.so