add asterisk-mini package,
[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 ; load => res_features.so ; Call Parking Resource 
11 noload => res_indications.so ; Indications Configuration
12 noload => res_monitor.so ; Call Monitoring Resource 
13 ; load => res_musiconhold.so ; Music On Hold Resource 
14 noload => cdr_csv.so ; Comma Separated Values CDR Backend
15 noload => cdr_manager.so ; Asterisk Call Manager CDR Backend
16 noload => chan_agent.so ; Agent Proxy Channel
17 ; load => chan_iax2.so ; Inter Asterisk eXchange (Ver 2)
18 ; load => chan_local.so ; Local Proxy Channel
19 ; load => chan_sip.so ; Session Initiation Protocol (SIP)
20 noload => codec_a_mu.so ; A-law and Mulaw direct Coder/Decoder
21 noload => codec_adpcm.so ; Adaptive Differential PCM Coder/Decoder
22 noload => codec_alaw.so ; A-law Coder/Decoder
23 noload => codec_g726.so ; ITU G.726-32kbps G726 Transcoder
24 ; load => codec_gsm.so ; GSM/PCM16 (signed linear) Codec Translat
25 ; load => codec_ulaw.so ; Mu-law Coder/Decoder
26 noload => format_g726.so ; Raw G.726 (16/24/32/40kbps) data
27 noload => format_g729.so ; Raw G729 data
28 ; load => format_gsm.so ; Raw GSM data
29 noload => format_h263.so ; Raw h263 data
30 noload => format_jpeg.so ; JPEG (Joint Picture Experts Group) Image
31 ; load => format_pcm.so ; Raw uLaw 8khz Audio support (PCM)
32 noload => format_pcm_alaw.so ; Raw aLaw 8khz PCM Audio support
33 noload => format_sln.so ; Raw Signed Linear Audio support (SLN)
34 noload => format_vox.so ; Dialogic VOX (ADPCM) File Format
35 ; load => format_wav.so ; Microsoft WAV format (8000hz Signed Line
36 ; load => format_wav_gsm.so ; Microsoft WAV format (Proprietary GSM)
37 noload => app_alarmreceiver.so ; Alarm Receiver for Asterisk
38 noload => app_authenticate.so ; Authentication Application
39 noload => app_cdr.so ; Make sure asterisk doesn't save CDR for
40 noload => app_chanisavail.so ; Check if channel is available
41 noload => app_controlplayback.so ; Control Playback Application
42 noload => app_cut.so ; Cuts up variables
43 noload => app_db.so ; Database access functions for Asterisk e
44 ; load => app_dial.so ; Dialing Application
45 noload => app_directory.so ; Extension Directory
46 noload => app_disa.so ; DISA (Direct Inward System Access) Appli
47 ; load => app_echo.so ; Simple Echo Application
48 noload => app_enumlookup.so ; ENUM Lookup
49 noload => app_eval.so ; Reevaluates strings
50 noload => app_exec.so ; Executes applications
51 noload => app_forkcdr.so ; Fork The CDR into 2 seperate entities.
52 noload => app_getcpeid.so ; Get ADSI CPE ID
53 noload => app_groupcount.so ; Group Management Routines
54 noload => app_ices.so ; Encode and Stream via icecast and ices
55 noload => app_image.so ; Image Transmission Application
56 noload => app_lookupblacklist.so ; Look up Caller*ID name/number from black
57 noload => app_lookupcidname.so ; Look up CallerID Name from local databas
58 ; load => app_macro.so ; Extension Macros
59 ; load => app_milliwatt.so ; Digital Milliwatt (mu-law) Test Applicat
60 noload => app_parkandannounce.so ; Call Parking and Announce Application
61 ; load => app_playback.so ; Trivial Playback Application
62 noload => app_privacy.so ; Require phone number to be entered, if n
63 noload => app_qcall.so ; Call from Queue
64 noload => app_queue.so ; True Call Queueing
65 noload => app_random.so ; Random goto
66 noload => app_read.so ; Read Variable Application
67 noload => app_record.so ; Trivial Record Application
68 ; load => app_sayunixtime.so ; Say time
69 noload => app_senddtmf.so ; Send DTMF digits Application
70 noload => app_sendtext.so ; Send Text Applications
71 noload => app_setcallerid.so ; Set CallerID Application
72 noload => app_setcdruserfield.so ; CDR user field apps
73 noload => app_setcidname.so ; Set CallerID Name
74 noload => app_setcidnum.so ; Set CallerID Number
75 noload => app_sms.so ; SMS/PSTN handler
76 noload => app_softhangup.so ; Hangs up the requested channel
77 noload => app_striplsd.so ; Strip trailing digits
78 noload => app_substring.so ; (Deprecated) Save substring digits in a
79 noload => app_system.so ; Generic System() application
80 noload => app_talkdetect.so ; Playback with Talk Detection
81 noload => app_test.so ; Interface Test Application
82 noload => app_transfer.so ; Transfer
83 noload => app_txtcidname.so ; TXTCIDName
84 noload => app_url.so ; Send URL Applications
85 noload => app_userevent.so ; Custom User Event Application
86 ; load => app_verbose.so ; Send verbose output
87 noload => app_waitforring.so ; Waits until first ring after time
88 ; load => pbx_config.so ; Text Extension Configuration
89 noload => pbx_spool.so ; Outgoing Spool Support
90 noload => pbx_wilcalu.so ; Wil Cal U (Auto Dialer) 
91
92 ;
93 ; Module names listed in "global" section will have symbols globally
94 ; exported to modules loaded after them.
95 ;
96 [global]
97 chan_modem.so=no