modules.conf 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ;
  2. ; Asterisk configuration file
  3. ;
  4. ; Module Loader configuration file
  5. ;
  6. [modules]
  7. autoload=yes
  8. ;
  9. ; Any modules that need to be loaded before the Asterisk core has been
  10. ; initialized (just after the logger has been initialized) can be loaded
  11. ; using 'preload'. This will frequently be needed if you wish to map all
  12. ; module configuration files into Realtime storage, since the Realtime
  13. ; driver will need to be loaded before the modules using those configuration
  14. ; files are initialized.
  15. ;
  16. ;
  17. ;noload => codec_g726.so
  18. ;noload => format_g723.so
  19. ;noload => format_g726.so
  20. ;load => format_h263.so
  21. ;load => format_h264.so
  22. ;noload => app_milliwatt.so
  23. ;noload => codec_speex.so
  24. ;noload => app_lookupblacklist.so
  25. ;noload => format_vox.so
  26. ;noload => format_jpeg.so
  27. ;noload => app_festival.so
  28. ;noload => app_dahdiras.so
  29. ;noload => app_dahdibarge.so
  30. ;noload => app_dahdiscan.so
  31. ;load => res_crypto.so
  32. ;noload => test_dlinklists.so
  33. ;load => res_smdi.so
  34. ;load => res_musiconhold.so
  35. ;load => pbx_spool.so
  36. ;noload => app_realtime.so
  37. ;noload => func_realtime.so
  38. ;load => pbx_realtime.so
  39. ;noload => app_zapateller.so
  40. ;noload => chan_unistim.so
  41. ;noload => res_hep.so
  42. ;noload => res_stun_monitor.so
  43. ;noload => chan_mgcp.so
  44. ;noload => chan_skinny.so
  45. ;noload => res_pjsip_mwi_body_generator.so
  46. ;noload => res_pjsip_mwi.so
  47. ; Module names listed in "global" section will have symbols globally
  48. ; exported to modules loaded after them.
  49. ;
  50. [global]