-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmodules.conf
More file actions
265 lines (258 loc) · 13.6 KB
/
modules.conf
File metadata and controls
265 lines (258 loc) · 13.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
;
; 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
;noload => pbx_gtkconsole.so
;
;noload => res_musiconhold.so
;noload => 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_oss.so
noload => app_directory.so ;Extension Directory
noload => app_festival.so ;Simple Festival Interface
noload => app_mp3.so ;Silly MP3 Application
noload => res_smdi.so ;Simplified Message Desk Interface (SMDI
noload => app_minivm.so ;Mini VoiceMail (A minimal Voicemail e-ma
noload => res_smdi.so ;Simplified Message Desk Interface (SMDI)
;noload => res_http_websocket.so ;HTTP WebSocket Support
noload => res_adsi.so ;ADSI Resource
noload => cdr_adaptive_odbc.so
noload => res_config_sqlite3.so
noload => res_fax.so ;
noload => cel_odbc.so ;
noload => cel_sqlite3_custom.so ;
noload => res_calendar.so ;
;noload => app_cdr.so ;Tell Asterisk to not maintain a CDR for
noload => app_celgenuserevent.so ;Generate an User-Defined CEL event
;noload => app_chanisavail.so ;Check channel availability
;noload => app_channelredirect.so ;Redirects a given channel to a dialplan
;noload => app_confbridge.so ;Conference Bridge Application
;noload => app_controlplayback.so ;Control Playback Application
noload => app_curl.so
;noload => app_db.so ;Database Access Functions
;noload => app_dial.so ;Dialing Application
noload => app_directory_plain.so ;Extension Directory
;noload => app_dumpchan.so ;Dump Info About The Calling Channel
;noload => app_echo.so ;Simple Echo Application
;noload => app_exec.so ;Executes dialplan applications
;noload => app_milliwatt.so ;Digital Milliwatt (mu-law) Test Applicat
;noload => app_mixmonitor.so ;Mixed Audio Monitoring Application
;noload => app_originate.so ;Originate call
noload => app_pickupchan.so ;Channel Pickup Application
;noload => app_playback.so ;Sound File Playback Application
;noload => app_playtones.so ;Playtones Application
;noload => app_readexten.so ;Read and evaluate extension validity
noload => app_readfile.so ;Stores output of file into a variable
;noload => app_record.so ;Trivial Record Application
noload => app_saycounted.so ;Decline words according to channel langu
;noload => app_sayunixtime.so ;Say time
;noload => app_senddtmf.so ;Send DTMF digits Application
;noload => app_sendtext.so ;Send Text Applications
noload => app_setcallerid.so ;Set CallerID Presentation Application
;noload => app_sms.so ;SMS/PSTN handler
;noload => app_softhangup.so ;Hangs up the requested channel
;noload => app_stack.so ;Dialplan subroutines (Gosub, Return, etc
;noload => app_system.so ;Generic System() application
;noload => app_transfer.so ;Transfers a caller to another extension
;noload => app_url.so ;Send URL Applications
;noload => app_verbose.so ;Send verbose output
noload => app_voicemail_plain.so ;Comedian Mail (Voicemail System)
;noload => app_waitforring.so ;Waits until first ring after time
;noload => app_waitforsilence.so ;Wait For Silence
;noload => app_waituntil.so ;Wait until specified time
;noload => app_while.so ;While Loops and Conditional Execution
;noload => bridge_builtin_features.so ;Built in bridging features
;noload => bridge_multiplexed.so ;Multiplexed two channel bridging module
;noload => bridge_simple.so ;Simple two channel bridging module
;noload => bridge_softmix.so ;Multi-party software based channel mixin
;noload => cdr_csv.so ;Comma Separated Values CDR Backend
;noload => cdr_custom.so ;Customizable Comma Separated Values CDR Backend
;noload => cdr_manager.so ;Asterisk Manager Interface CDR Backend
;noload => cdr_odbc.so ;ODBC CDR Backend
;noload => cdr_sqlite.so ;SQLite CDR Backend
;noload => cdr_syslog.so ;Customizable syslog CDR Backend
noload => cel_custom.so ;Customizable Comma Separated Values CEL
noload => cel_manager.so ;Asterisk Manager Interface CEL Backend
;noload => chan_agent.so ;Agent Proxy Channel
;noload => chan_bridge.so ;Bridge Interaction Channel
noload => chan_features.so ;Feature Proxy Channel
;noload => chan_iax2.so ;Inter Asterisk eXchange (Ver 2)
;noload => chan_multicast_rtp.so ;Multicast RTP Paging Channel
;noload => chan_sip.so ;Session Initiation Protocol (SIP)
;noload => codec_a_mu.so ;A-law and Mulaw direct Coder/Decoder
;noload => codec_adpcm.so ;Adaptive Differential PCM Coder/Decoder
;noload => codec_alaw.so ;A-law Coder/Decoder
;noload => codec_g722.so ;ITU G.722-64kbps G722 Transcoder
;noload => codec_g726.so ;ITU G.726-32kbps G726 Transcoder
;noload => codec_gsm.so ;GSM Coder/Decoder
;noload => codec_resample.so ;SLIN Resampling Codec
;noload => codec_ulaw.so ;mu-Law Coder/Decoder
;noload => format_g729.so ;Raw G.729 data
;noload => format_gsm.so ;Raw GSM data
;noload => format_pcm.so ;Raw/Sun uLaw/ALaw 8KHz (PCM,PCMA,AU), G.
;noload => format_sln.so ;Raw Signed Linear Audio support (SLN)
;noload => format_sln16.so ;Raw Signed Linear 16KHz Audio support (S
;noload => format_wav.so ;Microsoft WAV format (8000Hz Signed Line
;noload => format_wav_gsm.so ;Microsoft WAV format (Proprietary GSM)
;noload => func_audiohookinherit.so ;Audiohook inheritance function
;noload => func_base64.so ;base64 encode/decode dialplan functions
;noload => func_callcompletion.so ;Call Control Configuration Function
;noload => func_callerid.so ;Caller ID related dialplan functions
;noload => func_cdr.so ;Call Detail Record (CDR) dialplan functi
;noload => func_channel.so ;Channel information dialplan function
;noload => func_config.so ;Asterisk configuration file variable acc
;noload => func_curl.so ;Load external URL
;noload => func_cut.so ;Cut out information from a string
;noload => func_db.so ;Database (astdb) related dialplan functi
;noload => func_devstate.so ;Gets or sets a device state in the dialp
;noload => func_dialplan.so ;Dialplan Context/Extension/Priority Chec
;noload => func_enum.so ;ENUM related dialplan functions
;noload => func_env.so ;Environment/filesystem dialplan function
;noload => func_extstate.so ;Gets an extension's state in the dialpla
;noload => func_frame_trace.so ;Frame Trace for internal ast_frame debug
;noload => func_global.so ;Variable dialplan functions
;noload => func_groupcount.so ;Channel group dialplan functions
;noload => func_iconv.so ;Charset conversions
;noload => func_lock.so ;Dialplan mutexes
;noload => func_logic.so ;Logical dialplan functions
;noload => func_math.so ;Mathematical dialplan function
;noload => func_md5.so ;MD5 digest dialplan functions
;noload => func_module.so ;Checks if Asterisk module is loaded in m
;noload => func_rand.so ;Random number dialplan function
;noload => func_realtime.so ;Read/Write/Store/Destroy values from a R
;noload => func_sha1.so ;SHA-1 computation dialplan function
;noload => func_shell.so ;Returns the output of a shell command
;noload => func_sprintf.so ;SPRINTF dialplan function
;noload => func_srv.so ;SRV related dialplan functions
;noload => func_strings.so ;String handling dialplan functions
;noload => func_sysinfo.so ;System information related functions
;noload => func_timeout.so ;Channel timeout dialplan functions
;noload => func_uri.so ;URI encode/decode dialplan functions
;noload => func_version.so ;Get Asterisk Version/Build Info
;noload => pbx_config.so ;Text Extension Configuration
noload => pbx_dundi.so ;Distributed Universal Number Discovery (
;noload => pbx_loopback.so ;Loopback Switch
;noload => pbx_realtime.so ;Realtime Switch
;noload => pbx_spool.so ;Outgoing Spool Support
;noload => res_agi.so ;Asterisk Gateway Interface (AGI)
;noload => res_clialiases.so ;CLI Aliases
;noload => res_clioriginate.so ;Call origination from the CLI
noload => res_config_odbc.so ;ODBC Configuration
;noload => res_convert.so ;File format conversion CLI command
noload => res_curl.so ;cURL Resource Module
noload => res_http_post.so ;HTTP POST support
noload => res_indications.so ;Region-specific tones
;noload => res_limit.so ;Resource limits
;noload => res_monitor.so ;Call Monitoring Resource
;noload => res_musiconhold.so ;Music On Hold Resource
;noload => res_mutestream.so ;Mute audio stream resources
;noload => res_odbc.so ;ODBC Resource
;noload => res_realtime.so ;Realtime Data Lookup/Rewrite
;noload => res_rtp_asterisk.so ;Asterisk RTP Stack
;noload => res_rtp_multicast.so ;Multicast RTP Engine
;noload => res_security_log.so ;Security Event Logging
noload => res_snmp.so ;SNMP [Sub]Agent for Asterisk
noload => res_timing_dahdi.so ;timing mechanisms provided by DAHDI
;noload => res_timing_pthread.so ;POSIX pthreads library
;noload => res_timing_timerfd.so ;timing mechanism provided directly by the Linux kernel
noload => app_addon_sql_mysql.so
noload => app_adsiprog.so ;Asterisk ADSI Programming Application
noload => app_alarmreceiver.so ;Alarm Receiver for Asterisk
noload => app_amd.so ;Answering Machine Detection Application
noload => app_authenticate.so ;Authentication Application
noload => app_chanspy.so ;Listen to the audio of an active channel
noload => app_dictate.so ;Virtual Dictation Machine
noload => app_directed_pickup.so ;Directed Call Pickup Application
noload => app_disa.so ;DISA (Direct Inward System Access) Appli
noload => app_externalivr.so ;External IVR Interface Application
noload => app_fax.so ;Simple FAX Application
noload => app_followme.so ;Find-Me/Follow-Me Application
noload => app_forkcdr.so ;Fork The CDR into 2 separate entities
noload => app_getcpeid.so ;Get ADSI CPE ID
noload => app_image.so ;Image Transmission Application
noload => app_intercom.so
noload => app_macro.so ;Extension Macros
noload => app_morsecode.so ;Morse code
noload => app_nbscat.so ;Silly NBS Stream Application
noload => app_page.so ;Places outbound calls and dumps them into a conference bridge, muted
noload => app_parkandannounce.so ;Call Parking and Announce Application
noload => app_privacy.so ;Require phone number to be entered, if n
noload => app_queue.so ;True Call Queueing
;noload => app_read.so ;Read Variable Application
noload => app_saycountpl.so ;Say polish counting words
noload => app_speech_utils.so ;Dialplan Speech Applications
noload => app_talkdetect.so ;Playback with Talk Detection
noload => app_test.so ;Interface Test Application
noload => app_userevent.so ;Custom User Event Application
noload => app_zapateller.so ;Block Telemarketers with Special Informa
noload => cdr_addon_mysql.so ;Mysql CDR Backend
noload => cdr_pgsql.so ;PostgreSQL CDR Backend
noload => chan_alsa.so ;ALSA
noload => chan_h323.so ;H.323
noload => chan_local.so ;Local Proxy Channel (Note: used internal
noload => chan_mgcp.so ;Media Gateway Control Protocol (MGCP)
noload => chan_modem.so ;Generic Voice Modem Driver
noload => chan_modem_aopen.so ;A/Open (Rockwell Chipset) ITU-2 VoiceMod
noload => chan_modem_bestdata.so ;BestData (Conexant V.90 Chipset) VoiceModem
noload => chan_modem_i4l.so ;ISDN4Linux Emulated Modem Driver
noload => chan_oss.so ;OSS Console Channel Driver
noload => chan_phone.so ;Linux Telephony API Support
noload => chan_skinny.so ;Skinny Client Control Protocol (Skinny)
noload => codec_lpc10.so ;LPC10 2.4kbps Coder/Decoder
noload => codec_speex.so ;Speex Coder/Decoder
noload => format_g719.so ;ITU G.719
noload => format_g723.so ;G.723.1 Simple Timestamp File Format
noload => format_g726.so ;Raw G.726 (16/24/32/40kbps) data
noload => format_h263.so ;Raw H.263 data
noload => format_h264.so ;Raw H.264 data
noload => format_jpeg.so ;JPEG (Joint Picture Experts Group) Image
noload => format_ogg_vorbis.so ;OGG/Vorbis audio
noload => format_siren14.so ;ITU G.722.1 Annex C (Siren14, licensed f
noload => format_siren7.so ;ITU G.722.1 (Siren7, licensed from Polyc
noload => format_vox.so ;Dialogic VOX (ADPCM) File Format
noload => func_aes.so ;AES dialplan functions
noload => func_blacklist.so ;Look up Caller*ID name/number from black
noload => func_dialgroup.so ;Dialgroup dialplan function
noload => func_pitchshift.so ;Audio Effects Dialplan Functions
noload => func_speex.so ;Noise reduction and Automatic Gain Contr
noload => func_vmcount.so ;Indicator for whether a voice mailbox ha
noload => func_volume.so ;Technology independent volume control
noload => pbx_ael.so ;Asterisk Extension Language Compiler
noload => pbx_gtkconsole.so
noload => pbx_kdeconsole.so
noload => res_adsi.so ;ADSI Resource
noload => res_ael_share.so ;share-able code for AEL
noload => res_config_curl.so ;Realtime Curl configuration
noload => res_config_pgsql.so ;PGSQL Configuration
noload => res_crypto.so ;Cryptographic Digital Signatures
noload => res_phoneprov.so ;HTTP Phone Provisioning
noload => res_pktccops.so ;PktcCOPS manager for MGCP
noload => res_smdi.so ;Simplified Message Desk Interface (SMDI)
noload => res_speech.so ;Generic Speech Recognition API
noload => res_srtp.so ;Secure RTP (SRTP)
noload => res_stun_monitor.so ;STUN Network Monitor