PABX criado para pesquisas
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.
 
 
 
 
 
 

55 lines
1.4 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
;
; Uncomment the following if you wish to use the Speech Recognition API
;preload => res_speech.so
;
; If you want, load the GTK console right away.
;
noload => pbx_gtkconsole.so
;load => pbx_gtkconsole.so
;
load => res_musiconhold.so
;
; Load either OSS or ALSA, not both
; By default, load OSS only (automatically) and do not load ALSA
;
noload => chan_alsa.so
noload => chan_dgv.so
;noload => chan_dahdi.so
noload => chan_khomp.so
;noload => chan_oss.so
noload => res_config_pgsql.so
noload => res_odbc.so
noload => app_festival.so
noload => cdr_odbc.so
noload => app_followme.so
noload => res_config_odbc.so
noload => func_odbc.so
noload => chan_mgcp.so
noload => chan_ooh323.so
noload => chan_skinny.so
noload => chan_phone.so
noload => pbx_dundi.so
noload => cel_odbc.so
noload => cdr_adaptive_odbc.so