You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
2.2 KiB
83 lines
2.2 KiB
; |
|
; Asterisk configuration file |
|
; |
|
; Module Loader configuration file |
|
; |
|
|
|
[modules] |
|
autoload=yes |
|
; |
|
; Any modules that need to be loaded before the Asterisk core has been |
|
; initialized (just after the logger has been initialized) can be loaded |
|
; using 'preload'. This will frequently be needed if you wish to map all |
|
; module configuration files into Realtime storage, since the Realtime |
|
; driver will need to be loaded before the modules using those configuration |
|
; files are initialized. |
|
; |
|
; An example of loading ODBC support would be: |
|
;preload => res_odbc.so |
|
;preload => res_config_odbc.so |
|
; |
|
; 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 |
|
; |
|
; The 'modem' channel driver and its subdrivers are |
|
; obsolete, don't load them. |
|
; |
|
noload => chan_modem.so |
|
noload => chan_modem_aopen.so |
|
noload => chan_modem_bestdata.so |
|
noload => chan_modem_i4l.so |
|
; |
|
; Comment this out (after installing CAPI middleware and hardware |
|
; drivers) if you have CAPI-able hardware and wish to use it in |
|
; Asterisk. |
|
; |
|
noload => chan_capi.so |
|
; |
|
load => res_musiconhold.so |
|
; |
|
; Do not load load local channel drivers (using the system speaker) by default, |
|
; they are not used in most installations and might block the sound hardware |
|
; |
|
noload => chan_alsa.so |
|
noload => chan_console.so |
|
noload => chan_oss.so |
|
; |
|
; Disable CDR logging to SQLite by default since it writes unconditionally to |
|
; cdr.db without a way to rotate it. |
|
; |
|
noload => cdr_sqlite.so |
|
; |
|
; These conflict with app_directory.so and each other. |
|
noload => app_directory_odbc.so |
|
; |
|
; Enable these if you want to configure Asterisk in a database |
|
; |
|
noload => res_config_odbc.so |
|
noload => res_config_pgsql.so |
|
|
|
noload => chan_sip.so |
|
;preload => codec_opus.so |
|
;preload => format_ogg_opus.so |
|
;preload => res_sorcery_config.so |
|
;preload => res_format_attr_opus.so |
|
;preload => codec_gsm.so |
|
;preload => format_gsm.so |
|
;preload => format_wav_gsm.so |
|
;preload => codec_resample.so |
|
; |
|
; Module names listed in "global" section will have symbols globally |
|
; exported to modules loaded after them. |
|
; |
|
[global]
|
|
|