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