modules.conf 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. ; An example of loading ODBC support would be:
  17. ;preload => res_odbc.so
  18. ;preload => res_config_odbc.so
  19. ;
  20. noload => res_config_mysql.so ;
  21. ;
  22. ; load => res_features.so ; Call Parking Resource
  23. noload => res_indications.so ; Indications Configuration
  24. noload => res_monitor.so ; Call Monitoring Resource
  25. ; load => res_musiconhold.so ; Music On Hold Resource
  26. noload => cdr_csv.so ; Comma Separated Values CDR Backend
  27. noload => cdr_custom.so ; Customizable Comma Separated Values CDR Backend
  28. noload => cdr_manager.so ; Asterisk Call Manager CDR Backend
  29. noload => cdr_mysql.so ; MySQL CDR Backend
  30. noload => cdr_pgsql.so ; PostgreSQL CDR Backend
  31. noload => cdr_sqlite.so ; SQLite CDR Backend
  32. noload => chan_agent.so ; Agent Proxy Channel
  33. ; load => chan_iax2.so ; Inter Asterisk eXchange (Ver 2)
  34. ; load => chan_local.so ; Local Proxy Channel
  35. ; load => chan_sip.so ; Session Initiation Protocol (SIP)
  36. noload => codec_a_mu.so ; A-law and Mulaw direct Coder/Decoder
  37. noload => codec_adpcm.so ; Adaptive Differential PCM Coder/Decoder
  38. noload => codec_alaw.so ; A-law Coder/Decoder
  39. noload => codec_g726.so ; ITU G.726-32kbps G726 Transcoder
  40. ; load => codec_gsm.so ; GSM/PCM16 (signed linear) Codec Translation
  41. ; load => codec_ulaw.so ; Mu-law Coder/Decoder
  42. noload => codec_speex.so ; Speex/PCM16 (signed linear) Codec Translator
  43. noload => format_au.so ; Sun Microsystems AU format (signed linear)
  44. noload => format_g723.so ; G.723.1 Simple Timestamp File Format
  45. noload => format_g726.so ; Raw G.726 (16/24/32/40kbps) data
  46. noload => format_g729.so ; Raw G729 data
  47. ; load => format_gsm.so ; Raw GSM data
  48. noload => format_h263.so ; Raw h263 data
  49. noload => format_jpeg.so ; JPEG (Joint Picture Experts Group) Image
  50. ; load => format_pcm.so ; Raw uLaw 8khz Audio support (PCM)
  51. noload => format_pcm_alaw.so ; Raw aLaw 8khz PCM Audio support
  52. noload => format_sln.so ; Raw Signed Linear Audio support (SLN)
  53. noload => format_vox.so ; Dialogic VOX (ADPCM) File Format
  54. ; load => format_wav.so ; Microsoft WAV format (8000hz Signed Line
  55. ; load => format_wav_gsm.so ; Microsoft WAV format (Proprietary GSM)
  56. noload => app_alarmreceiver.so ; Alarm Receiver Application
  57. noload => app_authenticate.so ; Authentication Application
  58. noload => app_cdr.so ; Make sure asterisk doesn't save CDR
  59. noload => app_chanisavail.so ; Check if channel is available
  60. noload => app_chanspy.so ; Listen in on any channel
  61. noload => app_controlplayback.so ; Control Playback Application
  62. noload => app_cut.so ; Cuts up variables
  63. noload => app_db.so ; Database access functions
  64. ; load => app_dial.so ; Dialing Application
  65. noload => app_dictate.so ; Virtual Dictation Machine Application
  66. noload => app_directory.so ; Extension Directory
  67. noload => app_directed_pickup.so ; Directed Call Pickup Support
  68. noload => app_disa.so ; DISA (Direct Inward System Access) Application
  69. noload => app_dumpchan.so ; Dump channel variables Application
  70. ; load => app_echo.so ; Simple Echo Application
  71. noload => app_enumlookup.so ; ENUM Lookup
  72. noload => app_eval.so ; Reevaluates strings
  73. noload => app_exec.so ; Executes applications
  74. noload => app_externalivr.so ; External IVR application interface
  75. noload => app_forkcdr.so ; Fork The CDR into 2 seperate entities
  76. noload => app_getcpeid.so ; Get ADSI CPE ID
  77. noload => app_groupcount.so ; Group Management Routines
  78. noload => app_ices.so ; Encode and Stream via icecast and ices
  79. noload => app_image.so ; Image Transmission Application
  80. noload => app_lookupblacklist.so ; Look up Caller*ID name/number from black
  81. noload => app_lookupcidname.so ; Look up CallerID Name from local databas
  82. ; load => app_macro.so ; Extension Macros
  83. noload => app_math.so ; A simple math Application
  84. noload => app_md5.so ; MD5 checksum Application
  85. ; load => app_milliwatt.so ; Digital Milliwatt (mu-law) Test Application
  86. noload => app_mixmonitor.so ; Record a call and mix the audio during the recording
  87. noload => app_parkandannounce.so ; Call Parking and Announce Application
  88. ; load => app_playback.so ; Trivial Playback Application
  89. noload => app_privacy.so ; Require phone number to be entered, if n
  90. noload => app_queue.so ; True Call Queueing
  91. noload => app_random.so ; Random goto
  92. noload => app_read.so ; Read Variable Application
  93. noload => app_readfile.so ; Read in a file
  94. noload => app_realtime.so ; Realtime Data Lookup/Rewrite
  95. noload => app_record.so ; Trivial Record Application
  96. ; load => app_sayunixtime.so ; Say time
  97. noload => app_senddtmf.so ; Send DTMF digits Application
  98. noload => app_sendtext.so ; Send Text Applications
  99. noload => app_setcallerid.so ; Set CallerID Application
  100. noload => app_setcdruserfield.so ; CDR user field apps
  101. noload => app_setcidname.so ; Set CallerID Name
  102. noload => app_setcidnum.so ; Set CallerID Number
  103. noload => app_setrndis.so ; Set RDNIS Number
  104. noload => app_settransfercapability.so ; Set ISDN Transfer Capability
  105. noload => app_sms.so ; SMS/PSTN handler
  106. noload => app_softhangup.so ; Hangs up the requested channel
  107. noload => app_sql_mysql.so ; Simple MySQL Interface
  108. noload => app_sql_postgres.so ; Simple PostgreSQL Interface
  109. noload => app_stack.so ; Stack Routines
  110. noload => app_system.so ; Generic System() application
  111. noload => app_talkdetect.so ; Playback with Talk Detection
  112. noload => app_test.so ; Interface Test Application
  113. noload => app_transfer.so ; Transfer
  114. noload => app_txtcidname.so ; TXTCIDName
  115. noload => app_url.so ; Send URL Applications
  116. noload => app_userevent.so ; Custom User Event Application
  117. ; load => app_verbose.so ; Send verbose output
  118. noload => app_waitforring.so ; Waits until first ring after time
  119. noload => app_waitforsilence.so ; Wait For Silence Application
  120. noload => app_while.so ; While Loops and Conditional Execution
  121. noload => pbx_ael.so ; Asterisk Extension Language Compiler
  122. ; load => pbx_config.so ; Text Extension Configuration
  123. noload => pbx_functions.so ; Builtin dialplan functions
  124. noload => pbx_loopback.so ; Loopback Switch
  125. noload => pbx_realtime.so ; Realtime Switch
  126. noload => pbx_spool.so ; Outgoing Spool Support
  127. noload => pbx_wilcalu.so ; Wil Cal U (Auto Dialer)
  128. noload => func_callerid.so ; Caller ID related dialplan functions
  129. noload => func_enum.so ; ENUM Functions
  130. noload => func_uri.so ; URI encoding / decoding functions
  131. ;
  132. ; Module names listed in "global" section will have symbols globally
  133. ; exported to modules loaded after them.
  134. ;
  135. [global]
  136. chan_modem.so=no