1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/asterisk/modules.conf Mon Apr 27 12:19:05 2009 +0200 1.3 @@ -0,0 +1,35 @@ 1.4 +; 1.5 +; Asterisk configuration file 1.6 +; 1.7 +; Module Loader configuration file 1.8 +; 1.9 + 1.10 +;[modules] 1.11 +;autoload=yes 1.12 +; 1.13 +; Any modules that need to be loaded before the Asterisk core has been 1.14 +; initialized (just after the logger has been initialized) can be loaded 1.15 +; using 'preload'. This will frequently be needed if you wish to map all 1.16 +; module configuration files into Realtime storage, since the Realtime 1.17 +; driver will need to be loaded before the modules using those configuration 1.18 +; files are initialized. 1.19 +; 1.20 +; An example of loading ODBC support would be: 1.21 +;preload => res_odbc.so 1.22 +;preload => res_config_odbc.so 1.23 +; 1.24 +; Uncomment the following if you wish to use the Speech Recognition API 1.25 +;preload => res_speech.so 1.26 +; 1.27 +; If you want, load the GTK console right away. 1.28 +; 1.29 +;noload => pbx_gtkconsole.so 1.30 +;load => pbx_gtkconsole.so 1.31 +; 1.32 +;load => res_musiconhold.so 1.33 +; 1.34 +; Load either OSS or ALSA, not both 1.35 +; By default, load OSS only (automatically) and do not load ALSA 1.36 +; 1.37 +;noload => chan_alsa.so 1.38 +;noload => chan_oss.so