Advertisement
lorentedford

modules.conf

Apr 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.66 KB | None | 0 0
  1. ;
  2. ; Asterisk configuration file
  3. ;
  4. ; Module Loader configuration file
  5. ;
  6.  
  7. [modules]
  8.  
  9. autoload=no
  10.  
  11. ; Applications
  12.  
  13. noload => app_adsiprog.so ; Asterisk ADSI Programming Application
  14. noload => app_alarmreceiver.so ; Alarm Receiver for Asterisk
  15. noload => app_amd.so ; Answering Machine Detection Application
  16. load => app_authenticate.so ; Authentication Application
  17. noload => app_cdr.so ; Tell Asterisk to not maintain a CDR for
  18. noload => app_chanisavail.so ; Check channel availability
  19. noload => app_channelredirect.so ; Channel Redirect
  20. noload => app_chanspy.so ; Listen to the audio of an active channel
  21. noload => app_controlplayback.so ; Control Playback Application
  22. noload => app_dahdibarge.so ; Barge in on channel application
  23. noload => app_dahdiras.so ; DAHDI RAS Application
  24. noload => app_dahdiscan.so ; Scan Zap channels application
  25. noload => app_db.so ; Database Access Functions
  26. load => app_dial.so ; Dialing Application
  27. noload => app_dictate.so ; Virtual Dictation Machine
  28. noload => app_directed_pickup.so ; Directed Call Pickup Application
  29. noload => app_directory.so ; Extension Directory
  30. noload => app_disa.so ; DISA (Direct Inward System Access) Appli
  31. noload => app_dumpchan.so ; Dump Info About The Calling Channel
  32. noload => app_echo.so ; Simple Echo Application
  33. load => app_exec.so ; Executes dialplan applications
  34. noload => app_externalivr.so ; External IVR Interface Application
  35. noload => app_festival.so ; Simple Festival Interface
  36. noload => app_flash.so ; Flash channel application
  37. noload => app_followme.so ; Find-Me/Follow-Me Application
  38. noload => app_forkcdr.so ; Fork The CDR into 2 separate entities
  39. noload => app_getcpeid.so ; Get ADSI CPE ID
  40. noload => app_gps.so ; GPS interface module
  41. noload => app_hasnewvoicemail.so ; Indicator for whether a voice mailbox ha
  42. noload => app_ices.so ; Encode and Stream via icecast and ices
  43. noload => app_image.so ; Image Transmission Application
  44. noload => app_lookupblacklist.so ; Look up Caller*ID name/number from black
  45. noload => app_lookupcidname.so ; Look up CallerID Name from local databas
  46. load => app_macro.so ; Extension Macros
  47. noload => app_meetme.so ; MeetMe conference bridge
  48. noload => app_milliwatt.so ; Digital Milliwatt (mu-law) Test Applicat
  49. noload => app_mixmonitor.so ; Mixed Audio Monitoring Application
  50. noload => app_morsecode.so ; Morse code
  51. noload => app_mp3.so ; Silly MP3 Application
  52. noload => app_nbscat.so ; Silly NBS Stream Application
  53. noload => app_page.so ; Page Multiple Phones
  54. noload => app_parkandannounce.so ; Call Parking and Announce Application
  55. load => app_playback.so ; Sound File Playback Application
  56. noload => app_privacy.so ; Require phone number to be entered, if n
  57. noload => app_queue.so ; True Call Queueing
  58. noload => app_radbridge.so ; Radio Bridging interface module
  59. noload => app_random.so ; Random goto
  60. noload => app_readfile.so ; Stores output of file into a variable
  61. noload => app_read.so ; Read Variable Application
  62. noload => app_realtime.so ; Realtime Data Lookup/Rewrite
  63. noload => app_record.so ; Trivial Record Application
  64. load => app_rpt.so ; Radio Repeater/Remote Base Application
  65. noload => app_sayunixtime.so ; Say time
  66. noload => app_senddtmf.so ; Send DTMF digits Application
  67. noload => app_sendtext.so ; Send Text Applications
  68. noload => app_setcallerid.so ; Set CallerID Application
  69. noload => app_setcdruserfield.so ; CDR user field apps
  70. noload => app_settransfercapability.so ; Set ISDN Transfer Capability
  71. noload => app_sms.so ; SMS/PSTN handler
  72. noload => app_softhangup.so ; Hangs up the requested channel
  73. noload => app_speech_utils.so ; Dialplan Speech Applications
  74. noload => app_stack.so ; Stack Routines
  75. load => app_system.so ; Generic System() application
  76. noload => app_talkdetect.so ; Playback with Talk Detection
  77. noload => app_test.so ; Interface Test Application
  78. load => app_transfer.so ; Transfer
  79. noload => app_url.so ; Send URL Applications
  80. noload => app_userevent.so ; Custom User Event Application
  81. noload => app_verbose.so ; Send verbose output
  82. noload => app_voicemail.so ; Comedian Mail (Voicemail System)
  83. noload => app_waitforring.so ; Waits until first ring after time
  84. noload => app_waitforsilence.so ; Wait For Silence
  85. noload => app_while.so ; While Loops and Conditional Execution
  86. noload => app_zapateller.so ; Block Telemarketers with Special Informa
  87.  
  88. ; CDR
  89.  
  90. noload => cdr_csv.so ; Comma Separated Values CDR Backend
  91. noload => cdr_custom.so ; Customizable Comma Separated Values CDR
  92. noload => cdr_manager.so ; Asterisk Manager Interface CDR Backend
  93.  
  94. ; Channels
  95.  
  96. noload => chan_agent.so ; Agent Proxy Channel
  97. noload => chan_alsa.so ; ALSA Console Channel Driver
  98. noload => chan_beagle.so ; Beagleboard Radio Interface Channel Driver
  99. load => chan_dahdi.so ; DAHDI Telephony
  100. noload => chan_echolink.so ; echolink channel driver
  101. noload => chan_features.so ; Feature Proxy Channel
  102. noload => chan_gtalk.so ; Gtalk Channel Driver
  103. load => chan_iax2.so ; Inter Asterisk eXchange (Ver 2)
  104. load => chan_local.so ; Local Proxy Channel (Note: used internal
  105. noload => chan_oss.so ;
  106. noload => chan_phone.so ;
  107. noload => chan_simpleusb.so ; Simple USB Radio Interface Channel Drive
  108. noload => chan_sip.so ; Session Initiation Protocol (SIP)
  109. noload => chan_tlb.so ; TheLinkBox channel driver
  110. load => chan_usbradio.so ; USB Console Channel Driver
  111. noload => chan_usrp.so ; USRP Channel Module
  112. noload => chan_voter.so ; radio Voter channel driver
  113.  
  114. ; Codecs
  115.  
  116. ; CODEC AUDIO QUALITY BANDWIDTH (including IP and Ethernet headers)
  117. ; ULAW best 87 kilobits per second (kbps)
  118. ; ADPCM good 55 kbps
  119. ; GSM mediocre 36 kbps
  120. ; g726aal2
  121. ; ilbc
  122.  
  123. load => codec_adpcm.so ; Adaptive Differential PCM Coder/Decoder
  124. load => codec_alaw.so ; A-law Coder/Decoder
  125. load => codec_a_mu.so ; A-law and Mulaw direct Coder/Decoder
  126. noload => codec_dahdi.so ; Generic DAHDI Transcoder Codec Translato
  127. load => codec_g726.so ; ITU G.726-32kbps G726 Transcoder
  128. load => codec_gsm.so ; GSM Coder/Decoder
  129. load => codec_ulaw.so ; mu-Law Coder/Decoder
  130. noload => codec_ilbc.so ; http://en.wikipedia.org/wiki/Internet_Low_Bitrate_Codec
  131.  
  132. ; Formats
  133.  
  134. load => format_g723.so ; G.723.1 Simple Timestamp File Format
  135. load => format_g726.so ; Raw G.726 (16/24/32/40kbps) data
  136. load => format_g729.so ; Raw G729 data
  137. load => format_gsm.so ; Raw GSM data
  138. load => format_h263.so ; Raw H.263 data
  139. load => format_h264.so ; Raw H.264 data
  140. load => format_ilbc.so ; Raw iLBC data
  141. noload => format_jpeg.so ; JPEG (Joint Picture Experts Group) Image
  142. load => format_pcm.so ; Raw/Sun uLaw/ALaw 8KHz (PCM,PCMA,AU), G.
  143. load => format_sln.so ; Raw Signed Linear Audio support (SLN)
  144. load => format_vox.so ; Dialogic VOX (ADPCM) File Format
  145. load => format_wav_gsm.so ; Microsoft WAV format (Proprietary GSM)
  146. load => format_wav.so ; Microsoft WAV format (8000Hz Signed Line
  147.  
  148. ; Functions
  149.  
  150. load => func_base64.so ; base64 encode/decode dialplan functions
  151. load => func_callerid.so ; Caller ID related dialplan function
  152. load => func_cdr.so ; CDR dialplan function
  153. load => func_channel.so ; Channel information dialplan function
  154. load => func_curl.so ; Load external URL
  155. load => func_cut.so ; Cut out information from a string
  156. load => func_db.so ; Database (astdb) related dialplan functi
  157. load => func_enum.so ; ENUM related dialplan functions
  158. load => func_env.so ; Environment/filesystem dialplan function
  159. load => func_global.so ; Global variable dialplan functions
  160. load => func_groupcount.so ; Channel group dialplan functions
  161. load => func_language.so ; Channel language dialplan function
  162. load => func_logic.so ; Logical dialplan functions
  163. load => func_math.so ; Mathematical dialplan function
  164. load => func_md5.so ; MD5 digest dialplan functions
  165. load => func_moh.so ; Music-on-hold dialplan function
  166. load => func_rand.so ; Random number dialplan function
  167. load => func_realtime.so ; Read/Write values from a RealTime reposi
  168. noload => func_sha1.so ; SHA-1 computation dialplan function
  169. noload => func_strings.so ; String handling dialplan functions
  170. noload => func_timeout.so ; Channel timeout dialplan functions
  171. noload => func_uri.so ; URI encode/decode dialplan functions
  172.  
  173. ; PBX
  174.  
  175. noload => pbx_ael.so ; Asterisk Extension Language Compiler
  176. load => pbx_config.so ; Text Extension Configuration
  177. noload => pbx_dundi.so ; Distributed Universal Number Discovery (
  178. noload => pbx_loopback.so ; Loopback Switch
  179. noload => pbx_realtime.so ; Realtime Switch
  180. noload => pbx_spool.so ; Outgoing Spool Support
  181.  
  182. ; Resources
  183.  
  184. load => res_adsi.so ; ADSI Resource
  185. noload => res_agi.so ; Asterisk Gateway Interface (AGI)
  186. noload => res_clioriginate.so ; Call origination from the CLI
  187. noload => res_convert.so ; File format conversion CLI command
  188. load => res_crypto.so ; Cryptographic Digital Signatures
  189. load => res_features.so ; Call Features Resource
  190. load => res_indications.so ; Indications Resource
  191. noload => res_jabber.so ; AJI - Asterisk Jabber Interface
  192. noload => res_monitor.so ; Call Monitoring Resource
  193. noload => res_musiconhold.so ; Music On Hold Resource
  194. noload => res_smdi.so ; Simplified Message Desk Interface (SMDI)
  195. noload => res_snmp.so ; SNMP [Sub]Agent for Asterisk
  196. noload => res_speech.so ; Generic Speech Recognition API
  197.  
  198. [global]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement