2 ; Asterisk configuration file
4 ; Module Loader configuration file
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 ; If you want, load the GTK console right away.
22 ; Don't load the KDE console since
23 ; it's not as sophisticated right now.
25 noload => pbx_gtkconsole.so
26 ;load => pbx_gtkconsole.so
27 noload => pbx_kdeconsole.so
29 ; Intercom application is obsoleted by
30 ; chan_oss. Don't load it.
32 noload => app_intercom.so
34 ; The 'modem' channel driver and its subdrivers are
35 ; obsolete, don't load them.
37 noload => chan_modem.so
38 noload => chan_modem_aopen.so
39 noload => chan_modem_bestdata.so
40 noload => chan_modem_i4l.so
42 load => res_musiconhold.so
44 ; Load either OSS or ALSA, not both
45 ; By default, load OSS only (automatically) and do not load ALSA
47 noload => chan_alsa.so
48 ;noload => chan_oss.so
50 ; Module names listed in "global" section will have symbols globally
51 ; exported to modules loaded after them.
53 ;noload => chan_zap.so
54 ;Do NOT use MySQL Realtime Configuration
55 noload => res_config_mysql.so