12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- ;
- ; 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.
- ;
- ;
- ;noload => codec_g726.so
- ;noload => format_g723.so
- ;noload => format_g726.so
- ;load => format_h263.so
- ;load => format_h264.so
- ;noload => app_milliwatt.so
- ;noload => codec_speex.so
- ;noload => app_lookupblacklist.so
- ;noload => format_vox.so
- ;noload => format_jpeg.so
- ;noload => app_festival.so
- ;noload => app_dahdiras.so
- ;noload => app_dahdibarge.so
- ;noload => app_dahdiscan.so
- ;load => res_crypto.so
- ;noload => test_dlinklists.so
- ;load => res_smdi.so
- ;load => res_musiconhold.so
- ;load => pbx_spool.so
- ;noload => app_realtime.so
- ;noload => func_realtime.so
- ;load => pbx_realtime.so
- ;noload => app_zapateller.so
- ;noload => chan_unistim.so
- ;noload => res_hep.so
- ;noload => res_stun_monitor.so
- ;noload => chan_mgcp.so
- ;noload => chan_skinny.so
- ;noload => res_pjsip_mwi_body_generator.so
- ;noload => res_pjsip_mwi.so
- ; Module names listed in "global" section will have symbols globally
- ; exported to modules loaded after them.
- ;
- [global]
|