X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d0921c4da80bff0431e4d88d4157dc0117942dc7..9d5362a82a7c66b67f7156c3a58d90b28b7115b7:/openwrt/package/asterisk/files/modules.conf diff --git a/openwrt/package/asterisk/files/modules.conf b/openwrt/package/asterisk/files/modules.conf index eeda73f65..1d6f35400 100644 --- a/openwrt/package/asterisk/files/modules.conf +++ b/openwrt/package/asterisk/files/modules.conf @@ -7,12 +7,29 @@ [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 +; +noload => res_config_mysql.so ; +; ; load => res_features.so ; Call Parking Resource noload => res_indications.so ; Indications Configuration noload => res_monitor.so ; Call Monitoring Resource ; load => res_musiconhold.so ; Music On Hold Resource noload => cdr_csv.so ; Comma Separated Values CDR Backend +noload => cdr_custom.so ; Customizable Comma Separated Values CDR Backend noload => cdr_manager.so ; Asterisk Call Manager CDR Backend +noload => cdr_mysql.so ; MySQL CDR Backend +noload => cdr_pgsql.so ; PostgreSQL CDR Backend +noload => cdr_sqlite.so ; SQLite CDR Backend noload => chan_agent.so ; Agent Proxy Channel ; load => chan_iax2.so ; Inter Asterisk eXchange (Ver 2) ; load => chan_local.so ; Local Proxy Channel @@ -21,8 +38,11 @@ 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_g726.so ; ITU G.726-32kbps G726 Transcoder -; load => codec_gsm.so ; GSM/PCM16 (signed linear) Codec Translat +; load => codec_gsm.so ; GSM/PCM16 (signed linear) Codec Translation ; load => codec_ulaw.so ; Mu-law Coder/Decoder +noload => codec_speex.so ; Speex/PCM16 (signed linear) Codec Translator +noload => format_au.so ; Sun Microsystems AU format (signed linear) +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_g729.so ; Raw G729 data ; load => format_gsm.so ; Raw GSM data @@ -34,21 +54,26 @@ noload => format_sln.so ; Raw Signed Linear Audio support (SLN) noload => format_vox.so ; Dialogic VOX (ADPCM) File Format ; load => format_wav.so ; Microsoft WAV format (8000hz Signed Line ; load => format_wav_gsm.so ; Microsoft WAV format (Proprietary GSM) -noload => app_alarmreceiver.so ; Alarm Receiver for Asterisk +noload => app_alarmreceiver.so ; Alarm Receiver Application noload => app_authenticate.so ; Authentication Application -noload => app_cdr.so ; Make sure asterisk doesn't save CDR for +noload => app_cdr.so ; Make sure asterisk doesn't save CDR noload => app_chanisavail.so ; Check if channel is available +noload => app_chanspy.so ; Listen in on any channel noload => app_controlplayback.so ; Control Playback Application noload => app_cut.so ; Cuts up variables -noload => app_db.so ; Database access functions for Asterisk e +noload => app_db.so ; Database access functions ; load => app_dial.so ; Dialing Application +noload => app_dictate.so ; Virtual Dictation Machine Application noload => app_directory.so ; Extension Directory -noload => app_disa.so ; DISA (Direct Inward System Access) Appli +noload => app_directed_pickup.so ; Directed Call Pickup Support +noload => app_disa.so ; DISA (Direct Inward System Access) Application +noload => app_dumpchan.so ; Dump channel variables Application ; load => app_echo.so ; Simple Echo Application noload => app_enumlookup.so ; ENUM Lookup noload => app_eval.so ; Reevaluates strings noload => app_exec.so ; Executes applications -noload => app_forkcdr.so ; Fork The CDR into 2 seperate entities. +noload => app_externalivr.so ; External IVR application interface +noload => app_forkcdr.so ; Fork The CDR into 2 seperate entities noload => app_getcpeid.so ; Get ADSI CPE ID noload => app_groupcount.so ; Group Management Routines noload => app_ices.so ; Encode and Stream via icecast and ices @@ -56,14 +81,18 @@ noload => app_image.so ; Image Transmission Application noload => app_lookupblacklist.so ; Look up Caller*ID name/number from black noload => app_lookupcidname.so ; Look up CallerID Name from local databas ; load => app_macro.so ; Extension Macros -; load => app_milliwatt.so ; Digital Milliwatt (mu-law) Test Applicat +noload => app_math.so ; A simple math Application +noload => app_md5.so ; MD5 checksum Application +; load => app_milliwatt.so ; Digital Milliwatt (mu-law) Test Application +noload => app_mixmonitor.so ; Record a call and mix the audio during the recording noload => app_parkandannounce.so ; Call Parking and Announce Application ; load => app_playback.so ; Trivial Playback Application noload => app_privacy.so ; Require phone number to be entered, if n -noload => app_qcall.so ; Call from Queue noload => app_queue.so ; True Call Queueing noload => app_random.so ; Random goto noload => app_read.so ; Read Variable Application +noload => app_readfile.so ; Read in a file +noload => app_realtime.so ; Realtime Data Lookup/Rewrite noload => app_record.so ; Trivial Record Application ; load => app_sayunixtime.so ; Say time noload => app_senddtmf.so ; Send DTMF digits Application @@ -72,10 +101,13 @@ noload => app_setcallerid.so ; Set CallerID Application noload => app_setcdruserfield.so ; CDR user field apps noload => app_setcidname.so ; Set CallerID Name noload => app_setcidnum.so ; Set CallerID Number +noload => app_setrndis.so ; Set RDNIS Number +noload => app_settransfercapability.so ; Set ISDN Transfer Capability noload => app_sms.so ; SMS/PSTN handler noload => app_softhangup.so ; Hangs up the requested channel -noload => app_striplsd.so ; Strip trailing digits -noload => app_substring.so ; (Deprecated) Save substring digits in a +noload => app_sql_mysql.so ; Simple MySQL Interface +noload => app_sql_postgres.so ; Simple PostgreSQL Interface +noload => app_stack.so ; Stack Routines noload => app_system.so ; Generic System() application noload => app_talkdetect.so ; Playback with Talk Detection noload => app_test.so ; Interface Test Application @@ -85,9 +117,18 @@ noload => app_url.so ; Send URL Applications noload => app_userevent.so ; Custom User Event Application ; load => app_verbose.so ; Send verbose output noload => app_waitforring.so ; Waits until first ring after time +noload => app_waitforsilence.so ; Wait For Silence Application +noload => app_while.so ; While Loops and Conditional Execution +noload => pbx_ael.so ; Asterisk Extension Language Compiler ; load => pbx_config.so ; Text Extension Configuration +noload => pbx_functions.so ; Builtin dialplan functions +noload => pbx_loopback.so ; Loopback Switch +noload => pbx_realtime.so ; Realtime Switch noload => pbx_spool.so ; Outgoing Spool Support noload => pbx_wilcalu.so ; Wil Cal U (Auto Dialer) +noload => func_callerid.so ; Caller ID related dialplan functions +noload => func_enum.so ; ENUM Functions +noload => func_uri.so ; URI encoding / decoding functions ; ; Module names listed in "global" section will have symbols globally