source: freewrt/package/asterisk/files/modules.conf@ 475ad56

freewrt_1_0 freewrt_2_0
Last change on this file since 475ad56 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

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