From 14b64e45c54f51d3d563ea828066a6a17b00c1b9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 23 Dec 2008 22:00:17 +0000 Subject: [PATCH] branches/luci-0.8: remove broken apps --- applications/luci-asterisk/Makefile | 2 - .../luasrc/controller/asterisk.lua | 42 - .../luci-asterisk/luasrc/i18n/asterisk.en.lua | 251 -- .../luci-asterisk/luasrc/i18n/asterisk.en.xml | 257 -- .../luasrc/model/cbi/asterisk-dialplans.lua | 102 - .../model/cbi/asterisk-iax-connections.lua | 60 - .../luasrc/model/cbi/asterisk-meetme.lua | 33 - .../luasrc/model/cbi/asterisk-mod-app.lua | 391 -- .../luasrc/model/cbi/asterisk-mod-cdr.lua | 58 - .../luasrc/model/cbi/asterisk-mod-chan.lua | 56 - .../luasrc/model/cbi/asterisk-mod-codec.lua | 64 - .../luasrc/model/cbi/asterisk-mod-format.lua | 100 - .../luasrc/model/cbi/asterisk-mod-func.lua | 40 - .../luasrc/model/cbi/asterisk-mod-pbx.lua | 64 - .../model/cbi/asterisk-mod-res-feature.lua | 111 - .../luasrc/model/cbi/asterisk-mod-res.lua | 88 - .../model/cbi/asterisk-sip-connections.lua | 109 - .../luasrc/model/cbi/asterisk-voice.lua | 52 - .../luasrc/model/cbi/asterisk.lua | 162 - .../luci-asterisk/root/etc/config/asterisk | 228 -- .../root/lib/uci/schema/default/asterisk | 3625 ----------------- applications/luci-coovachilli/Makefile | 2 - .../luasrc/controller/coovachilli.lua | 29 - .../luasrc/i18n/coovachilli.en.lua | 177 - .../luasrc/i18n/coovachilli.en.xml | 190 - .../luasrc/model/cbi/coovachilli.lua | 31 - .../luasrc/model/cbi/coovachilli_auth.lua | 76 - .../luasrc/model/cbi/coovachilli_network.lua | 67 - .../luasrc/model/cbi/coovachilli_radius.lua | 67 - .../root/etc/config/coovachilli | 243 -- .../root/lib/uci/schema/default/coovachilli | 642 --- applications/luci-openvpn/Makefile | 2 - .../luasrc/controller/openvpn.lua | 24 - .../luci-openvpn/luasrc/i18n/openvpn.en.lua | 196 - .../luasrc/model/cbi/openvpn-advanced.lua | 271 -- .../luasrc/model/cbi/openvpn-basic.lua | 102 - .../luci-openvpn/luasrc/model/cbi/openvpn.lua | 101 - .../view/openvpn/cbi-select-input-add.htm | 11 - .../luasrc/view/openvpn/pageswitch.htm | 39 - .../luci-openvpn/root/etc/config/openvpn | 383 -- .../root/etc/config/openvpn_recipes | 95 - .../luci-openvpn/root/etc/init.d/openvpn | 144 - .../root/lib/uci/schema/default/openvpn | 299 -- i18n/english/luasrc/i18n/admin-core.en.lua | 6 +- 44 files changed, 1 insertion(+), 9091 deletions(-) delete mode 100644 applications/luci-asterisk/Makefile delete mode 100644 applications/luci-asterisk/luasrc/controller/asterisk.lua delete mode 100644 applications/luci-asterisk/luasrc/i18n/asterisk.en.lua delete mode 100644 applications/luci-asterisk/luasrc/i18n/asterisk.en.xml delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-dialplans.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-iax-connections.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-meetme.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-app.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-cdr.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-chan.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-codec.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-format.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-func.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-pbx.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-res.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-sip-connections.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk-voice.lua delete mode 100644 applications/luci-asterisk/luasrc/model/cbi/asterisk.lua delete mode 100644 applications/luci-asterisk/root/etc/config/asterisk delete mode 100644 applications/luci-asterisk/root/lib/uci/schema/default/asterisk delete mode 100644 applications/luci-coovachilli/Makefile delete mode 100644 applications/luci-coovachilli/luasrc/controller/coovachilli.lua delete mode 100644 applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua delete mode 100644 applications/luci-coovachilli/luasrc/i18n/coovachilli.en.xml delete mode 100644 applications/luci-coovachilli/luasrc/model/cbi/coovachilli.lua delete mode 100644 applications/luci-coovachilli/luasrc/model/cbi/coovachilli_auth.lua delete mode 100644 applications/luci-coovachilli/luasrc/model/cbi/coovachilli_network.lua delete mode 100644 applications/luci-coovachilli/luasrc/model/cbi/coovachilli_radius.lua delete mode 100644 applications/luci-coovachilli/root/etc/config/coovachilli delete mode 100644 applications/luci-coovachilli/root/lib/uci/schema/default/coovachilli delete mode 100644 applications/luci-openvpn/Makefile delete mode 100644 applications/luci-openvpn/luasrc/controller/openvpn.lua delete mode 100644 applications/luci-openvpn/luasrc/i18n/openvpn.en.lua delete mode 100644 applications/luci-openvpn/luasrc/model/cbi/openvpn-advanced.lua delete mode 100644 applications/luci-openvpn/luasrc/model/cbi/openvpn-basic.lua delete mode 100644 applications/luci-openvpn/luasrc/model/cbi/openvpn.lua delete mode 100644 applications/luci-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm delete mode 100644 applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm delete mode 100644 applications/luci-openvpn/root/etc/config/openvpn delete mode 100644 applications/luci-openvpn/root/etc/config/openvpn_recipes delete mode 100644 applications/luci-openvpn/root/etc/init.d/openvpn delete mode 100644 applications/luci-openvpn/root/lib/uci/schema/default/openvpn diff --git a/applications/luci-asterisk/Makefile b/applications/luci-asterisk/Makefile deleted file mode 100644 index 81a96f6a83..0000000000 --- a/applications/luci-asterisk/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -include ../../build/config.mk -include ../../build/module.mk \ No newline at end of file diff --git a/applications/luci-asterisk/luasrc/controller/asterisk.lua b/applications/luci-asterisk/luasrc/controller/asterisk.lua deleted file mode 100644 index 4ba3f2e8a2..0000000000 --- a/applications/luci-asterisk/luasrc/controller/asterisk.lua +++ /dev/null @@ -1,42 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk.lua 3618 2008-10-23 02:25:26Z jow $ -]]-- - -module("luci.controller.asterisk", package.seeall) - -function index() - - entry({"admin", "services", "asterisk"}, cbi("asterisk"), "Asterisk", 80).i18n = "asterisk" - - entry({"admin", "services", "asterisk", "voice"}, cbi("asterisk-voice"), "Voice Functions", 1) - entry({"admin", "services", "asterisk", "meetme"}, cbi("asterisk-meetme"), "Meetme Conferences", 2) - - entry({"admin", "services", "asterisk", "iax-conns"}, cbi("asterisk-iax-connections"), "IAX Connections", 3) - entry({"admin", "services", "asterisk", "sip-conns"}, cbi("asterisk-sip-connections"), "SIP Connections", 4) - - entry({"admin", "services", "asterisk", "dialplans"}, cbi("asterisk-dialplans"), "Dial Plans", 5) - - entry({"admin", "services", "asterisk", "mod"}, cbi("asterisk-mod-app"), "Modules", 4) - entry({"admin", "services", "asterisk", "mod", "app"}, cbi("asterisk-mod-app"), "Applications", 1) - entry({"admin", "services", "asterisk", "mod", "cdr"}, cbi("asterisk-mod-cdr"), "Call Detail Records", 2) - entry({"admin", "services", "asterisk", "mod", "chan"}, cbi("asterisk-mod-chan"), "Channels", 3) - entry({"admin", "services", "asterisk", "mod", "codec"}, cbi("asterisk-mod-codec"), "Codecs", 4) - entry({"admin", "services", "asterisk", "mod", "format"}, cbi("asterisk-mod-format"), "Format", 5) - entry({"admin", "services", "asterisk", "mod", "func"}, cbi("asterisk-mod-func"), "Functions", 6) - entry({"admin", "services", "asterisk", "mod", "pbx"}, cbi("asterisk-mod-pbx"), "PBX", 7) - entry({"admin", "services", "asterisk", "mod", "res"}, cbi("asterisk-mod-res"), "Resources", 8) - entry({"admin", "services", "asterisk", "mod", "res", "feature"}, - cbi("asterisk-mod-res-feature"), "Feature Module Configuration", 9 ) - -end diff --git a/applications/luci-asterisk/luasrc/i18n/asterisk.en.lua b/applications/luci-asterisk/luasrc/i18n/asterisk.en.lua deleted file mode 100644 index aa5796b4af..0000000000 --- a/applications/luci-asterisk/luasrc/i18n/asterisk.en.lua +++ /dev/null @@ -1,251 +0,0 @@ -asterisk_asterisk = 'Asterisk General Options' -asterisk_asterisk_agidir = 'AGI directory' -asterisk_asterisk_cacherecordfiles = 'Cache recorded sound files during recording' -asterisk_asterisk_debug = 'Debug Level' -asterisk_asterisk_dontwarn = 'Disable some warnings' -asterisk_asterisk_dumpcore = 'Dump core on crash' -asterisk_asterisk_highpriority = 'High Priority' -asterisk_asterisk_initcrypto = 'Initialise Crypto' -asterisk_asterisk_internaltiming = 'Use Internal Timing' -asterisk_asterisk_logdir = 'Log directory' -asterisk_asterisk_maxcalls = 'Maximum number of calls allowed' -asterisk_asterisk_maxload = 'Maximum load to stop accepting new calls' -asterisk_asterisk_nocolor = 'Disable console colors' -asterisk_asterisk_recordcachedir = 'Sound files Cache directory' -asterisk_asterisk_rungroup = 'The Group to run as' -asterisk_asterisk_runuser = 'The User to run as' -asterisk_asterisk_spooldir = 'Voicemail Spool directory' -asterisk_asterisk_systemname = 'Prefix UniquID with system name' -asterisk_asterisk_transcodeviasln = 'Build transcode paths via SLINEAR, not directly' -asterisk_asterisk_transmitsilenceduringrecord = 'Transmit SLINEAR silence while recording a channel' -asterisk_asterisk_verbose = 'Verbose Level' -asterisk_asterisk_zone = 'Time Zone' -asterisk_dialplan = 'Section dialplan' -asterisk_dialplan_include = 'include' -asterisk_dialplanexten = 'Dialplan Extension' -asterisk_dialplangeneral = 'Dialplan General Options' -asterisk_dialplangeneral_allowtransfer = 'Allow transfer' -asterisk_dialplangeneral_canreinvite = 'Reinvite/redirect media connections' -asterisk_dialplangeneral_clearglobalvars = 'Clear global vars' -asterisk_dialplangoto = 'Dialplan Goto' -asterisk_dialplanmeetme = 'Dialplan Conference' -asterisk_dialplansaytime = 'Dialplan Time' -asterisk_dialplanvoice = 'Dialplan Voicemail' -asterisk_dialzone = 'Dial Zones for Dialplan' -asterisk_dialzone_addprefix = 'Prefix to add matching dialplans' -asterisk_dialzone_international = 'Match International prefix' -asterisk_dialzone_localprefix = 'Prefix (0) to add/remove to/from international numbers' -asterisk_dialzone_localzone = 'localzone' -asterisk_dialzone_match = 'Match plan' -asterisk_dialzone_uses = 'Connection to use' -asterisk_featuremap = 'Feature Key maps' -asterisk_featuremap_atxfer = 'Attended transfer key' -asterisk_featuremap_blindxfer = 'Blind transfer key' -asterisk_featuremap_disconnect = 'Key to Disconnect call' -asterisk_featuremap_parkcall = 'Key to Park call' -asterisk_featurepark = 'Parking Feature' -asterisk_featurepark_adsipark = 'ADSI Park' -asterisk_featurepark_atxfernoanswertimeout = 'Attended transfer timeout (sec)' -asterisk_featurepark_automon = 'One touch record key' -asterisk_featurepark_context = 'Name of call context for parking' -asterisk_featurepark_courtesytone = 'Sound file to play to parked caller' -asterisk_featurepark_featuredigittimeout = 'Max time (ms) between digits for feature activation' -asterisk_featurepark_findslot = 'Method to Find Parking slot' -asterisk_featurepark_parkedmusicclass = 'parkedmusicclass' -asterisk_featurepark_parkedplay = 'Play courtesy tone to' -asterisk_featurepark_parkenabled = 'Enable Parking' -asterisk_featurepark_parkext = 'Extension to dial to park' -asterisk_featurepark_parkingtime = 'Parking time (secs)' -asterisk_featurepark_parkpos = 'Range of extensions for call parking' -asterisk_featurepark_pickupexten = 'Pickup extension' -asterisk_featurepark_transferdigittimeout = 'Seconds to wait bewteen digits when transferring' -asterisk_featurepark_xferfailsound = 'sound when attended transfer is complete' -asterisk_featurepark_xfersound = 'Sound when attended transfer fails' -asterisk_hardwarereboot = 'Reload Hardware Config' -asterisk_hardwarereboot_method = 'Reboot Method' -asterisk_hardwarereboot_param = 'Parameter' -asterisk_iax = 'SIP Connection' -asterisk_iax_alwaysinternational = 'Always Dial International' -asterisk_iax_context = 'context' -asterisk_iax_countrycode = 'Country Code for connection' -asterisk_iax_extension = 'Add as Extension' -asterisk_iax_host = 'Host name (or blank)' -asterisk_iax_internationalprefix = 'International Dial Prefix' -asterisk_iax_prefix = 'Dial Prefix (for external line)' -asterisk_iax_secret = 'Secret' -asterisk_iax_timeout = 'Dial Timeout (sec)' -asterisk_iax_type = 'Option type' -asterisk_iax_username = 'User name' -asterisk_iaxgeneral = 'IAX General Options' -asterisk_iaxgeneral_allow = 'Allow Codecs' -asterisk_iaxgeneral_canreinvite = 'Reinvite/redirect media connections' -asterisk_iaxgeneral_static = 'Static' -asterisk_iaxgeneral_writeprotect = 'Write Protect' -asterisk_meetme = 'Meetme Conference' -asterisk_meetme_adminpin = 'Admin PIN' -asterisk_meetme_pin = 'Meeting PIN' -asterisk_meetmegeneral = 'Meetme Conference General Options' -asterisk_meetmegeneral_audiobuffers = 'Number of 20ms audio buffers to be used' -asterisk_module = 'Modules' -asterisk_module_appalarmreceiver = 'Alarm Receiver Application' -asterisk_module_appauthenticate = 'Authentication Application' -asterisk_module_appcdr = 'Make sure asterisk doesnt save CDR' -asterisk_module_appchanisavail = 'Check if channel is available' -asterisk_module_appchanspy = 'Listen in on any channel' -asterisk_module_appcontrolplayback = 'Control Playback Application' -asterisk_module_appcut = 'Cuts up variables' -asterisk_module_appdb = 'Database access functions' -asterisk_module_appdial = 'Dialing Application' -asterisk_module_appdictate = 'Virtual Dictation Machine Application' -asterisk_module_appdirectedpickup = 'Directed Call Pickup Support' -asterisk_module_appdirectory = 'Extension Directory' -asterisk_module_appdisa = 'DISA (Direct Inward System Access) Application' -asterisk_module_appdumpchan = 'Dump channel variables Application' -asterisk_module_appecho = 'Simple Echo Application' -asterisk_module_appenumlookup = 'ENUM Lookup' -asterisk_module_appeval = 'Reevaluates strings' -asterisk_module_appexec = 'Executes applications' -asterisk_module_appexternalivr = 'External IVR application interface' -asterisk_module_appforkcdr = 'Fork The CDR into 2 seperate entities' -asterisk_module_appgetcpeid = 'Get ADSI CPE ID' -asterisk_module_appgroupcount = 'Group Management Routines' -asterisk_module_appices = 'Encode and Stream via icecast and ices' -asterisk_module_appimage = 'Image Transmission Application' -asterisk_module_applookupblacklist = 'Look up Caller*ID name/number from black' -asterisk_module_applookupcidname = 'Look up CallerID Name from local databas' -asterisk_module_appmacro = 'Extension Macros' -asterisk_module_appmath = 'A simple math Application' -asterisk_module_appmd5 = 'MD5 checksum Application' -asterisk_module_appmilliwatt = 'Digital Milliwatt (mu-law) Test Application' -asterisk_module_appmixmonitor = 'Record a call and mix the audio during the recording' -asterisk_module_appparkandannounce = 'Call Parking and Announce Application' -asterisk_module_appplayback = 'Trivial Playback Application' -asterisk_module_appprivacy = 'Require phone number to be entered' -asterisk_module_appqueue = 'True Call Queueing' -asterisk_module_apprandom = 'Random goto' -asterisk_module_appread = 'Read Variable Application' -asterisk_module_appreadfile = 'Read in a file' -asterisk_module_apprealtime = 'Realtime Data Lookup/Rewrite' -asterisk_module_apprecord = 'Trivial Record Application' -asterisk_module_appsayunixtime = 'Say time' -asterisk_module_appsenddtmf = 'Send DTMF digits Application' -asterisk_module_appsendtext = 'Send Text Applications' -asterisk_module_appsetcallerid = 'Set CallerID Application' -asterisk_module_appsetcdruserfield = 'CDR user field apps' -asterisk_module_appsetcidname = 'load => .so ; Set CallerID Name' -asterisk_module_appsetcidnum = 'load => .so ; Set CallerID Number' -asterisk_module_appsetrdnis = 'Set RDNIS Number' -asterisk_module_appsettransfercapability = 'Set ISDN Transfer Capability' -asterisk_module_appsms = 'SMS/PSTN handler' -asterisk_module_appsofthangup = 'Hangs up the requested channel' -asterisk_module_appstack = 'Stack Routines' -asterisk_module_appsystem = 'Generic System() application' -asterisk_module_apptalkdetect = 'Playback with Talk Detection' -asterisk_module_apptest = 'Interface Test Application' -asterisk_module_apptransfer = 'Transfer' -asterisk_module_apptxtcidname = 'TXTCIDName' -asterisk_module_appurl = 'Send URL Applications' -asterisk_module_appuserevent = 'Custom User Event Application' -asterisk_module_appverbose = 'Send verbose output' -asterisk_module_appvoicemail = 'Voicemail' -asterisk_module_appwaitforring = 'Waits until first ring after time' -asterisk_module_appwaitforsilence = 'Wait For Silence Application' -asterisk_module_appwhile = 'While Loops and Conditional Execution' -asterisk_module_cdrcsv = 'Comma Separated Values CDR Backend' -asterisk_module_cdrcustom = 'Customizable Comma Separated Values CDR Backend' -asterisk_module_cdrmanager = 'Asterisk Call Manager CDR Backend' -asterisk_module_cdrmysql = 'MySQL CDR Backend' -asterisk_module_cdrpgsql = 'PostgreSQL CDR Backend' -asterisk_module_cdrsqlite = 'SQLite CDR Backend' -asterisk_module_chanagent = 'Agent Proxy Channel' -asterisk_module_chanalsa = 'Channel driver for GTalk' -asterisk_module_changtalk = 'Channel driver for GTalk' -asterisk_module_chaniax2 = 'Option chan_iax2' -asterisk_module_chanlocal = 'Local Proxy Channel' -asterisk_module_chansip = 'Session Initiation Protocol (SIP)' -asterisk_module_codecadpcm = 'Adaptive Differential PCM Coder/Decoder' -asterisk_module_codecalaw = 'A-law Coder/Decoder' -asterisk_module_codecamu = 'A-law and Mulaw direct Coder/Decoder' -asterisk_module_codecg726 = 'ITU G.726-32kbps G726 Transcoder' -asterisk_module_codecgsm = 'GSM/PCM16 (signed linear) Codec Translation' -asterisk_module_codecspeex = 'Speex/PCM16 (signed linear) Codec Translator' -asterisk_module_codeculaw = 'Mu-law Coder/Decoder' -asterisk_module_formatau = 'Sun Microsystems AU format (signed linear)' -asterisk_module_formatg723 = 'G.723.1 Simple Timestamp File Format' -asterisk_module_formatg726 = 'Raw G.726 (16/24/32/40kbps) data' -asterisk_module_formatg729 = 'Raw G729 data' -asterisk_module_formatgsm = 'Raw GSM data' -asterisk_module_formath263 = 'Raw h263 data' -asterisk_module_formatjpeg = 'JPEG (Joint Picture Experts Group) Image' -asterisk_module_formatpcm = 'Raw uLaw 8khz Audio support (PCM)' -asterisk_module_formatpcmalaw = 'load => .so ; Raw aLaw 8khz PCM Audio support' -asterisk_module_formatsln = 'Raw Signed Linear Audio support (SLN)' -asterisk_module_formatvox = 'Dialogic VOX (ADPCM) File Format' -asterisk_module_formatwav = 'Microsoft WAV format (8000hz Signed Line' -asterisk_module_formatwavgsm = 'Microsoft WAV format (Proprietary GSM)' -asterisk_module_funccallerid = 'Caller ID related dialplan functions' -asterisk_module_funcenum = 'ENUM Functions' -asterisk_module_funcuri = 'URI encoding / decoding functions' -asterisk_module_pbxael = 'Asterisk Extension Language Compiler' -asterisk_module_pbxconfig = 'Text Extension Configuration' -asterisk_module_pbxfunctions = 'load => .so ; Builtin dialplan functions' -asterisk_module_pbxloopback = 'Loopback Switch' -asterisk_module_pbxrealtime = 'Realtime Switch' -asterisk_module_pbxspool = 'Outgoing Spool Support' -asterisk_module_pbxwilcalu = 'Wil Cal U (Auto Dialer)' -asterisk_module_resconfigmysql = 'MySQL Config Resource' -asterisk_module_resconfigodbc = 'ODBC Config Resource' -asterisk_module_resconfigpgsql = 'PGSQL Module' -asterisk_module_rescrypto = 'Cryptographic Digital Signatures' -asterisk_module_resfeatures = 'Call Parking Resource' -asterisk_module_resindications = 'Indications Configuration' -asterisk_module_resmonitor = 'Call Monitoring Resource' -asterisk_module_resmusiconhold = 'Music On Hold Resource' -asterisk_module_resodbc = 'ODBC Resource' -asterisk_module_ressmdi = 'SMDI Module' -asterisk_module_ressnmp = 'SNMP Module' -asterisk_moh = 'Music On Hold' -asterisk_moh_application = 'Application' -asterisk_moh_directory = 'Directory of Music' -asterisk_moh_mode = 'Option mode' -asterisk_moh_random = 'Random Play' -asterisk_sip = 'SIP Connection' -asterisk_sip_alwaysinternational = 'Always Dial International' -asterisk_sip_canreinvite = 'Reinvite/redirect media connections' -asterisk_sip_context = 'context' -asterisk_sip_countrycode = 'Country Code for connection' -asterisk_sip_dtmfmode = 'DTMF mode' -asterisk_sip_extension = 'Add as Extension' -asterisk_sip_fromdomain = 'Primary domain identity for From: headers' -asterisk_sip_fromuser = 'From user (required by many SIP providers)' -asterisk_sip_host = 'Host name (or blank)' -asterisk_sip_incoming = 'Ring on incoming dialplan contexts' -asterisk_sip_insecure = 'Allow Insecure for' -asterisk_sip_internationalprefix = 'International Dial Prefix' -asterisk_sip_mailbox = 'Mailbox for MWI' -asterisk_sip_nat = 'NAT between phone and Asterisk' -asterisk_sip_pedantic = 'Check tags in headers' -asterisk_sip_port = 'SIP Port' -asterisk_sip_prefix = 'Dial Prefix (for external line)' -asterisk_sip_qualify = 'Reply Timeout (ms) for down connection' -asterisk_sip_register = 'Register connection' -asterisk_sip_secret = 'Secret' -asterisk_sip_selfmailbox = 'Dial own extension for mailbox' -asterisk_sip_timeout = 'Dial Timeout (sec)' -asterisk_sip_type = 'Client Type' -asterisk_sip_username = 'Username' -asterisk_sipgeneral = 'Section sipgeneral' -asterisk_sipgeneral_allow = 'Allow codecs' -asterisk_sipgeneral_port = 'SIP Port' -asterisk_sipgeneral_realm = 'SIP realm' -asterisk_voicegeneral = 'Voicemail general options' -asterisk_voicegeneral_serveremail = 'From Email address of server' -asterisk_voicemail = 'Voice Mail boxes' -asterisk_voicemail_attach = 'Email contains attachment' -asterisk_voicemail_email = 'Email' -asterisk_voicemail_name = 'Display Name' -asterisk_voicemail_password = 'Password' -asterisk_voicemail_zone = 'zone' -asterisk_voicezone = 'Voice Zone settings' -asterisk_voicezone_message = 'Message Format' -asterisk_voicezone_zone = 'Time Zone' diff --git a/applications/luci-asterisk/luasrc/i18n/asterisk.en.xml b/applications/luci-asterisk/luasrc/i18n/asterisk.en.xml deleted file mode 100644 index 13cba13e5a..0000000000 --- a/applications/luci-asterisk/luasrc/i18n/asterisk.en.xml +++ /dev/null @@ -1,257 +0,0 @@ - - - - -Asterisk General Options -AGI directory -Cache recorded sound files during recording -Debug Level -Disable some warnings -Dump core on crash -High Priority -Initialise Crypto -Use Internal Timing -Log directory -Maximum number of calls allowed -Maximum load to stop accepting new calls -Disable console colors -Sound files Cache directory -The Group to run as -The User to run as -Voicemail Spool directory -Prefix UniquID with system name -Build transcode paths via SLINEAR, not directly -Transmit SLINEAR silence while recording a channel -Verbose Level -Time Zone -Section dialplan -include -Dialplan Extension -Dialplan General Options -Allow transfer -Reinvite/redirect media connections -Clear global vars -Dialplan Goto -Dialplan Conference -Dialplan Time -Dialplan Voicemail -Dial Zones for Dialplan -Prefix to add matching dialplans -Match International prefix -Prefix (0) to add/remove to/from international numbers -localzone -Match plan -Connection to use -Feature Key maps -Attended transfer key -Blind transfer key -Key to Disconnect call -Key to Park call -Parking Feature -ADSI Park -Attended transfer timeout (sec) -One touch record key -Name of call context for parking -Sound file to play to parked caller -Max time (ms) between digits for feature activation -Method to Find Parking slot -parkedmusicclass -Play courtesy tone to -Enable Parking -Extension to dial to park -Parking time (secs) -Range of extensions for call parking -Pickup extension -Seconds to wait bewteen digits when transferring -sound when attended transfer is complete -Sound when attended transfer fails -Reload Hardware Config -Reboot Method -Parameter -SIP Connection -Always Dial International -context -Country Code for connection -Add as Extension -Host name (or blank) -International Dial Prefix -Dial Prefix (for external line) -Secret -Dial Timeout (sec) -Option type -User name -IAX General Options -Allow Codecs -Reinvite/redirect media connections -Static -Write Protect -Meetme Conference -Admin PIN -Meeting PIN -Meetme Conference General Options -Number of 20ms audio buffers to be used -Modules -Alarm Receiver Application -Authentication Application -Make sure asterisk doesnt save CDR -Check if channel is available -Listen in on any channel -Control Playback Application -Cuts up variables -Database access functions -Dialing Application -Virtual Dictation Machine Application -Directed Call Pickup Support -Extension Directory -DISA (Direct Inward System Access) Application -Dump channel variables Application -Simple Echo Application -ENUM Lookup -Reevaluates strings -Executes applications -External IVR application interface -Fork The CDR into 2 seperate entities -Get ADSI CPE ID -Group Management Routines -Encode and Stream via icecast and ices -Image Transmission Application -Look up Caller*ID name/number from black -Look up CallerID Name from local databas -Extension Macros -A simple math Application -MD5 checksum Application -Digital Milliwatt (mu-law) Test Application -Record a call and mix the audio during the recording -Call Parking and Announce Application -Trivial Playback Application -Require phone number to be entered -True Call Queueing -Random goto -Read Variable Application -Read in a file -Realtime Data Lookup/Rewrite -Trivial Record Application -Say time -Send DTMF digits Application -Send Text Applications -Set CallerID Application -CDR user field apps -load => .so ; Set CallerID Name -load => .so ; Set CallerID Number -Set RDNIS Number -Set ISDN Transfer Capability -SMS/PSTN handler -Hangs up the requested channel -Stack Routines -Generic System() application -Playback with Talk Detection -Interface Test Application -Transfer -TXTCIDName -Send URL Applications -Custom User Event Application -Send verbose output -Voicemail -Waits until first ring after time -Wait For Silence Application -While Loops and Conditional Execution -Comma Separated Values CDR Backend -Customizable Comma Separated Values CDR Backend -Asterisk Call Manager CDR Backend -MySQL CDR Backend -PostgreSQL CDR Backend -SQLite CDR Backend -Agent Proxy Channel -Channel driver for GTalk -Channel driver for GTalk -Option chan_iax2 -Local Proxy Channel -Session Initiation Protocol (SIP) -Adaptive Differential PCM Coder/Decoder -A-law Coder/Decoder -A-law and Mulaw direct Coder/Decoder -ITU G.726-32kbps G726 Transcoder -GSM/PCM16 (signed linear) Codec Translation -Speex/PCM16 (signed linear) Codec Translator -Mu-law Coder/Decoder -Sun Microsystems AU format (signed linear) -G.723.1 Simple Timestamp File Format -Raw G.726 (16/24/32/40kbps) data -Raw G729 data -Raw GSM data -Raw h263 data -JPEG (Joint Picture Experts Group) Image -Raw uLaw 8khz Audio support (PCM) -load => .so ; Raw aLaw 8khz PCM Audio support -Raw Signed Linear Audio support (SLN) -Dialogic VOX (ADPCM) File Format -Microsoft WAV format (8000hz Signed Line -Microsoft WAV format (Proprietary GSM) -Caller ID related dialplan functions -ENUM Functions -URI encoding / decoding functions -Asterisk Extension Language Compiler -Text Extension Configuration -load => .so ; Builtin dialplan functions -Loopback Switch -Realtime Switch -Outgoing Spool Support -Wil Cal U (Auto Dialer) -MySQL Config Resource -ODBC Config Resource -PGSQL Module -Cryptographic Digital Signatures -Call Parking Resource -Indications Configuration -Call Monitoring Resource -Music On Hold Resource -ODBC Resource -SMDI Module -SNMP Module -Music On Hold -Application -Directory of Music -Option mode -Random Play -SIP Connection -Always Dial International -Reinvite/redirect media connections -context -Country Code for connection -DTMF mode -Add as Extension -Primary domain identity for From: headers -From user (required by many SIP providers) -Host name (or blank) -Ring on incoming dialplan contexts -Allow Insecure for -International Dial Prefix -Mailbox for MWI -NAT between phone and Asterisk -Check tags in headers -SIP Port -Dial Prefix (for external line) -Reply Timeout (ms) for down connection -Register connection -Secret -Dial own extension for mailbox -Dial Timeout (sec) -Client Type -Username -Section sipgeneral -Allow codecs -SIP Port -SIP realm -Voicemail general options -From Email address of server -Voice Mail boxes -Email contains attachment -Email -Display Name -Password -zone -Voice Zone settings -Message Format -Time Zone - - diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-dialplans.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-dialplans.lua deleted file mode 100644 index c13109c2de..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-dialplans.lua +++ /dev/null @@ -1,102 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk-dialplans.lua 3620 2008-10-23 15:42:12Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - -dialplan = cbimap:section(TypedSection, "dialplan", "Section dialplan", "") -dialplan.addremove = true -dialplan.dynamic = true - -include = dialplan:option(MultiValue, "include", "Include zones and plans", "") -cbimap.uci:foreach( "asterisk", "dialplan", function(s) include:value(s['.name']) end ) -cbimap.uci:foreach( "asterisk", "dialzone", function(s) include:value(s['.name']) end ) - -dialplanexten = cbimap:section(TypedSection, "dialplanexten", "Dialplan Extension", "") -dialplanexten.anonymous = true -dialplanexten.addremove = true -dialplanexten.dynamic = true - - -dialplangeneral = cbimap:section(TypedSection, "dialplangeneral", "Dialplan General Options", "") -dialplangeneral.anonymous = true -dialplangeneral.addremove = true - -allowtransfer = dialplangeneral:option(Flag, "allowtransfer", "Allow transfer", "") -allowtransfer.rmempty = true - -canreinvite = dialplangeneral:option(ListValue, "canreinvite", "Reinvite/redirect media connections", "") -canreinvite:value("yes", "Yes") -canreinvite:value("nonat", "Yes when not behind NAT") -canreinvite:value("update", "Use UPDATE rather than INVITE for path redirection") -canreinvite:value("no", "No") -canreinvite.rmempty = true - -clearglobalvars = dialplangeneral:option(Flag, "clearglobalvars", "Clear global vars", "") -clearglobalvars.rmempty = true - - -dialplangoto = cbimap:section(TypedSection, "dialplangoto", "Dialplan Goto", "") -dialplangoto.anonymous = true -dialplangoto.addremove = true -dialplangoto.dynamic = true - - -dialplanmeetme = cbimap:section(TypedSection, "dialplanmeetme", "Dialplan Conference", "") -dialplanmeetme.anonymous = true -dialplanmeetme.addremove = true -dialplanmeetme.dynamic = true - - -dialplansaytime = cbimap:section(TypedSection, "dialplansaytime", "Dialplan Time", "") -dialplansaytime.anonymous = true -dialplansaytime.addremove = true -dialplansaytime.dynamic = true - - -dialplanvoice = cbimap:section(TypedSection, "dialplanvoice", "Dialplan Voicemail", "") -dialplanvoice.anonymous = true -dialplanvoice.addremove = true -dialplanvoice.dynamic = true - - -dialzone = cbimap:section(TypedSection, "dialzone", "Dial Zones for Dialplan", "") -dialzone.addremove = true -dialzone.template = "cbi/tblsection" - -addprefix = dialzone:option(Value, "addprefix", "Prefix to add matching dialplans", "") -addprefix.rmempty = true - ---international = dialzone:option(DynamicList, "international", "Match International prefix", "") -international = dialzone:option(Value, "international", "Match International prefix", "") -international.rmempty = true - -localprefix = dialzone:option(Value, "localprefix", "Prefix (0) to add/remove to/from intl. numbers", "") -localprefix.rmempty = true - -localzone = dialzone:option(Value, "localzone", "Dialzone for intl. numbers matched as local", "") -localzone.titleref = luci.dispatcher.build_url( "admin", "services", "asterisk", "dialplans" ) -cbimap.uci:foreach( "asterisk", "dialplan", function(s) localzone:value(s['.name']) end ) -cbimap.uci:foreach( "asterisk", "dialzone", function(s) localzone:value(s['.name']) end ) - -match = dialzone:option(Value, "match", "Match plan", "") -match.rmempty = true - -uses = dialzone:option(ListValue, "uses", "Connection to use", "") -uses.titleref = luci.dispatcher.build_url( "admin", "services", "asterisk", "sip-conns" ) -cbimap.uci:foreach( "asterisk", "sip", function(s) uses:value('SIP/'..s['.name']) end ) -cbimap.uci:foreach( "asterisk", "iax", function(s) uses:value('IAX/'..s['.name']) end ) - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-iax-connections.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-iax-connections.lua deleted file mode 100644 index e9d2a1efe9..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-iax-connections.lua +++ /dev/null @@ -1,60 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk-iax-connections.lua 3620 2008-10-23 15:42:12Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - -iax = cbimap:section(TypedSection, "iax", "IAX Connection", "") -iax.addremove = true - -alwaysinternational = iax:option(Flag, "alwaysinternational", "Always Dial International", "") -alwaysinternational.optional = true - -context = iax:option(ListValue, "context", "Context to use", "") -context.titleref = luci.dispatcher.build_url( "admin", "services", "asterisk", "dialplans" ) -cbimap.uci:foreach( "asterisk", "dialplan", function(s) context:value(s['.name']) end ) -cbimap.uci:foreach( "asterisk", "dialzone", function(s) context:value(s['.name']) end ) - -countrycode = iax:option(Value, "countrycode", "Country Code for connection", "") -countrycode.optional = true - -extension = iax:option(Value, "extension", "Add as Extension", "") -extension.optional = true - -host = iax:option(Value, "host", "Host name (or blank)", "") -host.optional = true - -internationalprefix = iax:option(Value, "internationalprefix", "International Dial Prefix", "") -internationalprefix.optional = true - -prefix = iax:option(Value, "prefix", "Dial Prefix (for external line)", "") -prefix.optional = true - -secret = iax:option(Value, "secret", "Secret", "") -secret.optional = true - -timeout = iax:option(Value, "timeout", "Dial Timeout (sec)", "") -timeout.optional = true - -type = iax:option(ListValue, "type", "Option type", "") -type:value("friend", "Friend (outbound/inbound)") -type:value("user", "User (inbound - authenticate by \"from\")") -type:value("peer", "Peer (outbound - match by host)") -type.optional = true - -username = iax:option(Value, "username", "User name", "") -username.optional = true - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-meetme.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-meetme.lua deleted file mode 100644 index bd44568fac..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-meetme.lua +++ /dev/null @@ -1,33 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk-meetme.lua 3620 2008-10-23 15:42:12Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - -meetmegeneral = cbimap:section(TypedSection, "meetmegeneral", "Meetme Conference General Options", "") - -audiobuffers = meetmegeneral:option(Value, "audiobuffers", "Number of 20ms audio buffers to be used", "") - - -meetme = cbimap:section(TypedSection, "meetme", "Meetme Conference", "") -meetme.addremove = true - -adminpin = meetme:option(Value, "adminpin", "Admin PIN", "") -adminpin.password = true - -pin = meetme:option(Value, "pin", "Meeting PIN", "") -pin.password = true - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-app.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-app.lua deleted file mode 100644 index 0a0a2d512e..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-app.lua +++ /dev/null @@ -1,391 +0,0 @@ -cbimap = Map("asterisk", "asterisk", "") - -module = cbimap:section(TypedSection, "module", "Modules", "") -module.anonymous = true - -app_alarmreceiver = module:option(ListValue, "app_alarmreceiver", "Alarm Receiver Application", "") -app_alarmreceiver:value("yes", "Load") -app_alarmreceiver:value("no", "Do Not Load") -app_alarmreceiver:value("auto", "Load as Required") -app_alarmreceiver.rmempty = true - -app_authenticate = module:option(ListValue, "app_authenticate", "Authentication Application", "") -app_authenticate:value("yes", "Load") -app_authenticate:value("no", "Do Not Load") -app_authenticate:value("auto", "Load as Required") -app_authenticate.rmempty = true - -app_cdr = module:option(ListValue, "app_cdr", "Make sure asterisk doesnt save CDR", "") -app_cdr:value("yes", "Load") -app_cdr:value("no", "Do Not Load") -app_cdr:value("auto", "Load as Required") -app_cdr.rmempty = true - -app_chanisavail = module:option(ListValue, "app_chanisavail", "Check if channel is available", "") -app_chanisavail:value("yes", "Load") -app_chanisavail:value("no", "Do Not Load") -app_chanisavail:value("auto", "Load as Required") -app_chanisavail.rmempty = true - -app_chanspy = module:option(ListValue, "app_chanspy", "Listen in on any channel", "") -app_chanspy:value("yes", "Load") -app_chanspy:value("no", "Do Not Load") -app_chanspy:value("auto", "Load as Required") -app_chanspy.rmempty = true - -app_controlplayback = module:option(ListValue, "app_controlplayback", "Control Playback Application", "") -app_controlplayback:value("yes", "Load") -app_controlplayback:value("no", "Do Not Load") -app_controlplayback:value("auto", "Load as Required") -app_controlplayback.rmempty = true - -app_cut = module:option(ListValue, "app_cut", "Cuts up variables", "") -app_cut:value("yes", "Load") -app_cut:value("no", "Do Not Load") -app_cut:value("auto", "Load as Required") -app_cut.rmempty = true - -app_db = module:option(ListValue, "app_db", "Database access functions", "") -app_db:value("yes", "Load") -app_db:value("no", "Do Not Load") -app_db:value("auto", "Load as Required") -app_db.rmempty = true - -app_dial = module:option(ListValue, "app_dial", "Dialing Application", "") -app_dial:value("yes", "Load") -app_dial:value("no", "Do Not Load") -app_dial:value("auto", "Load as Required") -app_dial.rmempty = true - -app_dictate = module:option(ListValue, "app_dictate", "Virtual Dictation Machine Application", "") -app_dictate:value("yes", "Load") -app_dictate:value("no", "Do Not Load") -app_dictate:value("auto", "Load as Required") -app_dictate.rmempty = true - -app_directed_pickup = module:option(ListValue, "app_directed_pickup", "Directed Call Pickup Support", "") -app_directed_pickup:value("yes", "Load") -app_directed_pickup:value("no", "Do Not Load") -app_directed_pickup:value("auto", "Load as Required") -app_directed_pickup.rmempty = true - -app_directory = module:option(ListValue, "app_directory", "Extension Directory", "") -app_directory:value("yes", "Load") -app_directory:value("no", "Do Not Load") -app_directory:value("auto", "Load as Required") -app_directory.rmempty = true - -app_disa = module:option(ListValue, "app_disa", "DISA (Direct Inward System Access) Application", "") -app_disa:value("yes", "Load") -app_disa:value("no", "Do Not Load") -app_disa:value("auto", "Load as Required") -app_disa.rmempty = true - -app_dumpchan = module:option(ListValue, "app_dumpchan", "Dump channel variables Application", "") -app_dumpchan:value("yes", "Load") -app_dumpchan:value("no", "Do Not Load") -app_dumpchan:value("auto", "Load as Required") -app_dumpchan.rmempty = true - -app_echo = module:option(ListValue, "app_echo", "Simple Echo Application", "") -app_echo:value("yes", "Load") -app_echo:value("no", "Do Not Load") -app_echo:value("auto", "Load as Required") -app_echo.rmempty = true - -app_enumlookup = module:option(ListValue, "app_enumlookup", "ENUM Lookup", "") -app_enumlookup:value("yes", "Load") -app_enumlookup:value("no", "Do Not Load") -app_enumlookup:value("auto", "Load as Required") -app_enumlookup.rmempty = true - -app_eval = module:option(ListValue, "app_eval", "Reevaluates strings", "") -app_eval:value("yes", "Load") -app_eval:value("no", "Do Not Load") -app_eval:value("auto", "Load as Required") -app_eval.rmempty = true - -app_exec = module:option(ListValue, "app_exec", "Executes applications", "") -app_exec:value("yes", "Load") -app_exec:value("no", "Do Not Load") -app_exec:value("auto", "Load as Required") -app_exec.rmempty = true - -app_externalivr = module:option(ListValue, "app_externalivr", "External IVR application interface", "") -app_externalivr:value("yes", "Load") -app_externalivr:value("no", "Do Not Load") -app_externalivr:value("auto", "Load as Required") -app_externalivr.rmempty = true - -app_forkcdr = module:option(ListValue, "app_forkcdr", "Fork The CDR into 2 seperate entities", "") -app_forkcdr:value("yes", "Load") -app_forkcdr:value("no", "Do Not Load") -app_forkcdr:value("auto", "Load as Required") -app_forkcdr.rmempty = true - -app_getcpeid = module:option(ListValue, "app_getcpeid", "Get ADSI CPE ID", "") -app_getcpeid:value("yes", "Load") -app_getcpeid:value("no", "Do Not Load") -app_getcpeid:value("auto", "Load as Required") -app_getcpeid.rmempty = true - -app_groupcount = module:option(ListValue, "app_groupcount", "Group Management Routines", "") -app_groupcount:value("yes", "Load") -app_groupcount:value("no", "Do Not Load") -app_groupcount:value("auto", "Load as Required") -app_groupcount.rmempty = true - -app_ices = module:option(ListValue, "app_ices", "Encode and Stream via icecast and ices", "") -app_ices:value("yes", "Load") -app_ices:value("no", "Do Not Load") -app_ices:value("auto", "Load as Required") -app_ices.rmempty = true - -app_image = module:option(ListValue, "app_image", "Image Transmission Application", "") -app_image:value("yes", "Load") -app_image:value("no", "Do Not Load") -app_image:value("auto", "Load as Required") -app_image.rmempty = true - -app_lookupblacklist = module:option(ListValue, "app_lookupblacklist", "Look up Caller*ID name/number from black", "") -app_lookupblacklist:value("yes", "Load") -app_lookupblacklist:value("no", "Do Not Load") -app_lookupblacklist:value("auto", "Load as Required") -app_lookupblacklist.rmempty = true - -app_lookupcidname = module:option(ListValue, "app_lookupcidname", "Look up CallerID Name from local databas", "") -app_lookupcidname:value("yes", "Load") -app_lookupcidname:value("no", "Do Not Load") -app_lookupcidname:value("auto", "Load as Required") -app_lookupcidname.rmempty = true - -app_macro = module:option(ListValue, "app_macro", "Extension Macros", "") -app_macro:value("yes", "Load") -app_macro:value("no", "Do Not Load") -app_macro:value("auto", "Load as Required") -app_macro.rmempty = true - -app_math = module:option(ListValue, "app_math", "A simple math Application", "") -app_math:value("yes", "Load") -app_math:value("no", "Do Not Load") -app_math:value("auto", "Load as Required") -app_math.rmempty = true - -app_md5 = module:option(ListValue, "app_md5", "MD5 checksum Application", "") -app_md5:value("yes", "Load") -app_md5:value("no", "Do Not Load") -app_md5:value("auto", "Load as Required") -app_md5.rmempty = true - -app_milliwatt = module:option(ListValue, "app_milliwatt", "Digital Milliwatt (mu-law) Test Application", "") -app_milliwatt:value("yes", "Load") -app_milliwatt:value("no", "Do Not Load") -app_milliwatt:value("auto", "Load as Required") -app_milliwatt.rmempty = true - -app_mixmonitor = module:option(ListValue, "app_mixmonitor", "Record a call and mix the audio during the recording", "") -app_mixmonitor:value("yes", "Load") -app_mixmonitor:value("no", "Do Not Load") -app_mixmonitor:value("auto", "Load as Required") -app_mixmonitor.rmempty = true - -app_parkandannounce = module:option(ListValue, "app_parkandannounce", "Call Parking and Announce Application", "") -app_parkandannounce:value("yes", "Load") -app_parkandannounce:value("no", "Do Not Load") -app_parkandannounce:value("auto", "Load as Required") -app_parkandannounce.rmempty = true - -app_playback = module:option(ListValue, "app_playback", "Trivial Playback Application", "") -app_playback:value("yes", "Load") -app_playback:value("no", "Do Not Load") -app_playback:value("auto", "Load as Required") -app_playback.rmempty = true - -app_privacy = module:option(ListValue, "app_privacy", "Require phone number to be entered", "") -app_privacy:value("yes", "Load") -app_privacy:value("no", "Do Not Load") -app_privacy:value("auto", "Load as Required") -app_privacy.rmempty = true - -app_queue = module:option(ListValue, "app_queue", "True Call Queueing", "") -app_queue:value("yes", "Load") -app_queue:value("no", "Do Not Load") -app_queue:value("auto", "Load as Required") -app_queue.rmempty = true - -app_random = module:option(ListValue, "app_random", "Random goto", "") -app_random:value("yes", "Load") -app_random:value("no", "Do Not Load") -app_random:value("auto", "Load as Required") -app_random.rmempty = true - -app_read = module:option(ListValue, "app_read", "Read Variable Application", "") -app_read:value("yes", "Load") -app_read:value("no", "Do Not Load") -app_read:value("auto", "Load as Required") -app_read.rmempty = true - -app_readfile = module:option(ListValue, "app_readfile", "Read in a file", "") -app_readfile:value("yes", "Load") -app_readfile:value("no", "Do Not Load") -app_readfile:value("auto", "Load as Required") -app_readfile.rmempty = true - -app_realtime = module:option(ListValue, "app_realtime", "Realtime Data Lookup/Rewrite", "") -app_realtime:value("yes", "Load") -app_realtime:value("no", "Do Not Load") -app_realtime:value("auto", "Load as Required") -app_realtime.rmempty = true - -app_record = module:option(ListValue, "app_record", "Trivial Record Application", "") -app_record:value("yes", "Load") -app_record:value("no", "Do Not Load") -app_record:value("auto", "Load as Required") -app_record.rmempty = true - -app_sayunixtime = module:option(ListValue, "app_sayunixtime", "Say time", "") -app_sayunixtime:value("yes", "Load") -app_sayunixtime:value("no", "Do Not Load") -app_sayunixtime:value("auto", "Load as Required") -app_sayunixtime.rmempty = true - -app_senddtmf = module:option(ListValue, "app_senddtmf", "Send DTMF digits Application", "") -app_senddtmf:value("yes", "Load") -app_senddtmf:value("no", "Do Not Load") -app_senddtmf:value("auto", "Load as Required") -app_senddtmf.rmempty = true - -app_sendtext = module:option(ListValue, "app_sendtext", "Send Text Applications", "") -app_sendtext:value("yes", "Load") -app_sendtext:value("no", "Do Not Load") -app_sendtext:value("auto", "Load as Required") -app_sendtext.rmempty = true - -app_setcallerid = module:option(ListValue, "app_setcallerid", "Set CallerID Application", "") -app_setcallerid:value("yes", "Load") -app_setcallerid:value("no", "Do Not Load") -app_setcallerid:value("auto", "Load as Required") -app_setcallerid.rmempty = true - -app_setcdruserfield = module:option(ListValue, "app_setcdruserfield", "CDR user field apps", "") -app_setcdruserfield:value("yes", "Load") -app_setcdruserfield:value("no", "Do Not Load") -app_setcdruserfield:value("auto", "Load as Required") -app_setcdruserfield.rmempty = true - -app_setcidname = module:option(ListValue, "app_setcidname", "load => .so ; Set CallerID Name", "") -app_setcidname:value("yes", "Load") -app_setcidname:value("no", "Do Not Load") -app_setcidname:value("auto", "Load as Required") -app_setcidname.rmempty = true - -app_setcidnum = module:option(ListValue, "app_setcidnum", "load => .so ; Set CallerID Number", "") -app_setcidnum:value("yes", "Load") -app_setcidnum:value("no", "Do Not Load") -app_setcidnum:value("auto", "Load as Required") -app_setcidnum.rmempty = true - -app_setrdnis = module:option(ListValue, "app_setrdnis", "Set RDNIS Number", "") -app_setrdnis:value("yes", "Load") -app_setrdnis:value("no", "Do Not Load") -app_setrdnis:value("auto", "Load as Required") -app_setrdnis.rmempty = true - -app_settransfercapability = module:option(ListValue, "app_settransfercapability", "Set ISDN Transfer Capability", "") -app_settransfercapability:value("yes", "Load") -app_settransfercapability:value("no", "Do Not Load") -app_settransfercapability:value("auto", "Load as Required") -app_settransfercapability.rmempty = true - -app_sms = module:option(ListValue, "app_sms", "SMS/PSTN handler", "") -app_sms:value("yes", "Load") -app_sms:value("no", "Do Not Load") -app_sms:value("auto", "Load as Required") -app_sms.rmempty = true - -app_softhangup = module:option(ListValue, "app_softhangup", "Hangs up the requested channel", "") -app_softhangup:value("yes", "Load") -app_softhangup:value("no", "Do Not Load") -app_softhangup:value("auto", "Load as Required") -app_softhangup.rmempty = true - -app_stack = module:option(ListValue, "app_stack", "Stack Routines", "") -app_stack:value("yes", "Load") -app_stack:value("no", "Do Not Load") -app_stack:value("auto", "Load as Required") -app_stack.rmempty = true - -app_system = module:option(ListValue, "app_system", "Generic System() application", "") -app_system:value("yes", "Load") -app_system:value("no", "Do Not Load") -app_system:value("auto", "Load as Required") -app_system.rmempty = true - -app_talkdetect = module:option(ListValue, "app_talkdetect", "Playback with Talk Detection", "") -app_talkdetect:value("yes", "Load") -app_talkdetect:value("no", "Do Not Load") -app_talkdetect:value("auto", "Load as Required") -app_talkdetect.rmempty = true - -app_test = module:option(ListValue, "app_test", "Interface Test Application", "") -app_test:value("yes", "Load") -app_test:value("no", "Do Not Load") -app_test:value("auto", "Load as Required") -app_test.rmempty = true - -app_transfer = module:option(ListValue, "app_transfer", "Transfer", "") -app_transfer:value("yes", "Load") -app_transfer:value("no", "Do Not Load") -app_transfer:value("auto", "Load as Required") -app_transfer.rmempty = true - -app_txtcidname = module:option(ListValue, "app_txtcidname", "TXTCIDName", "") -app_txtcidname:value("yes", "Load") -app_txtcidname:value("no", "Do Not Load") -app_txtcidname:value("auto", "Load as Required") -app_txtcidname.rmempty = true - -app_url = module:option(ListValue, "app_url", "Send URL Applications", "") -app_url:value("yes", "Load") -app_url:value("no", "Do Not Load") -app_url:value("auto", "Load as Required") -app_url.rmempty = true - -app_userevent = module:option(ListValue, "app_userevent", "Custom User Event Application", "") -app_userevent:value("yes", "Load") -app_userevent:value("no", "Do Not Load") -app_userevent:value("auto", "Load as Required") -app_userevent.rmempty = true - -app_verbose = module:option(ListValue, "app_verbose", "Send verbose output", "") -app_verbose:value("yes", "Load") -app_verbose:value("no", "Do Not Load") -app_verbose:value("auto", "Load as Required") -app_verbose.rmempty = true - -app_voicemail = module:option(ListValue, "app_voicemail", "Voicemail", "") -app_voicemail:value("yes", "Load") -app_voicemail:value("no", "Do Not Load") -app_voicemail:value("auto", "Load as Required") -app_voicemail.rmempty = true - -app_waitforring = module:option(ListValue, "app_waitforring", "Waits until first ring after time", "") -app_waitforring:value("yes", "Load") -app_waitforring:value("no", "Do Not Load") -app_waitforring:value("auto", "Load as Required") -app_waitforring.rmempty = true - -app_waitforsilence = module:option(ListValue, "app_waitforsilence", "Wait For Silence Application", "") -app_waitforsilence:value("yes", "Load") -app_waitforsilence:value("no", "Do Not Load") -app_waitforsilence:value("auto", "Load as Required") -app_waitforsilence.rmempty = true - -app_while = module:option(ListValue, "app_while", "While Loops and Conditional Execution", "") -app_while:value("yes", "Load") -app_while:value("no", "Do Not Load") -app_while:value("auto", "Load as Required") -app_while.rmempty = true - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-cdr.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-cdr.lua deleted file mode 100644 index 04db69d72d..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-cdr.lua +++ /dev/null @@ -1,58 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk-mod-cdr.lua 3618 2008-10-23 02:25:26Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - -module = cbimap:section(TypedSection, "module", "Modules", "") -module.anonymous = true - -cdr_csv = module:option(ListValue, "cdr_csv", "Comma Separated Values CDR Backend", "") -cdr_csv:value("yes", "Load") -cdr_csv:value("no", "Do Not Load") -cdr_csv:value("auto", "Load as Required") -cdr_csv.rmempty = true - -cdr_custom = module:option(ListValue, "cdr_custom", "Customizable Comma Separated Values CDR Backend", "") -cdr_custom:value("yes", "Load") -cdr_custom:value("no", "Do Not Load") -cdr_custom:value("auto", "Load as Required") -cdr_custom.rmempty = true - -cdr_manager = module:option(ListValue, "cdr_manager", "Asterisk Call Manager CDR Backend", "") -cdr_manager:value("yes", "Load") -cdr_manager:value("no", "Do Not Load") -cdr_manager:value("auto", "Load as Required") -cdr_manager.rmempty = true - -cdr_mysql = module:option(ListValue, "cdr_mysql", "MySQL CDR Backend", "") -cdr_mysql:value("yes", "Load") -cdr_mysql:value("no", "Do Not Load") -cdr_mysql:value("auto", "Load as Required") -cdr_mysql.rmempty = true - -cdr_pgsql = module:option(ListValue, "cdr_pgsql", "PostgreSQL CDR Backend", "") -cdr_pgsql:value("yes", "Load") -cdr_pgsql:value("no", "Do Not Load") -cdr_pgsql:value("auto", "Load as Required") -cdr_pgsql.rmempty = true - -cdr_sqlite = module:option(ListValue, "cdr_sqlite", "SQLite CDR Backend", "") -cdr_sqlite:value("yes", "Load") -cdr_sqlite:value("no", "Do Not Load") -cdr_sqlite:value("auto", "Load as Required") -cdr_sqlite.rmempty = true - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-chan.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-chan.lua deleted file mode 100644 index 21818e58eb..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-chan.lua +++ /dev/null @@ -1,56 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk-mod-chan.lua 3618 2008-10-23 02:25:26Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - - -module = cbimap:section(TypedSection, "module", "Modules", "") -module.anonymous = true - -chan_agent = module:option(ListValue, "chan_agent", "Agent Proxy Channel", "") -chan_agent:value("yes", "Load") -chan_agent:value("no", "Do Not Load") -chan_agent:value("auto", "Load as Required") -chan_agent.rmempty = true - -chan_alsa = module:option(ListValue, "chan_alsa", "Channel driver for GTalk", "") -chan_alsa:value("yes", "Load") -chan_alsa:value("no", "Do Not Load") -chan_alsa:value("auto", "Load as Required") -chan_alsa.rmempty = true - -chan_gtalk = module:option(ListValue, "chan_gtalk", "Channel driver for GTalk", "") -chan_gtalk:value("yes", "Load") -chan_gtalk:value("no", "Do Not Load") -chan_gtalk:value("auto", "Load as Required") -chan_gtalk.rmempty = true - -chan_iax2 = module:option(Flag, "chan_iax2", "Option chan_iax2", "") -chan_iax2.rmempty = true - -chan_local = module:option(ListValue, "chan_local", "Local Proxy Channel", "") -chan_local:value("yes", "Load") -chan_local:value("no", "Do Not Load") -chan_local:value("auto", "Load as Required") -chan_local.rmempty = true - -chan_sip = module:option(ListValue, "chan_sip", "Session Initiation Protocol (SIP)", "") -chan_sip:value("yes", "Load") -chan_sip:value("no", "Do Not Load") -chan_sip:value("auto", "Load as Required") -chan_sip.rmempty = true - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-codec.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-codec.lua deleted file mode 100644 index 9a31bccd94..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-codec.lua +++ /dev/null @@ -1,64 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk-mod-codec.lua 3618 2008-10-23 02:25:26Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - -module = cbimap:section(TypedSection, "module", "Modules", "") -module.anonymous = true - -codec_a_mu = module:option(ListValue, "codec_a_mu", "A-law and Mulaw direct Coder/Decoder", "") -codec_a_mu:value("yes", "Load") -codec_a_mu:value("no", "Do Not Load") -codec_a_mu:value("auto", "Load as Required") -codec_a_mu.rmempty = true - -codec_adpcm = module:option(ListValue, "codec_adpcm", "Adaptive Differential PCM Coder/Decoder", "") -codec_adpcm:value("yes", "Load") -codec_adpcm:value("no", "Do Not Load") -codec_adpcm:value("auto", "Load as Required") -codec_adpcm.rmempty = true - -codec_alaw = module:option(ListValue, "codec_alaw", "A-law Coder/Decoder", "") -codec_alaw:value("yes", "Load") -codec_alaw:value("no", "Do Not Load") -codec_alaw:value("auto", "Load as Required") -codec_alaw.rmempty = true - -codec_g726 = module:option(ListValue, "codec_g726", "ITU G.726-32kbps G726 Transcoder", "") -codec_g726:value("yes", "Load") -codec_g726:value("no", "Do Not Load") -codec_g726:value("auto", "Load as Required") -codec_g726.rmempty = true - -codec_gsm = module:option(ListValue, "codec_gsm", "GSM/PCM16 (signed linear) Codec Translation", "") -codec_gsm:value("yes", "Load") -codec_gsm:value("no", "Do Not Load") -codec_gsm:value("auto", "Load as Required") -codec_gsm.rmempty = true - -codec_speex = module:option(ListValue, "codec_speex", "Speex/PCM16 (signed linear) Codec Translator", "") -codec_speex:value("yes", "Load") -codec_speex:value("no", "Do Not Load") -codec_speex:value("auto", "Load as Required") -codec_speex.rmempty = true - -codec_ulaw = module:option(ListValue, "codec_ulaw", "Mu-law Coder/Decoder", "") -codec_ulaw:value("yes", "Load") -codec_ulaw:value("no", "Do Not Load") -codec_ulaw:value("auto", "Load as Required") -codec_ulaw.rmempty = true - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-format.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-format.lua deleted file mode 100644 index 4eb235e762..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-format.lua +++ /dev/null @@ -1,100 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk-mod-format.lua 3618 2008-10-23 02:25:26Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - -module = cbimap:section(TypedSection, "module", "Modules", "") -module.anonymous = true - -format_au = module:option(ListValue, "format_au", "Sun Microsystems AU format (signed linear)", "") -format_au:value("yes", "Load") -format_au:value("no", "Do Not Load") -format_au:value("auto", "Load as Required") -format_au.rmempty = true - -format_g723 = module:option(ListValue, "format_g723", "G.723.1 Simple Timestamp File Format", "") -format_g723:value("yes", "Load") -format_g723:value("no", "Do Not Load") -format_g723:value("auto", "Load as Required") -format_g723.rmempty = true - -format_g726 = module:option(ListValue, "format_g726", "Raw G.726 (16/24/32/40kbps) data", "") -format_g726:value("yes", "Load") -format_g726:value("no", "Do Not Load") -format_g726:value("auto", "Load as Required") -format_g726.rmempty = true - -format_g729 = module:option(ListValue, "format_g729", "Raw G729 data", "") -format_g729:value("yes", "Load") -format_g729:value("no", "Do Not Load") -format_g729:value("auto", "Load as Required") -format_g729.rmempty = true - -format_gsm = module:option(ListValue, "format_gsm", "Raw GSM data", "") -format_gsm:value("yes", "Load") -format_gsm:value("no", "Do Not Load") -format_gsm:value("auto", "Load as Required") -format_gsm.rmempty = true - -format_h263 = module:option(ListValue, "format_h263", "Raw h263 data", "") -format_h263:value("yes", "Load") -format_h263:value("no", "Do Not Load") -format_h263:value("auto", "Load as Required") -format_h263.rmempty = true - -format_jpeg = module:option(ListValue, "format_jpeg", "JPEG (Joint Picture Experts Group) Image", "") -format_jpeg:value("yes", "Load") -format_jpeg:value("no", "Do Not Load") -format_jpeg:value("auto", "Load as Required") -format_jpeg.rmempty = true - -format_pcm = module:option(ListValue, "format_pcm", "Raw uLaw 8khz Audio support (PCM)", "") -format_pcm:value("yes", "Load") -format_pcm:value("no", "Do Not Load") -format_pcm:value("auto", "Load as Required") -format_pcm.rmempty = true - -format_pcm_alaw = module:option(ListValue, "format_pcm_alaw", "load => .so ; Raw aLaw 8khz PCM Audio support", "") -format_pcm_alaw:value("yes", "Load") -format_pcm_alaw:value("no", "Do Not Load") -format_pcm_alaw:value("auto", "Load as Required") -format_pcm_alaw.rmempty = true - -format_sln = module:option(ListValue, "format_sln", "Raw Signed Linear Audio support (SLN)", "") -format_sln:value("yes", "Load") -format_sln:value("no", "Do Not Load") -format_sln:value("auto", "Load as Required") -format_sln.rmempty = true - -format_vox = module:option(ListValue, "format_vox", "Dialogic VOX (ADPCM) File Format", "") -format_vox:value("yes", "Load") -format_vox:value("no", "Do Not Load") -format_vox:value("auto", "Load as Required") -format_vox.rmempty = true - -format_wav = module:option(ListValue, "format_wav", "Microsoft WAV format (8000hz Signed Line", "") -format_wav:value("yes", "Load") -format_wav:value("no", "Do Not Load") -format_wav:value("auto", "Load as Required") -format_wav.rmempty = true - -format_wav_gsm = module:option(ListValue, "format_wav_gsm", "Microsoft WAV format (Proprietary GSM)", "") -format_wav_gsm:value("yes", "Load") -format_wav_gsm:value("no", "Do Not Load") -format_wav_gsm:value("auto", "Load as Required") -format_wav_gsm.rmempty = true - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-func.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-func.lua deleted file mode 100644 index ec26a5f8a5..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-func.lua +++ /dev/null @@ -1,40 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk-mod-func.lua 3618 2008-10-23 02:25:26Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - -module = cbimap:section(TypedSection, "module", "Modules", "") -module.anonymous = true - -func_callerid = module:option(ListValue, "func_callerid", "Caller ID related dialplan functions", "") -func_callerid:value("yes", "Load") -func_callerid:value("no", "Do Not Load") -func_callerid:value("auto", "Load as Required") -func_callerid.rmempty = true - -func_enum = module:option(ListValue, "func_enum", "ENUM Functions", "") -func_enum:value("yes", "Load") -func_enum:value("no", "Do Not Load") -func_enum:value("auto", "Load as Required") -func_enum.rmempty = true - -func_uri = module:option(ListValue, "func_uri", "URI encoding / decoding functions", "") -func_uri:value("yes", "Load") -func_uri:value("no", "Do Not Load") -func_uri:value("auto", "Load as Required") -func_uri.rmempty = true - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-pbx.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-pbx.lua deleted file mode 100644 index 296e58a63a..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-pbx.lua +++ /dev/null @@ -1,64 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk-mod-pbx.lua 3618 2008-10-23 02:25:26Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - -module = cbimap:section(TypedSection, "module", "Modules", "") -module.anonymous = true - -pbx_ael = module:option(ListValue, "pbx_ael", "Asterisk Extension Language Compiler", "") -pbx_ael:value("yes", "Load") -pbx_ael:value("no", "Do Not Load") -pbx_ael:value("auto", "Load as Required") -pbx_ael.rmempty = true - -pbx_config = module:option(ListValue, "pbx_config", "Text Extension Configuration", "") -pbx_config:value("yes", "Load") -pbx_config:value("no", "Do Not Load") -pbx_config:value("auto", "Load as Required") -pbx_config.rmempty = true - -pbx_functions = module:option(ListValue, "pbx_functions", "load => .so ; Builtin dialplan functions", "") -pbx_functions:value("yes", "Load") -pbx_functions:value("no", "Do Not Load") -pbx_functions:value("auto", "Load as Required") -pbx_functions.rmempty = true - -pbx_loopback = module:option(ListValue, "pbx_loopback", "Loopback Switch", "") -pbx_loopback:value("yes", "Load") -pbx_loopback:value("no", "Do Not Load") -pbx_loopback:value("auto", "Load as Required") -pbx_loopback.rmempty = true - -pbx_realtime = module:option(ListValue, "pbx_realtime", "Realtime Switch", "") -pbx_realtime:value("yes", "Load") -pbx_realtime:value("no", "Do Not Load") -pbx_realtime:value("auto", "Load as Required") -pbx_realtime.rmempty = true - -pbx_spool = module:option(ListValue, "pbx_spool", "Outgoing Spool Support", "") -pbx_spool:value("yes", "Load") -pbx_spool:value("no", "Do Not Load") -pbx_spool:value("auto", "Load as Required") -pbx_spool.rmempty = true - -pbx_wilcalu = module:option(ListValue, "pbx_wilcalu", "Wil Cal U (Auto Dialer)", "") -pbx_wilcalu:value("yes", "Load") -pbx_wilcalu:value("no", "Do Not Load") -pbx_wilcalu:value("auto", "Load as Required") -pbx_wilcalu.rmempty = true - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua deleted file mode 100644 index 8b33559a3c..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-res-feature.lua +++ /dev/null @@ -1,111 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk-mod-res-feature.lua 3620 2008-10-23 15:42:12Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - -featuremap = cbimap:section(TypedSection, "featuremap", "Feature Key maps", "") -featuremap.anonymous = true -featuremap.addremove = true - -atxfer = featuremap:option(Value, "atxfer", "Attended transfer key", "") -atxfer.rmempty = true - -blindxfer = featuremap:option(Value, "blindxfer", "Blind transfer key", "") -blindxfer.rmempty = true - -disconnect = featuremap:option(Value, "disconnect", "Key to Disconnect call", "") -disconnect.rmempty = true - -parkcall = featuremap:option(Value, "parkcall", "Key to Park call", "") -parkcall.rmempty = true - - -featurepark = cbimap:section(TypedSection, "featurepark", "Parking Feature", "") -featurepark.anonymous = true - -parkenabled = featurepark:option(Flag, "parkenabled", "Enable Parking", "") - -adsipark = featurepark:option(Flag, "adsipark", "ADSI Park", "") -adsipark.rmempty = true -adsipark:depends({ parkenabled = "1" }) - -atxfernoanswertimeout = featurepark:option(Value, "atxfernoanswertimeout", "Attended transfer timeout (sec)", "") -atxfernoanswertimeout.rmempty = true -atxfernoanswertimeout:depends({ parkenabled = "1" }) - -automon = featurepark:option(Value, "automon", "One touch record key", "") -automon.rmempty = true -automon:depends({ parkenabled = "1" }) - -context = featurepark:option(Value, "context", "Name of call context for parking", "") -context.rmempty = true -context:depends({ parkenabled = "1" }) - -courtesytone = featurepark:option(Value, "courtesytone", "Sound file to play to parked caller", "") -courtesytone.rmempty = true -courtesytone:depends({ parkenabled = "1" }) - -featuredigittimeout = featurepark:option(Value, "featuredigittimeout", "Max time (ms) between digits for feature activation", "") -featuredigittimeout.rmempty = true -featuredigittimeout:depends({ parkenabled = "1" }) - -findslot = featurepark:option(ListValue, "findslot", "Method to Find Parking slot", "") -findslot:value("first", "First available slot") -findslot:value("next", "Next free parking space") -findslot.rmempty = true -findslot:depends({ parkenabled = "1" }) - -parkedmusicclass = featurepark:option(ListValue, "parkedmusicclass", "Music on Hold class for the parked channel", "") -parkedmusicclass.titleref = luci.dispatcher.build_url( "admin", "services", "asterisk" ) -parkedmusicclass:depends({ parkenabled = "1" }) -cbimap.uci:foreach( "asterisk", "moh", function(s) parkedmusicclass:value(s['.name']) end ) - -parkedplay = featurepark:option(ListValue, "parkedplay", "Play courtesy tone to", "") -parkedplay:value("caller", "Caller") -parkedplay:value("parked", "Parked user") -parkedplay:value("both", "Both") -parkedplay.rmempty = true -parkedplay:depends({ parkenabled = "1" }) - -parkext = featurepark:option(Value, "parkext", "Extension to dial to park", "") -parkext.rmempty = true -parkext:depends({ parkenabled = "1" }) - -parkingtime = featurepark:option(Value, "parkingtime", "Parking time (secs)", "") -parkingtime.rmempty = true -parkingtime:depends({ parkenabled = "1" }) - -parkpos = featurepark:option(Value, "parkpos", "Range of extensions for call parking", "") -parkpos.rmempty = true -parkpos:depends({ parkenabled = "1" }) - -pickupexten = featurepark:option(Value, "pickupexten", "Pickup extension", "") -pickupexten.rmempty = true -pickupexten:depends({ parkenabled = "1" }) - -transferdigittimeout = featurepark:option(Value, "transferdigittimeout", "Seconds to wait bewteen digits when transferring", "") -transferdigittimeout.rmempty = true -transferdigittimeout:depends({ parkenabled = "1" }) - -xferfailsound = featurepark:option(Value, "xferfailsound", "sound when attended transfer is complete", "") -xferfailsound.rmempty = true -xferfailsound:depends({ parkenabled = "1" }) - -xfersound = featurepark:option(Value, "xfersound", "Sound when attended transfer fails", "") -xfersound.rmempty = true -xfersound:depends({ parkenabled = "1" }) - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-res.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-res.lua deleted file mode 100644 index 6a2b07d81f..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-mod-res.lua +++ /dev/null @@ -1,88 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk-mod-res.lua 3618 2008-10-23 02:25:26Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - -module = cbimap:section(TypedSection, "module", "Modules", "") -module.anonymous = true - -res_config_mysql = module:option(ListValue, "res_config_mysql", "MySQL Config Resource", "") -res_config_mysql:value("yes", "Load") -res_config_mysql:value("no", "Do Not Load") -res_config_mysql:value("auto", "Load as Required") -res_config_mysql.rmempty = true - -res_config_odbc = module:option(ListValue, "res_config_odbc", "ODBC Config Resource", "") -res_config_odbc:value("yes", "Load") -res_config_odbc:value("no", "Do Not Load") -res_config_odbc:value("auto", "Load as Required") -res_config_odbc.rmempty = true - -res_config_pgsql = module:option(ListValue, "res_config_pgsql", "PGSQL Module", "") -res_config_pgsql:value("yes", "Load") -res_config_pgsql:value("no", "Do Not Load") -res_config_pgsql:value("auto", "Load as Required") -res_config_pgsql.rmempty = true - -res_crypto = module:option(ListValue, "res_crypto", "Cryptographic Digital Signatures", "") -res_crypto:value("yes", "Load") -res_crypto:value("no", "Do Not Load") -res_crypto:value("auto", "Load as Required") -res_crypto.rmempty = true - -res_features = module:option(ListValue, "res_features", "Call Parking Resource", "") -res_features:value("yes", "Load") -res_features:value("no", "Do Not Load") -res_features:value("auto", "Load as Required") -res_features.rmempty = true - -res_indications = module:option(ListValue, "res_indications", "Indications Configuration", "") -res_indications:value("yes", "Load") -res_indications:value("no", "Do Not Load") -res_indications:value("auto", "Load as Required") -res_indications.rmempty = true - -res_monitor = module:option(ListValue, "res_monitor", "Call Monitoring Resource", "") -res_monitor:value("yes", "Load") -res_monitor:value("no", "Do Not Load") -res_monitor:value("auto", "Load as Required") -res_monitor.rmempty = true - -res_musiconhold = module:option(ListValue, "res_musiconhold", "Music On Hold Resource", "") -res_musiconhold:value("yes", "Load") -res_musiconhold:value("no", "Do Not Load") -res_musiconhold:value("auto", "Load as Required") -res_musiconhold.rmempty = true - -res_odbc = module:option(ListValue, "res_odbc", "ODBC Resource", "") -res_odbc:value("yes", "Load") -res_odbc:value("no", "Do Not Load") -res_odbc:value("auto", "Load as Required") -res_odbc.rmempty = true - -res_smdi = module:option(ListValue, "res_smdi", "SMDI Module", "") -res_smdi:value("yes", "Load") -res_smdi:value("no", "Do Not Load") -res_smdi:value("auto", "Load as Required") -res_smdi.rmempty = true - -res_snmp = module:option(ListValue, "res_snmp", "SNMP Module", "") -res_snmp:value("yes", "Load") -res_snmp:value("no", "Do Not Load") -res_snmp:value("auto", "Load as Required") -res_snmp.rmempty = true - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-sip-connections.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-sip-connections.lua deleted file mode 100644 index 24d61c65a8..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-sip-connections.lua +++ /dev/null @@ -1,109 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk-sip-connections.lua 3620 2008-10-23 15:42:12Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - -sip = cbimap:section(TypedSection, "sip", "SIP Connection", "") -sip.addremove = true - -alwaysinternational = sip:option(Flag, "alwaysinternational", "Always Dial International", "") -alwaysinternational.optional = true - -canreinvite = sip:option(ListValue, "canreinvite", "Reinvite/redirect media connections", "") -canreinvite:value("yes", "Yes") -canreinvite:value("nonat", "Yes when not behind NAT") -canreinvite:value("update", "Use UPDATE rather than INVITE for path redirection") -canreinvite:value("no", "No") -canreinvite.optional = true - -context = sip:option(ListValue, "context", "Context to use", "") -context.titleref = luci.dispatcher.build_url( "admin", "services", "asterisk", "dialplans" ) -cbimap.uci:foreach( "asterisk", "dialplan", function(s) context:value(s['.name']) end ) -cbimap.uci:foreach( "asterisk", "dialzone", function(s) context:value(s['.name']) end ) - -countrycode = sip:option(Value, "countrycode", "Country Code for connection", "") -countrycode.optional = true - -dtmfmode = sip:option(ListValue, "dtmfmode", "DTMF mode", "") -dtmfmode:value("info", "Use RFC2833 or INFO for the BudgeTone") -dtmfmode:value("rfc2833", "Use RFC2833 for the BudgeTone") -dtmfmode:value("inband", "Use Inband (only with ulaw/alaw)") -dtmfmode.optional = true - -extension = sip:option(Value, "extension", "Add as Extension", "") -extension.optional = true - -fromdomain = sip:option(Value, "fromdomain", "Primary domain identity for From: headers", "") -fromdomain.optional = true - -fromuser = sip:option(Value, "fromuser", "From user (required by many SIP providers)", "") -fromuser.optional = true - -host = sip:option(Value, "host", "Host name (or blank)", "") -host.optional = true - -incoming = sip:option(DynamicList, "incoming", "Ring on incoming dialplan contexts", "") -incoming.optional = true - -insecure = sip:option(ListValue, "insecure", "Allow Insecure for", "") -insecure:value("port", "Allow mismatched port number") -insecure:value("invite", "Do not require auth of incoming INVITE") -insecure:value("port,invite", "Allow mismatched port and Do not require auth of incoming INVITE") -insecure.optional = true - -internationalprefix = sip:option(Value, "internationalprefix", "International Dial Prefix", "") -internationalprefix.optional = true - -mailbox = sip:option(Value, "mailbox", "Mailbox for MWI", "") -mailbox.optional = true - -nat = sip:option(Flag, "nat", "NAT between phone and Asterisk", "") -nat.optional = true - -pedantic = sip:option(Flag, "pedantic", "Check tags in headers", "") -pedantic.optional = true - -port = sip:option(Value, "port", "SIP Port", "") -port.optional = true - -prefix = sip:option(Value, "prefix", "Dial Prefix (for external line)", "") -prefix.optional = true - -qualify = sip:option(Value, "qualify", "Reply Timeout (ms) for down connection", "") -qualify.optional = true - -register = sip:option(Flag, "register", "Register connection", "") -register.optional = true - -secret = sip:option(Value, "secret", "Secret", "") -secret.optional = true - -selfmailbox = sip:option(Flag, "selfmailbox", "Dial own extension for mailbox", "") -selfmailbox.optional = true - -timeout = sip:option(Value, "timeout", "Dial Timeout (sec)", "") -timeout.optional = true - -type = sip:option(ListValue, "type", "Client Type", "") -type:value("friend", "Friend (outbound/inbound)") -type:value("user", "User (inbound - authenticate by \"from\")") -type:value("peer", "Peer (outbound - match by host)") -type.optional = true - -username = sip:option(Value, "username", "Username", "") -username.optional = true - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk-voice.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk-voice.lua deleted file mode 100644 index 480cb162c1..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk-voice.lua +++ /dev/null @@ -1,52 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk-voice.lua 3620 2008-10-23 15:42:12Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - -voicegeneral = cbimap:section(TypedSection, "voicegeneral", "Voicemail general options", "") - -serveremail = voicegeneral:option(Value, "serveremail", "From Email address of server", "") - - -voicemail = cbimap:section(TypedSection, "voicemail", "Voice Mail boxes", "") -voicemail.addremove = true - -attach = voicemail:option(Flag, "attach", "Email contains attachment", "") -attach.rmempty = true - -email = voicemail:option(Value, "email", "Email", "") -email.rmempty = true - -name = voicemail:option(Value, "name", "Display Name", "") -name.rmempty = true - -password = voicemail:option(Value, "password", "Password", "") -password.rmempty = true - -zone = voicemail:option(ListValue, "zone", "Voice Zone", "") -cbimap.uci:foreach( "asterisk", "voicezone", function(s) zone:value(s['.name']) end ) - - -voicezone = cbimap:section(TypedSection, "voicezone", "Voice Zone settings", "") -voicezone.addremove = true - -message = voicezone:option(Value, "message", "Message Format", "") -message.rmempty = true - -zone = voicezone:option(Value, "zone", "Time Zone", "") -zone.rmempty = true - - -return cbimap diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk.lua deleted file mode 100644 index fe13c6d99c..0000000000 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk.lua +++ /dev/null @@ -1,162 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: asterisk.lua 3618 2008-10-23 02:25:26Z jow $ -]]-- - -cbimap = Map("asterisk", "asterisk", "") - -asterisk = cbimap:section(TypedSection, "asterisk", "Asterisk General Options", "") -asterisk.anonymous = true - -agidir = asterisk:option(Value, "agidir", "AGI directory", "") -agidir.rmempty = true - -cache_record_files = asterisk:option(Flag, "cache_record_files", "Cache recorded sound files during recording", "") -cache_record_files.rmempty = true - -debug = asterisk:option(Value, "debug", "Debug Level", "") -debug.rmempty = true - -dontwarn = asterisk:option(Flag, "dontwarn", "Disable some warnings", "") -dontwarn.rmempty = true - -dumpcore = asterisk:option(Flag, "dumpcore", "Dump core on crash", "") -dumpcore.rmempty = true - -highpriority = asterisk:option(Flag, "highpriority", "High Priority", "") -highpriority.rmempty = true - -initcrypto = asterisk:option(Flag, "initcrypto", "Initialise Crypto", "") -initcrypto.rmempty = true - -internal_timing = asterisk:option(Flag, "internal_timing", "Use Internal Timing", "") -internal_timing.rmempty = true - -logdir = asterisk:option(Value, "logdir", "Log directory", "") -logdir.rmempty = true - -maxcalls = asterisk:option(Value, "maxcalls", "Maximum number of calls allowed", "") -maxcalls.rmempty = true - -maxload = asterisk:option(Value, "maxload", "Maximum load to stop accepting new calls", "") -maxload.rmempty = true - -nocolor = asterisk:option(Flag, "nocolor", "Disable console colors", "") -nocolor.rmempty = true - -record_cache_dir = asterisk:option(Value, "record_cache_dir", "Sound files Cache directory", "") -record_cache_dir.rmempty = true -record_cache_dir:depends({ ["cache_record_files"] = "true" }) - -rungroup = asterisk:option(Flag, "rungroup", "The Group to run as", "") -rungroup.rmempty = true - -runuser = asterisk:option(Flag, "runuser", "The User to run as", "") -runuser.rmempty = true - -spooldir = asterisk:option(Value, "spooldir", "Voicemail Spool directory", "") -spooldir.rmempty = true - -systemname = asterisk:option(Value, "systemname", "Prefix UniquID with system name", "") -systemname.rmempty = true - -transcode_via_sln = asterisk:option(Flag, "transcode_via_sln", "Build transcode paths via SLINEAR, not directly", "") -transcode_via_sln.rmempty = true - -transmit_silence_during_record = asterisk:option(Flag, "transmit_silence_during_record", "Transmit SLINEAR silence while recording a channel", "") -transmit_silence_during_record.rmempty = true - -verbose = asterisk:option(Value, "verbose", "Verbose Level", "") -verbose.rmempty = true - -zone = asterisk:option(Value, "zone", "Time Zone", "") -zone.rmempty = true - - -hardwarereboot = cbimap:section(TypedSection, "hardwarereboot", "Reload Hardware Config", "") - -method = hardwarereboot:option(ListValue, "method", "Reboot Method", "") -method:value("web", "Web URL (wget)") -method:value("system", "program to run") -method.rmempty = true - -param = hardwarereboot:option(Value, "param", "Parameter", "") -param.rmempty = true - - -iaxgeneral = cbimap:section(TypedSection, "iaxgeneral", "IAX General Options", "") -iaxgeneral.anonymous = true -iaxgeneral.addremove = true - -allow = iaxgeneral:option(MultiValue, "allow", "Allow Codecs", "") -allow:value("alaw", "alaw") -allow:value("gsm", "gsm") -allow:value("g726", "g726") -allow.rmempty = true - -canreinvite = iaxgeneral:option(ListValue, "canreinvite", "Reinvite/redirect media connections", "") -canreinvite:value("yes", "Yes") -canreinvite:value("nonat", "Yes when not behind NAT") -canreinvite:value("update", "Use UPDATE rather than INVITE for path redirection") -canreinvite:value("no", "No") -canreinvite.rmempty = true - -static = iaxgeneral:option(Flag, "static", "Static", "") -static.rmempty = true - -writeprotect = iaxgeneral:option(Flag, "writeprotect", "Write Protect", "") -writeprotect.rmempty = true - - -sipgeneral = cbimap:section(TypedSection, "sipgeneral", "Section sipgeneral", "") -sipgeneral.anonymous = true -sipgeneral.addremove = true - -allow = sipgeneral:option(MultiValue, "allow", "Allow codecs", "") -allow:value("ulaw", "ulaw") -allow:value("alaw", "alaw") -allow:value("gsm", "gsm") -allow:value("g726", "g726") -allow.rmempty = true - -port = sipgeneral:option(Value, "port", "SIP Port", "") -port.rmempty = true - -realm = sipgeneral:option(Value, "realm", "SIP realm", "") -realm.rmempty = true - - -moh = cbimap:section(TypedSection, "moh", "Music On Hold", "") - -application = moh:option(Value, "application", "Application", "") -application.rmempty = true -application:depends({ ["asterisk.moh.mode"] = "custom" }) - -directory = moh:option(Value, "directory", "Directory of Music", "") -directory.rmempty = true - -mode = moh:option(ListValue, "mode", "Option mode", "") -mode:value("system", "program to run") -mode:value("files", "Read files from directory") -mode:value("quietmp3", "Quite MP3") -mode:value("mp3", "Loud MP3") -mode:value("mp3nb", "unbuffered MP3") -mode:value("quietmp3nb", "Quiet Unbuffered MP3") -mode:value("custom", "Run a custom application") -mode.rmempty = true - -random = moh:option(Flag, "random", "Random Play", "") -random.rmempty = true - - -return cbimap diff --git a/applications/luci-asterisk/root/etc/config/asterisk b/applications/luci-asterisk/root/etc/config/asterisk deleted file mode 100644 index b2fd9ad276..0000000000 --- a/applications/luci-asterisk/root/etc/config/asterisk +++ /dev/null @@ -1,228 +0,0 @@ -config 'asterisk' - option 'verbose' 3 - option 'debug' 3 - option 'zone' 'Australia/Perth' - -config 'hardware' 'reboot' - option 'method' 'web' - option 'param' 'http://ata.lan/admin/reboot' - -config 'feature' 'park' - option 'parkenabled' 'yes' - option 'parkext' '700' - option 'parkpos' '701-720' - option 'context' 'parkedcalls' - option 'parkingtime' '45' - option 'courtesytone' 'beep' - option 'parkedplay' 'caller' - option 'adsipark' 'yes' - option 'findslot' 'first' - option 'parkedmusicclass' 'default' - option 'transferdigittimeout' '3' - option 'xfersound' 'beep' - option 'xferfailsound' 'beeperr' - option 'pickupexten' '"*8"' - option 'featuredigittimeout' '500' - option 'atxfernoanswertimeout' '15' - -config 'feature' 'map' - option 'blindxfer' '#1' - option 'disconnect' '*0' - option 'automon' '*1' - option 'atxfer' '#2' - option 'parkcall' '#30' - -config 'sipgeneral' - option 'realm' 'sip.mydomain.net' - option 'allow' 'alaw' - option 'extension' '102' - -config 'module' - option 'res_config_mysql' 'no' - option 'res_crypto' 'auto' - option 'chan_iax2' 'yes' - -config 'sip' 'PAP2T' - option 'type' 'friend' - option 'extension' '101' - option 'username' 'PAP2T' - option 'secret' 'mypass' - option 'port' '5061' - option 'host' '' - option 'dtmfmode' 'rfc2833' - option 'insecure' 'very' - option 'context' 'internal' - option 'mailbox' '1001@default' - option 'nat' 'no' - option 'canreinvite' 'nonat' - option 'selfmailbox' 'yes' - option 'incoming' 'provider_inbound' - -config 'sip' 'PAP2T2' - option 'type' 'friend' - option 'extension' '101' - option 'username' 'PAP2T2' - option 'secret' 'mysecret' - option 'port' '5060' - option 'host' '' - option 'dtmfmode' 'rfc2833' - option 'insecure' 'very' - option 'context' 'internal' - option 'mailbox' '1001@default' - option 'nat' 'no' - option 'canreinvite' 'nonat' - option 'selfmailbox' 'yes' - option 'incoming' 'provider_inbound' - -config 'sip' 'providerphone' - option 'type' 'friend' - option 'timeout' '55' - option 'internationalprefix' '0011' - option 'alwaysinternational' 'no' - option 'countrycode' '63' - option 'register' 'yes' - option 'host' '200.200.200.200' - option 'username' '0899999999' - option 'fromuser' '0899999999' - option 'secret' 'mysecret' - option 'fromdomain' 'providerphone.provider.net.au' - option 'context' 'provider_inbound' - option 'canreinvite' 'no' - option 'nat' 'yes' - option 'qualify' 'yes' - option 'insecure' 'very' - option 'pedantic' 'no' - option 'qualify' '1000' - -config 'iaxgeneral' - option 'static' 'yes' - option 'writeprotect' 'no' - option 'canreinvite' 'no' - option 'allow' 'ulaw,gsm' - -config 'iax' 'nell' - option 'type' 'friend' - option 'extension' '108' - option 'host' '' - option 'username' 'nell' - option 'secret' 'mypass' - option 'context' 'internal' - -config 'iax' 'iax_vista' - option 'extension' '106' - option 'type' 'friend' - option 'host' '' - option 'username' 'vista' - option 'secret' 'mysecret' - option 'context' 'internal' - -config 'iax' 'sam' - option 'type' 'friend' - option 'extension' '103' - option 'host' '' - option 'username' 'sam' - option 'secret' 'mysecret' - option 'context' 'internal' - -config 'voicegeneral' - option 'serveremail' 'voice@sip.mydomain.net' - -config 'voicemail' '1001' - option 'context' 'default' - option 'password' '0000' - option 'name' 'Family' - option 'email' 'us@mydomain.net' - option 'zone' 'wa' - option 'attach' 'no' - -config 'voicezone' 'wa' - option 'zone' 'Australia/Perth' - option 'message' 'Q IMp' - -config 'voicezone' 'military' - option 'zone' 'Zulu' - option 'message' '"vm-received" q "digits/at" H N "hours" "phonetic/z_p"' - -config 'incominggeneral' - option 'allowtransfer' 'no' - option 'timeout' '20' - option 'answerfirst' 'no' - option 'mailbox' '1001@default' - -config 'dialplangeneral' - option 'static' 'yes' - option 'writeprotect' 'no' - option 'canreinvite' 'no' - option 'clearglobalvars' 'no' - option 'allowtransfer' 'no' - -config 'dialplan' 'internal' - option 'include' 'localcall interstate smartnumber emergency extensions' - -config 'dialplanvoice' - option 'dialplan' 'internal' - option 'extension' '1001' - option 'voicecontext' 'default' - option 'voicebox' '1001' - -config 'dialplansaytime' - option 'dialplan' 'internal' - option 'extension' '108' - -config 'dialplanmeetme' - option 'dialplan' 'internal' - option 'extension' '109' - option 'room' '101' - -config 'dialplanmeetme' - option 'dialplan' 'internal' - option 'extension' '1009' - option 'room' '' - -config 'dialplan' 'localinternational' - option 'include' 'mobile interstate' - -config 'dialzone' 'interstate' - option 'uses' 'SIP/providerphone' - option 'match' '0[235-8]NXXXXXXX' - option 'localprefix' '0' - -config 'dialzone' 'mobile' - option 'uses' 'SIP/iinetphone' - option 'match' '04XXXXXXXX' - option 'localprefix' '0' - -config 'dialzone' 'smartnumber' - option 'uses' 'SIP/providerphone' - option 'match' '1[835]00.' - option 'match' '13ZXXX' - -config 'dialzone' 'emergency' - option 'uses' 'SIP/providerphone' - option 'match' '000' - option 'match' '112' - -config 'dialzone' 'localcall' - option 'uses' 'SIP/providerphone' - option 'match' 'NXXXXXXX' - option 'addprefix' '08' - option 'localprefix' '0' - -config 'dialzone' 'international' - option 'uses' 'SIP/providerphone' - option 'international' '0011,+' - option 'localzone' 'localinternational' - option 'localprefix' '0' - option 'addprefix' '' - -config 'meetmegeneral' - option 'audiobuffers' '32' - -config 'meetme' '101' - option 'pin' '' - option 'adminpin' '' - -config 'moh' 'default' - option 'mode' 'files' - option 'directory' '/opt/moh' - option 'random' 'no' diff --git a/applications/luci-asterisk/root/lib/uci/schema/default/asterisk b/applications/luci-asterisk/root/lib/uci/schema/default/asterisk deleted file mode 100644 index 63bb2e7b6e..0000000000 --- a/applications/luci-asterisk/root/lib/uci/schema/default/asterisk +++ /dev/null @@ -1,3625 +0,0 @@ -# Asterisk UCI Scheme -# (c) 2008 FrogOnWheels -# $Id: asterisk 3620 2008-10-23 15:42:12Z jow $ - -package asterisk - -config section - option name 'asterisk' - option title 'Asterisk General Options' - option package 'asterisk' - option named false - option unique true - option dynamic false - option required false - -config variable - option name 'debug' - option title 'Debug Level' - option section 'asterisk.asterisk' - option datatype 'integer' - -config variable - option name 'verbose' - option title 'Verbose Level' - option section 'asterisk.asterisk' - option datatype 'integer' - -config variable - option name 'zone' - option title 'Time Zone' - option section 'asterisk.asterisk' - option datatype 'string' - -config variable - option name 'highpriority' - option title 'High Priority' - option section 'asterisk.asterisk' - option datatype 'boolean' - -config variable - option name 'initcrypto' - option title 'Initialise Crypto' - option section 'asterisk.asterisk' - option datatype 'boolean' - -config variable - option name 'nocolor' - option title 'Disable console colors' - option section 'asterisk.asterisk' - option datatype 'boolean' - -config variable - option name 'dontwarn' - option title 'Disable some warnings' - option section 'asterisk.asterisk' - option datatype 'boolean' - -config variable - option name 'dumpcore' - option title 'Dump core on crash' - option section 'asterisk.asterisk' - option datatype 'boolean' - -config variable - option name 'internal_timing' - option title 'Use Internal Timing' - option section 'asterisk.asterisk' - option datatype 'boolean' - -config variable - option name 'systemname' - option title 'Prefix UniquID with system name' - option section 'asterisk.asterisk' - option datatype 'string' - -config variable - option name 'maxcalls' - option title 'Maximum number of calls allowed' - option section 'asterisk.asterisk' - option datatype 'integer' - -config variable - option name 'maxload' - option title 'Maximum load to stop accepting new calls' - option section 'asterisk.asterisk' - option datatype 'float' - -config variable - option name 'cache_record_files' - option title 'Cache recorded sound files during recording' - option section 'asterisk.asterisk' - option datatype 'boolean' - -config variable - option name 'record_cache_dir' - option title 'Sound files Cache directory' - option section 'asterisk.asterisk' - option datatype 'directory' - option depends 'cache_record_files=true' - -config variable - option name 'transmit_silence_during_record' - option title 'Transmit SLINEAR silence while recording a channel' - option section 'asterisk.asterisk' - option datatype 'boolean' - -config variable - option name 'transcode_via_sln' - option title 'Build transcode paths via SLINEAR, not directly' - option section 'asterisk.asterisk' - option datatype 'boolean' - -config variable - option name 'runuser' - option title 'The User to run as' - option section 'asterisk.asterisk' - option datatype 'boolean' - -config variable - option name 'rungroup' - option title 'The Group to run as' - option section 'asterisk.asterisk' - option datatype 'boolean' - -config variable - option name 'spooldir' - option title 'Voicemail Spool directory' - option section 'asterisk.asterisk' - option datatype 'directory' - -config variable - option name 'logdir' - option title 'Log directory' - option section 'asterisk.asterisk' - option datatype 'directory' - -config variable - option name 'agidir' - option title 'AGI directory' - option section 'asterisk.asterisk' - option datatype 'directory' - - -config section - option name 'module' - option title 'Modules' - option package 'asterisk' - option named false - option unique true - option dynamic false - option required false - -config variable - option name 'chan_iax2' - option title 'Option chan_iax2' - option section 'asterisk.module' - option datatype 'boolean' - -config variable - option name 'res_odbc' - option title 'ODBC Resource' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.res_odbc' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.res_odbc' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.res_odbc' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'res_config_odbc' - option title 'ODBC Config Resource' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.res_config_odbc' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.res_config_odbc' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.res_config_odbc' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'res_config_mysql' - option title 'MySQL Config Resource' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.res_config_mysql' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.res_config_mysql' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.res_config_mysql' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'res_crypto' - option title 'Cryptographic Digital Signatures' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.res_crypto' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.res_crypto' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.res_crypto' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'res_features' - option title 'Call Parking Resource' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.res_features' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.res_features' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.res_features' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'res_indications' - option title 'Indications Configuration' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.res_indications' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.res_indications' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.res_indications' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'res_monitor' - option title 'Call Monitoring Resource' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.res_monitor' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.res_monitor' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.res_monitor' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'cdr_csv' - option title 'Comma Separated Values CDR Backend' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.cdr_csv' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.cdr_csv' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.cdr_csv' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'cdr_custom' - option title 'Customizable Comma Separated Values CDR Backend' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.cdr_custom' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.cdr_custom' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.cdr_custom' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'cdr_manager' - option title 'Asterisk Call Manager CDR Backend' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.cdr_manager' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.cdr_manager' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.cdr_manager' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'cdr_mysql' - option title 'MySQL CDR Backend' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.cdr_mysql' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.cdr_mysql' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.cdr_mysql' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'cdr_pgsql' - option title 'PostgreSQL CDR Backend' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.cdr_pgsql' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.cdr_pgsql' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.cdr_pgsql' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'cdr_sqlite' - option title 'SQLite CDR Backend' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.cdr_sqlite' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.cdr_sqlite' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.cdr_sqlite' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'chan_alsa' - option title 'Channel driver for GTalk' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.chan_alsa' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.chan_alsa' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.chan_alsa' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'chan_agent' - option title 'Agent Proxy Channel' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.chan_agent' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.chan_agent' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.chan_agent' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'chan_gtalk' - option title 'Channel driver for GTalk' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.chan_gtalk' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.chan_gtalk' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.chan_gtalk' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'chan_iax2' - option title 'Inter Asterisk eXchange (Ver 2)' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.chan_iax2' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.chan_iax2' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.chan_iax2' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'chan_local' - option title 'Local Proxy Channel' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.chan_local' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.chan_local' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.chan_local' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'chan_sip' - option title 'Session Initiation Protocol (SIP)' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.chan_sip' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.chan_sip' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.chan_sip' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'codec_a_mu' - option title 'A-law and Mulaw direct Coder/Decoder' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.codec_a_mu' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.codec_a_mu' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.codec_a_mu' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'codec_adpcm' - option title 'Adaptive Differential PCM Coder/Decoder' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.codec_adpcm' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.codec_adpcm' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.codec_adpcm' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'codec_alaw' - option title 'A-law Coder/Decoder' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.codec_alaw' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.codec_alaw' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.codec_alaw' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'codec_g726' - option title 'ITU G.726-32kbps G726 Transcoder' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.codec_g726' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.codec_g726' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.codec_g726' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'codec_gsm' - option title 'GSM/PCM16 (signed linear) Codec Translation' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.codec_gsm' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.codec_gsm' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.codec_gsm' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'codec_ulaw' - option title 'Mu-law Coder/Decoder' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.codec_ulaw' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.codec_ulaw' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.codec_ulaw' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'codec_speex' - option title 'Speex/PCM16 (signed linear) Codec Translator' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.codec_speex' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.codec_speex' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.codec_speex' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'format_au' - option title 'Sun Microsystems AU format (signed linear)' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.format_au' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.format_au' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.format_au' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'format_g723' - option title 'G.723.1 Simple Timestamp File Format' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.format_g723' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.format_g723' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.format_g723' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'format_g726' - option title 'Raw G.726 (16/24/32/40kbps) data' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.format_g726' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.format_g726' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.format_g726' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'format_g729' - option title 'Raw G729 data' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.format_g729' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.format_g729' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.format_g729' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'format_gsm' - option title 'Raw GSM data' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.format_gsm' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.format_gsm' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.format_gsm' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'format_h263' - option title 'Raw h263 data' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.format_h263' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.format_h263' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.format_h263' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'format_jpeg' - option title 'JPEG (Joint Picture Experts Group) Image' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.format_jpeg' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.format_jpeg' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.format_jpeg' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'format_pcm' - option title 'Raw uLaw 8khz Audio support (PCM)' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.format_pcm' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.format_pcm' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.format_pcm' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'format_pcm_alaw' - option title 'load => .so ; Raw aLaw 8khz PCM Audio support' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.format_pcm_alaw' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.format_pcm_alaw' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.format_pcm_alaw' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'format_sln' - option title 'Raw Signed Linear Audio support (SLN)' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.format_sln' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.format_sln' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.format_sln' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'format_vox' - option title 'Dialogic VOX (ADPCM) File Format' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.format_vox' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.format_vox' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.format_vox' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'format_wav' - option title 'Microsoft WAV format (8000hz Signed Line' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.format_wav' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.format_wav' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.format_wav' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'format_wav_gsm' - option title 'Microsoft WAV format (Proprietary GSM)' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.format_wav_gsm' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.format_wav_gsm' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.format_wav_gsm' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_alarmreceiver' - option title 'Alarm Receiver Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_alarmreceiver' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_alarmreceiver' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_alarmreceiver' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_authenticate' - option title 'Authentication Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_authenticate' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_authenticate' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_authenticate' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_cdr' - option title 'Make sure asterisk doesn''t save CDR' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_cdr' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_cdr' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_cdr' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_chanisavail' - option title 'Check if channel is available' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_chanisavail' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_chanisavail' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_chanisavail' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_chanspy' - option title 'Listen in on any channel' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_chanspy' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_chanspy' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_chanspy' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_controlplayback' - option title 'Control Playback Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_controlplayback' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_controlplayback' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_controlplayback' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_cut' - option title 'Cuts up variables' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_cut' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_cut' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_cut' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_db' - option title 'Database access functions' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_db' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_db' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_db' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_dial' - option title 'Dialing Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_dial' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_dial' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_dial' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_dictate' - option title 'Virtual Dictation Machine Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_dictate' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_dictate' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_dictate' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_directory' - option title 'Extension Directory' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_directory' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_directory' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_directory' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_directed_pickup' - option title 'Directed Call Pickup Support' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_directed_pickup' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_directed_pickup' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_directed_pickup' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_disa' - option title 'DISA (Direct Inward System Access) Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_disa' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_disa' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_disa' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_dumpchan' - option title 'Dump channel variables Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_dumpchan' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_dumpchan' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_dumpchan' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_echo' - option title 'Simple Echo Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_echo' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_echo' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_echo' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_enumlookup' - option title 'ENUM Lookup' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_enumlookup' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_enumlookup' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_enumlookup' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_eval' - option title 'Reevaluates strings' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_eval' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_eval' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_eval' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_exec' - option title 'Executes applications' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_exec' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_exec' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_exec' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_externalivr' - option title 'External IVR application interface' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_externalivr' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_externalivr' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_externalivr' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_forkcdr' - option title 'Fork The CDR into 2 seperate entities' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_forkcdr' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_forkcdr' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_forkcdr' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_getcpeid' - option title 'Get ADSI CPE ID' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_getcpeid' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_getcpeid' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_getcpeid' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_groupcount' - option title 'Group Management Routines' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_groupcount' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_groupcount' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_groupcount' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_ices' - option title 'Encode and Stream via icecast and ices' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_ices' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_ices' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_ices' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_image' - option title 'Image Transmission Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_image' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_image' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_image' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_lookupblacklist' - option title 'Look up Caller*ID name/number from black' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_lookupblacklist' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_lookupblacklist' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_lookupblacklist' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_lookupcidname' - option title 'Look up CallerID Name from local databas' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_lookupcidname' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_lookupcidname' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_lookupcidname' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_macro' - option title 'Extension Macros' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_macro' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_macro' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_macro' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_math' - option title 'A simple math Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_math' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_math' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_math' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_md5' - option title 'MD5 checksum Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_md5' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_md5' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_md5' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_milliwatt' - option title 'Digital Milliwatt (mu-law) Test Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_milliwatt' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_milliwatt' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_milliwatt' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_mixmonitor' - option title 'Record a call and mix the audio during the recording' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_mixmonitor' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_mixmonitor' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_mixmonitor' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_parkandannounce' - option title 'Call Parking and Announce Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_parkandannounce' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_parkandannounce' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_parkandannounce' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_playback' - option title 'Trivial Playback Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_playback' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_playback' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_playback' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_privacy' - option title 'Require phone number to be entered' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_privacy' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_privacy' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_privacy' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_queue' - option title 'True Call Queueing' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_queue' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_queue' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_queue' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_random' - option title 'Random goto' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_random' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_random' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_random' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_read' - option title 'Read Variable Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_read' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_read' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_read' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_readfile' - option title 'Read in a file' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_readfile' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_readfile' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_readfile' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_realtime' - option title 'Realtime Data Lookup/Rewrite' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_realtime' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_realtime' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_realtime' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_record' - option title 'Trivial Record Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_record' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_record' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_record' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_sayunixtime' - option title 'Say time' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_sayunixtime' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_sayunixtime' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_sayunixtime' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_senddtmf' - option title 'Send DTMF digits Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_senddtmf' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_senddtmf' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_senddtmf' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_sendtext' - option title 'Send Text Applications' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_sendtext' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_sendtext' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_sendtext' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_setcallerid' - option title 'Set CallerID Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_setcallerid' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_setcallerid' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_setcallerid' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_setcdruserfield' - option title 'CDR user field apps' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_setcdruserfield' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_setcdruserfield' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_setcdruserfield' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_setcidname' - option title 'load => .so ; Set CallerID Name' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_setcidname' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_setcidname' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_setcidname' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_setcidnum' - option title 'load => .so ; Set CallerID Number' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_setcidnum' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_setcidnum' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_setcidnum' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_setrdnis' - option title 'Set RDNIS Number' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_setrdnis' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_setrdnis' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_setrdnis' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_settransfercapability' - option title 'Set ISDN Transfer Capability' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_settransfercapability' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_settransfercapability' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_settransfercapability' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_sms' - option title 'SMS/PSTN handler' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_sms' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_sms' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_sms' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_softhangup' - option title 'Hangs up the requested channel' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_softhangup' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_softhangup' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_softhangup' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_stack' - option title 'Stack Routines' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_stack' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_stack' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_stack' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_system' - option title 'Generic System() application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_system' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_system' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_system' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_talkdetect' - option title 'Playback with Talk Detection' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_talkdetect' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_talkdetect' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_talkdetect' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_test' - option title 'Interface Test Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_test' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_test' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_test' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_transfer' - option title 'Transfer' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_transfer' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_transfer' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_transfer' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_txtcidname' - option title 'TXTCIDName' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_txtcidname' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_txtcidname' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_txtcidname' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_url' - option title 'Send URL Applications' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_url' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_url' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_url' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_userevent' - option title 'Custom User Event Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_userevent' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_userevent' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_userevent' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_verbose' - option title 'Send verbose output' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_verbose' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_verbose' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_verbose' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_waitforring' - option title 'Waits until first ring after time' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_waitforring' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_waitforring' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_waitforring' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_waitforsilence' - option title 'Wait For Silence Application' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_waitforsilence' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_waitforsilence' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_waitforsilence' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_while' - option title 'While Loops and Conditional Execution' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_while' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_while' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_while' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'func_callerid' - option title 'Caller ID related dialplan functions' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.func_callerid' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.func_callerid' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.func_callerid' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'func_enum' - option title 'ENUM Functions' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.func_enum' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.func_enum' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.func_enum' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'func_uri' - option title 'URI encoding / decoding functions' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.func_uri' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.func_uri' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.func_uri' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'pbx_ael' - option title 'Asterisk Extension Language Compiler' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.pbx_ael' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.pbx_ael' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.pbx_ael' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'pbx_config' - option title 'Text Extension Configuration' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.pbx_config' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.pbx_config' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.pbx_config' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'pbx_functions' - option title 'load => .so ; Builtin dialplan functions' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.pbx_functions' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.pbx_functions' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.pbx_functions' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'pbx_loopback' - option title 'Loopback Switch' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.pbx_loopback' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.pbx_loopback' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.pbx_loopback' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'pbx_realtime' - option title 'Realtime Switch' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.pbx_realtime' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.pbx_realtime' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.pbx_realtime' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'pbx_spool' - option title 'Outgoing Spool Support' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.pbx_spool' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.pbx_spool' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.pbx_spool' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'pbx_wilcalu' - option title 'Wil Cal U (Auto Dialer)' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.pbx_wilcalu' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.pbx_wilcalu' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.pbx_wilcalu' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'res_smdi' - option title 'SMDI Module' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.res_smdi' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.res_smdi' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.res_smdi' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'res_snmp' - option title 'SNMP Module' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.res_snmp' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.res_snmp' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.res_snmp' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'res_config_pgsql' - option title 'PGSQL Module' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.res_config_pgsql' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.res_config_pgsql' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.res_config_pgsql' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'app_voicemail' - option title 'Voicemail' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.app_voicemail' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.app_voicemail' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.app_voicemail' - option value 'auto' - option title 'Load as Required' - -config variable - option name 'res_musiconhold' - option title 'Music On Hold Resource' - option section 'asterisk.module' - option type 'enum' - -config enum - option variable 'asterisk.module.res_musiconhold' - option value 'yes' - option title 'Load' - -config enum - option variable 'asterisk.module.res_musiconhold' - option value 'no' - option title 'Do Not Load' - -config enum - option variable 'asterisk.module.res_musiconhold' - option value 'auto' - option title 'Load as Required' - - -config section - option name 'sipgeneral' - option title 'Section sipgeneral' - option package 'asterisk' - option named false - option unique false - option dynamic false - option required false - -config variable - option name 'allow' - option title 'Allow codecs' - option section 'asterisk.sipgeneral' - option type 'enum' - option multival 'true' - -config enum - option variable 'asterisk.sipgeneral.allow' - option value 'ulaw' - option title 'ulaw' - -config enum - option variable 'asterisk.sipgeneral.allow' - option value 'alaw' - option title 'alaw' - -config enum - option variable 'asterisk.sipgeneral.allow' - option value 'gsm' - option title 'gsm' - -config enum - option variable 'asterisk.sipgeneral.allow' - option value 'g726' - option title 'g726' - -config variable - option name 'port' - option title 'SIP Port' - option section 'asterisk.sipgeneral' - option datatype 'port' - -config variable - option name 'realm' - option title 'SIP realm' - option section 'asterisk.sipgeneral' - option datatype 'host' - - -config section - option name 'sip' - option title 'SIP Connection' - option package 'asterisk' - option named true - option unique false - option dynamic false - option required false - -config variable - option name 'type' - option title 'Client Type' - option section 'asterisk.sip' - option type 'enum' - -config enum - option variable 'asterisk.sip.type' - option value 'friend' - option title 'Friend (outbound/inbound)' - -config enum - option variable 'asterisk.sip.type' - option value 'user' - option title 'User (inbound - authenticate by "from")' - -config enum - option variable 'asterisk.sip.type' - option value 'peer' - option title 'Peer (outbound - match by host)' - -config variable - option name 'timeout' - option title 'Dial Timeout (sec)' - option section 'asterisk.sip' - option datatype 'integer' - -config variable - option name 'extension' - option title 'Add as Extension' - option section 'asterisk.sip' - option datatype 'string' - -config variable - option name 'prefix' - option title 'Dial Prefix (for external line)' - option section 'asterisk.sip' - option datatype 'string' - -config variable - option name 'internationalprefix' - option title 'International Dial Prefix' - option section 'asterisk.sip' - option datatype 'string' - -config variable - option name 'alwaysinternational' - option title 'Always Dial International' - option section 'asterisk.sip' - option datatype 'boolean' - -config variable - option name 'countrycode' - option title 'Country Code for connection' - option section 'asterisk.sip' - option datatype 'string' - - -config variable - option name 'canreinvite' - option title 'Reinvite/redirect media connections' - option section 'asterisk.sip' - option type 'enum' - -config enum - option variable 'asterisk.sip.canreinvite' - option value 'yes' - option title 'Yes' - -config enum - option variable 'asterisk.sip.canreinvite' - option value 'nonat' - option title 'Yes when not behind NAT' - -config enum - option variable 'asterisk.sip.canreinvite' - option value 'update' - option title 'Use UPDATE rather than INVITE for path redirection' - -config enum - option variable 'asterisk.sip.canreinvite' - option value 'no' - option title 'No' - -config variable - option name 'context' - option title 'Context to use' - option section 'asterisk.sip' - option datatype 'string' - option valueof 'asterisk.dialplan' - option valueof 'asterisk.dialzone' - -config variable - option name 'dtmfmode' - option title 'DTMF mode' - option section 'asterisk.sip' - option type 'enum' - -config enum - option variable 'asterisk.sip.dtmfmode' - option value 'info' - option title 'Use RFC2833 or INFO for the BudgeTone' - -config enum - option variable 'asterisk.sip.dtmfmode' - option value 'rfc2833' - option title 'Use RFC2833 for the BudgeTone' - -config enum - option variable 'asterisk.sip.dtmfmode' - option value 'inband' - option title 'Use Inband (only with ulaw/alaw)' - -config variable - option name 'fromdomain' - option title 'Primary domain identity for From: headers' - option section 'asterisk.sip' - option datatype 'hostname' - -config variable - option name 'fromuser' - option title 'From user (required by many SIP providers)' - option section 'asterisk.sip' - option datatype 'string' - -config variable - option name 'host' - option title 'Host name (or blank)' - option section 'asterisk.sip' - option datatype 'hostname' - -config variable - option name 'incoming' - option title 'Ring on incoming dialplan contexts' - option section 'asterisk.sip' - option datatype 'string' - option type 'lazylist' - -config variable - option name 'insecure' - option title 'Allow Insecure for' - option section 'asterisk.sip' - option datatype 'string' - option type 'enum' - -config enum - option variable 'asterisk.sip.insecure' - option value 'port' - option title 'Allow mismatched port number' - -config enum - option variable 'asterisk.sip.insecure' - option value 'invite' - option title 'Do not require auth of incoming INVITE' - -config enum - option variable 'asterisk.sip.insecure' - option value 'port,invite' - option title 'Allow mismatched port and Do not require auth of incoming INVITE' - -config variable - option name 'mailbox' - option title 'Mailbox for MWI' - option section 'asterisk.sip' - option datatype 'string' - -config variable - option name 'nat' - option title 'NAT between phone and Asterisk' - option section 'asterisk.sip' - option datatype 'boolean' - -config variable - option name 'pedantic' - option title 'Check tags in headers' - option section 'asterisk.sip' - option datatype 'boolean' - -config variable - option name 'port' - option title 'SIP Port' - option section 'asterisk.sip' - option datatype 'port' - -config variable - option name 'qualify' - option title 'Reply Timeout (ms) for down connection' - option section 'asterisk.sip' - option datatype 'integer' - -config variable - option name 'register' - option title 'Register connection' - option section 'asterisk.sip' - option datatype 'boolean' - -config variable - option name 'username' - option title 'Username' - option section 'asterisk.sip' - option datatype 'string' - -config variable - option name 'secret' - option title 'Secret' - option section 'asterisk.sip' - option datatype 'string' - -config variable - option name 'selfmailbox' - option title 'Dial own extension for mailbox' - option section 'asterisk.sip' - option datatype 'boolean' - - -config section - option name 'iax' - option title 'SIP Connection' - option package 'asterisk' - option named true - option unique false - option dynamic false - option required false - -config variable - option name 'type' - option title 'Option type' - option section 'asterisk.iax' - option datatype 'string' - option type 'enum' - -config enum - option variable 'asterisk.iax.type' - option value 'friend' - option title 'Friend (outbound/inbound)' - -config enum - option variable 'asterisk.iax.type' - option value 'user' - option title 'User (inbound - authenticate by "from")' - -config enum - option variable 'asterisk.iax.type' - option value 'peer' - option title 'Peer (outbound - match by host)' - -config variable - option name 'extension' - option title 'Add as Extension' - option section 'asterisk.iax' - option datatype 'string' - -config variable - option name 'timeout' - option title 'Dial Timeout (sec)' - option section 'asterisk.iax' - option datatype 'integer' - -config variable - option name 'prefix' - option title 'Dial Prefix (for external line)' - option section 'asterisk.iax' - option datatype 'string' - -config variable - option name 'internationalprefix' - option title 'International Dial Prefix' - option section 'asterisk.iax' - option datatype 'string' - -config variable - option name 'alwaysinternational' - option title 'Always Dial International' - option section 'asterisk.iax' - option datatype 'boolean' - -config variable - option name 'countrycode' - option title 'Country Code for connection' - option section 'asterisk.iax' - option datatype 'string' - -config variable - option name 'context' - option title 'Context to use' - option section 'asterisk.iax' - option datatype 'string' - option valueof 'asterisk.dialplan' - option valueof 'asterisk.dialzone' - -config variable - option name 'host' - option title 'Host name (or blank)' - option section 'asterisk.iax' - option datatype 'hostname' - -config variable - option name 'secret' - option title 'Secret' - option section 'asterisk.iax' - option datatype 'string' - -config variable - option name 'username' - option title 'User name' - option section 'asterisk.iax' - option datatype 'string' - - -config section - option name 'iaxgeneral' - option title 'IAX General Options' - option package 'asterisk' - option named false - option unique false - option dynamic false - option required false - -config variable - option name 'allow' - option title 'Allow Codecs' - option section 'asterisk.iaxgeneral' - option datatype 'string' - option type 'enum' - option multival 'true' - -config enum - option variable 'asterisk.iaxgeneral.allow' - option value 'alaw' - option title 'alaw' - -config enum - option variable 'asterisk.iaxgeneral.allow' - option value 'gsm' - option title 'gsm' - -config enum - option variable 'asterisk.iaxgeneral.allow' - option value 'g726' - option title 'g726' - -config variable - option name 'canreinvite' - option title 'Reinvite/redirect media connections' - option section 'asterisk.iaxgeneral' - option type 'enum' - -config enum - option variable 'asterisk.iaxgeneral.canreinvite' - option value 'yes' - option title 'Yes' - -config enum - option variable 'asterisk.iaxgeneral.canreinvite' - option value 'nonat' - option title 'Yes when not behind NAT' - -config enum - option variable 'asterisk.iaxgeneral.canreinvite' - option value 'update' - option title 'Use UPDATE rather than INVITE for path redirection' - -config enum - option variable 'asterisk.iaxgeneral.canreinvite' - option value 'no' - option title 'No' - -config variable - option name 'static' - option title 'Static' - option section 'asterisk.iaxgeneral' - option datatype 'boolean' - -config variable - option name 'writeprotect' - option title 'Write Protect' - option section 'asterisk.iaxgeneral' - option datatype 'boolean' - - -config section - option name 'dialplangeneral' - option title 'Dialplan General Options' - option package 'asterisk' - option named false - option unique false - option dynamic false - option required false - -config variable - option name 'allowtransfer' - option title 'Allow transfer' - option section 'asterisk.dialplangeneral' - option datatype 'boolean' - -config variable - option name 'canreinvite' - option title 'Reinvite/redirect media connections' - option section 'asterisk.dialplangeneral' - option type 'enum' - -config enum - option variable 'asterisk.dialplangeneral.canreinvite' - option value 'yes' - option title 'Yes' - -config enum - option variable 'asterisk.dialplangeneral.canreinvite' - option value 'nonat' - option title 'Yes when not behind NAT' - -config enum - option variable 'asterisk.dialplangeneral.canreinvite' - option value 'update' - option title 'Use UPDATE rather than INVITE for path redirection' - -config enum - option variable 'asterisk.dialplangeneral.canreinvite' - option value 'no' - option title 'No' - -config variable - option name 'clearglobalvars' - option title 'Clear global vars' - option section 'asterisk.dialplangeneral' - option datatype 'boolean' - - -config section - option name 'dialplan' - option title 'Section dialplan' - option package 'asterisk' - option named true - option unique false - option dynamic true - option required false - -config variable - option name 'include' - option title 'Option include' - option section 'asterisk.dialplan' - option datatype 'string' - option valueof 'asterisk.dialplan' - option valueof 'asterisk.dialzone' - option type 'enum' - -config enum - option variable 'asterisk.dialplan.include' - option value 'extensions' - option title 'Extensions' - -config section - option name 'dialplanvoice' - option title 'Dialplan Voicemail' - option package 'asterisk' - option named false - option unique false - option dynamic false - option required false - -config section - option name 'dialplanexten' - option title 'Dialplan Extension' - option package 'asterisk' - option named false - option unique false - option dynamic false - option required false - -config section - option name 'dialplanmeetme' - option title 'Dialplan Conference' - option package 'asterisk' - option named false - option unique false - option dynamic false - option required false - -config section - option name 'dialplansaytime' - option title 'Dialplan Time' - option package 'asterisk' - option named false - option unique false - option dynamic false - option required false - -config section - option name 'dialplangoto' - option title 'Dialplan Goto' - option package 'asterisk' - option named false - option unique false - option dynamic false - option required false - - -config section - option name 'dialzone' - option title 'Dial Zones for Dialplan' - option package 'asterisk' - option named true - option unique false - option dynamic false - option required false - -config variable - option name 'addprefix' - option title 'Prefix to add matching dialplans' - option section 'asterisk.dialzone' - option datatype 'integer' - -config variable - option name 'localprefix' - option title 'Prefix (0) to add/remove to/from international numbers' - option section 'asterisk.dialzone' - option datatype 'string' - -config variable - option name 'match' - option title 'Match plan' - option section 'asterisk.dialzone' - option datatype 'string' - -config variable - option name 'international' - option title 'Match International prefix' - option section 'asterisk.dialzone' - option datatype 'string' - option type 'lazylist' - -config variable - option name 'localzone' - option title 'Dialzone for international numbers matched as local' - option section 'asterisk.dialzone' - option datatype 'string' - option valueof 'asterisk.dialplan' - option valueof 'asterisk.dialzone' - -config variable - option name 'uses' - option title 'Connection to use' - option section 'asterisk.dialzone' - option datatype 'string' - - -config section - option name 'featurepark' - option title 'Parking Feature' - option package 'asterisk' - option named false - option unique true - option dynamic false - option required false - -config variable - option name 'parkenabled' - option title 'Enable Parking' - option section 'asterisk.featurepark' - option datatype 'boolean' - -config variable - option name 'adsipark' - option title 'ADSI Park' - option section 'asterisk.featurepark' - option datatype 'boolean' - option depends 'asterisk.featurepark.parkenabled=true' - -config variable - option name 'atxfernoanswertimeout' - option title 'Attended transfer timeout (sec)' - option section 'asterisk.featurepark' - option datatype 'integer' - option depends 'asterisk.featurepark.parkenabled=true' - -config variable - option name 'automon' - option title 'One touch record key' - option section 'asterisk.featurepark' - option datatype 'string' - option depends 'asterisk.featurepark.parkenabled=true' - -config variable - option name 'context' - option title 'Name of call context for parking' - option section 'asterisk.featurepark' - option datatype 'string' - option depends 'asterisk.featurepark.parkenabled=true' - -config variable - option name 'courtesytone' - option title 'Sound file to play to parked caller' - option section 'asterisk.featurepark' - option datatype 'string' - option depends 'asterisk.featurepark.parkenabled=true' - -config variable - option name 'featuredigittimeout' - option title 'Max time (ms) between digits for feature activation' - option section 'asterisk.featurepark' - option datatype 'integer' - option depends 'asterisk.featurepark.parkenabled=true' - -config variable - option name 'findslot' - option title 'Method to Find Parking slot' - option section 'asterisk.featurepark' - option type 'enum' - option depends 'asterisk.featurepark.parkenabled=true' - -config enum - option variable 'asterisk.featurepark.findslot' - option value 'first' - option title 'First available slot' - -config enum - option variable 'asterisk.featurepark.findslot' - option value 'next' - option title 'Next free parking space' - -config variable - option name 'parkedmusicclass' - option title 'Music on Hold class for the parked channel' - option section 'asterisk.featurepark' - option datatype 'string' - option valueof 'asterisk.moh' - option depends 'asterisk.featurepark.parkenabled=true' - -config variable - option name 'parkedplay' - option title 'Play courtesy tone to' - option section 'asterisk.featurepark' - option type 'enum' - option depends 'asterisk.featurepark.parkenabled=true' - -config enum - option variable 'asterisk.featurepark.parkedplay' - option value 'caller' - option title 'Caller' - -config enum - option variable 'asterisk.featurepark.parkedplay' - option value 'parked' - option title 'Parked user' - -config enum - option variable 'asterisk.featurepark.parkedplay' - option value 'both' - option title 'Both' - -config variable - option name 'parkext' - option title 'Extension to dial to park' - option section 'asterisk.featurepark' - option datatype 'string' - option depends 'asterisk.featurepark.parkenabled=true' - -config variable - option name 'parkingtime' - option title 'Parking time (secs)' - option section 'asterisk.featurepark' - option datatype 'integer' - option depends 'asterisk.featurepark.parkenabled=true' - -config variable - option name 'parkpos' - option title 'Range of extensions for call parking' - option section 'asterisk.featurepark' - option datatype 'string' - option depends 'asterisk.featurepark.parkenabled=true' - -config variable - option name 'pickupexten' - option title 'Pickup extension' - option section 'asterisk.featurepark' - option datatype 'string' - option depends 'asterisk.featurepark.parkenabled=true' - -config variable - option name 'transferdigittimeout' - option title 'Seconds to wait bewteen digits when transferring' - option section 'asterisk.featurepark' - option datatype 'integer' - option depends 'asterisk.featurepark.parkenabled=true' - -config variable - option name 'xferfailsound' - option title 'sound when attended transfer is complete' - option section 'asterisk.featurepark' - option datatype 'string' - option depends 'asterisk.featurepark.parkenabled=true' - -config variable - option name 'xfersound' - option title 'Sound when attended transfer fails' - option section 'asterisk.featurepark' - option datatype 'string' - option depends 'asterisk.featurepark.parkenabled=true' - - -config section - option name 'featuremap' - option title 'Feature Key maps' - option package 'asterisk' - option named false - option unique true - option dynamic false - option required false - -config variable - option name 'blindxfer' - option title 'Blind transfer key' - option section 'asterisk.featuremap' - option datatype 'string' - -config variable - option name 'disconnect' - option title 'Key to Disconnect call' - option section 'asterisk.featuremap' - option datatype 'string' - -config variable - option name 'atxfer' - option title 'Attended transfer key' - option section 'asterisk.featuremap' - option datatype 'string' - -config variable - option name 'parkcall' - option title 'Key to Park call' - option section 'asterisk.featuremap' - option datatype 'string' - - -config section - option name 'hardwarereboot' - option title 'Reload Hardware Config' - option package 'asterisk' - option named true - option unique true - option dynamic false - option required false - -config variable - option name 'method' - option title 'Reboot Method' - option section 'asterisk.hardwarereboot' - option type 'enum' - -config enum - option variable 'asterisk.hardwarereboot.method' - option value 'web' - option title 'Web URL (wget)' - -config enum - option variable 'asterisk.hardwarereboot.method' - option value 'system' - option title 'program to run' - -config variable - option name 'param' - option title 'Parameter' - option section 'asterisk.hardwarereboot' - option datatype 'string' - - -config section - option name 'meetmegeneral' - option title 'Meetme Conference General Options' - option package 'asterisk' - option named false - option unique true - option dynamic false - option required false - -config variable - option name 'audiobuffers' - option title 'Number of 20ms audio buffers to be used' - option section 'asterisk.meetmegeneral' - option datatype 'integer' - - -config section - option name 'meetme' - option title 'Meetme Conference' - option package 'asterisk' - option named true - option unique false - option dynamic false - option required false - -config variable - option name 'adminpin' - option title 'Admin PIN' - option section 'asterisk.meetme' - option datatype 'string' - -config variable - option name 'pin' - option title 'Meeting PIN' - option section 'asterisk.meetme' - option datatype 'string' - - -config section - option name 'moh' - option title 'Music On Hold' - option package 'asterisk' - option named true - option unique true - option dynamic false - option required false - -config variable - option name 'directory' - option title 'Directory of Music' - option section 'asterisk.moh' - option datatype 'directory' - -config variable - option name 'mode' - option title 'Option mode' - option section 'asterisk.moh' - option type 'enum' - -config enum - option variable 'asterisk.moh.mode' - option value 'system' - option title 'program to run' - -config enum - option variable 'asterisk.moh.mode' - option value 'files' - option title 'Read files from directory' - -config enum - option variable 'asterisk.moh.mode' - option value 'quietmp3' - option title 'Quite MP3' - -config enum - option variable 'asterisk.moh.mode' - option value 'mp3' - option title 'Loud MP3' - -config enum - option variable 'asterisk.moh.mode' - option value 'mp3nb' - option title 'unbuffered MP3' - -config enum - option variable 'asterisk.moh.mode' - option value 'quietmp3nb' - option title 'Quiet Unbuffered MP3' - -config enum - option variable 'asterisk.moh.mode' - option value 'custom' - option title 'Run a custom application' - -config variable - option name 'application' - option title 'Application' - option section 'asterisk.moh' - option datatype 'string' - option depends 'asterisk.moh.mode=custom' - -config variable - option name 'random' - option title 'Random Play' - option section 'asterisk.moh' - option datatype 'boolean' - - -config section - option name 'voicegeneral' - option title 'Voicemail general options' - option package 'asterisk' - option named false - option unique true - option dynamic false - option required false - -config variable - option name 'serveremail' - option title 'From Email address of server' - option section 'asterisk.voicegeneral' - option datatype 'string' - - -config section - option name 'voicemail' - option title 'Voice Mail boxes' - option package 'asterisk' - option named true - option unique false - option dynamic false - option required false - -config variable - option name 'email' - option title 'Email' - option section 'asterisk.voicemail' - option datatype 'string' - -config variable - option name 'attach' - option title 'Email contains attachment' - option section 'asterisk.voicemail' - option datatype 'boolean' - -config variable - option name 'name' - option title 'Display Name' - option section 'asterisk.voicemail' - option datatype 'string' - -config variable - option name 'password' - option title 'Password' - option section 'asterisk.voicemail' - option datatype 'string' - -config variable - option name 'zone' - option title 'Voice zone' - option section 'asterisk.voicemail' - option datatype 'string' - option valueof 'asterisk.voicezone' - - -config section - option name 'voicezone' - option title 'Voice Zone settings' - option package 'asterisk' - option named true - option unique false - option dynamic false - option required false - -config variable - option name 'message' - option title 'Message Format' - option section 'asterisk.voicezone' - option datatype 'string' - -config variable - option name 'zone' - option title 'Time Zone' - option section 'asterisk.voicezone' - option datatype 'string' diff --git a/applications/luci-coovachilli/Makefile b/applications/luci-coovachilli/Makefile deleted file mode 100644 index 81a96f6a83..0000000000 --- a/applications/luci-coovachilli/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -include ../../build/config.mk -include ../../build/module.mk \ No newline at end of file diff --git a/applications/luci-coovachilli/luasrc/controller/coovachilli.lua b/applications/luci-coovachilli/luasrc/controller/coovachilli.lua deleted file mode 100644 index 098f7b256a..0000000000 --- a/applications/luci-coovachilli/luasrc/controller/coovachilli.lua +++ /dev/null @@ -1,29 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: coovachilli.lua 3548 2008-10-09 20:28:07Z Cyrus $ -]]-- -module("luci.controller.coovachilli", package.seeall) - -function index() - - require("luci.i18n") - local i18n = luci.i18n.translate - - local cc = entry( { "admin", "services", "coovachilli" }, cbi("coovachilli"), i18n("coovachilli", "CoovaChilli"), 90) - cc.i18n = "coovachilli" - cc.subindex = true - - entry( { "admin", "services", "coovachilli", "network" }, cbi("coovachilli_network"), i18n("coovachilli_network", "Network Configuration"), 10) - entry( { "admin", "services", "coovachilli", "radius" }, cbi("coovachilli_radius"), i18n("coovachilli_radius", "Radius Configuration"), 20) - entry( { "admin", "services", "coovachilli", "auth" }, cbi("coovachilli_auth"), i18n("coovachilli_auth", "UAM and MAC Authentication"), 30) - -end diff --git a/applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua b/applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua deleted file mode 100644 index 23292fc394..0000000000 --- a/applications/luci-coovachilli/luasrc/i18n/coovachilli.en.lua +++ /dev/null @@ -1,177 +0,0 @@ -coovachilli = 'CoovaChilli' -coovachilli_general = 'General configuration' -coovachilli_general_desc = 'General CoovaChilli settings' -coovachilli_general_cmdsock = 'Command socket' -coovachilli_general_cmdsock_desc = 'UNIX socket used for communication with chilli_query' -coovachilli_general_interval = 'Config refresh interval' -coovachilli_general_interval_desc = 'Re-read configuration file and do DNS lookups every interval seconds. This has the same effect as sending the HUP signal. If interval is 0 (zero) this feature is disabled. ' -coovachilli_general_pidfile = 'Pid file' -coovachilli_general_pidfile_desc = 'Filename to put the process id' -coovachilli_general_statedir = 'State directory' -coovachilli_general_statedir_desc = 'Directory of non-volatile data' -coovachilli_tun = 'TUN/TAP configuration' -coovachilli_tun_desc = 'Network/Tun configuration' -coovachilli_tun_condown = 'Network down script' -coovachilli_tun_condown_desc = 'Script executed after a session has moved from authorized state to unauthorized' -coovachilli_tun_conup = 'Network up script' -coovachilli_tun_conup_desc = 'Script executed after the tun network interface has been brought up' -coovachilli_tun_dns1 = 'Primary DNS Server' -coovachilli_tun_dns1_desc = 'Is used to inform the client about the DNS address to use for host name resolution' -coovachilli_tun_dns2 = 'Secondary DNS Server' -coovachilli_tun_dns2_desc = 'Is used to inform the client about the DNS address to use for host name resolution' -coovachilli_tun_domain = 'Domain name' -coovachilli_tun_domain_desc = 'Is used to inform the client about the domain name to use for DNS lookups' -coovachilli_tun_dynip = 'Dynamic IP address pool' -coovachilli_tun_dynip_desc = 'Specifies a pool of dynamic IP addresses' -coovachilli_tun_ipdown = 'IP down script' -coovachilli_tun_ipdown_desc = 'Script executed after the tun network interface has been taken down' -coovachilli_tun_ipup = 'IP up script' -coovachilli_tun_ipup_desc = 'Script executed after the TUN/TAP network interface has been brought up' -coovachilli_tun_net = 'Uplink subnet' -coovachilli_tun_net_desc = 'Network address of the uplink interface (CIDR notation)' -coovachilli_tun_statip = 'Static IP address pool' -coovachilli_tun_statip_desc = 'Specifies a pool of static IP addresses' -coovachilli_tun_tundev = 'TUN/TAP device' -coovachilli_tun_tundev_desc = 'The specific device to use for the TUN/TAP interface' -coovachilli_tun_txqlen = 'TX queue length' -coovachilli_tun_txqlen_desc = 'The TX queue length to set on the TUN/TAP interface' -coovachilli_tun_usetap = 'Use TAP device' -coovachilli_tun_usetap_desc = 'Use the TAP interface instead of TUN' -coovachilli_dhcp = 'DHCP configuration' -coovachilli_dhcp_desc = 'Set DHCP options for connecting clients' -coovachilli_dhcp_dhcpend = 'DHCP end number' -coovachilli_dhcp_dhcpend_desc = 'Where to stop assigning IP addresses (default 254)' -coovachilli_dhcp_dhcpif = 'DHCP interface' -coovachilli_dhcp_dhcpif_desc = 'Ethernet interface to listen to for the downlink interface' -coovachilli_dhcp_dhcpmac = 'Listen MAC address' -coovachilli_dhcp_dhcpmac_desc = 'MAC address to listen to. If not specified the MAC address of the interface will be used' -coovachilli_dhcp_dhcpstart = 'DHCP start number' -coovachilli_dhcp_dhcpstart_desc = 'Where to start assigning IP addresses (default 10)' -coovachilli_dhcp_eapolenable = 'Enable IEEE 802.1x' -coovachilli_dhcp_eapolenable_desc = 'Enable IEEE 802.1x authentication and listen for EAP requests' -coovachilli_dhcp_lease = 'Leasetime' -coovachilli_dhcp_lease_desc = 'Use a DHCP lease of seconds (default 600)' -coovachilli_radius = 'RADIUS configuration' -coovachilli_radius_desc = 'RADIUS configuration' -coovachilli_radius_acctupdate = 'Allow session update through RADIUS' -coovachilli_radius_acctupdate_desc = 'Allow updating of session parameters with RADIUS attributes sent in Accounting-Response' -coovachilli_radius_adminpasswd = 'Admin password' -coovachilli_radius_adminpasswd_desc = 'Password to use for Administrative-User authentication in order to pick up chilli configurations and establish a device "system" session' -coovachilli_radius_adminuser = 'Admin user' -coovachilli_radius_adminuser_desc = 'User-name to use for Administrative-User authentication in order to pick up chilli configurations and establish a device "system" session' -coovachilli_radius_coanoipcheck = 'Do not check disconnection requests' -coovachilli_radius_coanoipcheck_desc = 'Do not check the source IP address of radius disconnect requests' -coovachilli_radius_coaport = 'RADIUS disconnect port' -coovachilli_radius_coaport_desc = 'UDP port to listen to for accepting radius disconnect requests' -coovachilli_radius_nasip = 'NAS IP' -coovachilli_radius_nasip_desc = 'Value to use in RADIUS NAS-IP-Address attribute' -coovachilli_radius_nasmac = 'NAS MAC' -coovachilli_radius_nasmac_desc = 'MAC address value to use in RADIUS Called-Station-ID attribute' -coovachilli_radius_openidauth = 'Allow OpenID authentication' -coovachilli_radius_openidauth_desc = 'Allows OpenID authentication by sending ChilliSpot-Config=allow-openidauth in RADIUS Access-Requests' -coovachilli_radius_radiusacctport = 'RADIUS accounting port' -coovachilli_radius_radiusacctport_desc = 'The UDP port number to use for radius accounting requests (default 1813)' -coovachilli_radius_radiusauthport = 'RADIUS authentication port' -coovachilli_radius_radiusauthport_desc = 'The UDP port number to use for radius authentication requests (default 1812)' -coovachilli_radius_radiuscalled = 'Option radiuscalled' -coovachilli_radius_radiuslisten = 'RADIUS listen address' -coovachilli_radius_radiuslisten_desc = 'Local interface IP address to use for the radius interface' -coovachilli_radius_radiuslocationid = 'RADIUS location ID' -coovachilli_radius_radiuslocationid_desc = 'WISPr Location ID' -coovachilli_radius_radiuslocationname = 'RADIUS location name' -coovachilli_radius_radiuslocationname_desc = 'WISPr Location Name' -coovachilli_radius_radiusnasid = 'NAS ID' -coovachilli_radius_radiusnasid_desc = 'Network access server identifier' -coovachilli_radius_radiusnasip = 'Option radiusnasip' -coovachilli_radius_radiusnasporttype = 'NAS port type' -coovachilli_radius_radiusnasporttype_desc = 'Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)' -coovachilli_radius_radiusoriginalurl = 'Send RADIUS VSA' -coovachilli_radius_radiusoriginalurl_desc = 'Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request' -coovachilli_radius_radiussecret = 'RADIUS secret' -coovachilli_radius_radiussecret_desc = 'Radius shared secret for both servers' -coovachilli_radius_radiusserver1 = 'RADIUS server 1' -coovachilli_radius_radiusserver1_desc = 'The IP address of radius server 1' -coovachilli_radius_radiusserver2 = 'RADIUS server 2' -coovachilli_radius_radiusserver2_desc = 'The IP address of radius server 2' -coovachilli_radius_swapoctets = 'Swap octets' -coovachilli_radius_swapoctets_desc = 'Swap the meaning of "input octets" and "output octets" as it related to RADIUS attribtues' -coovachilli_radius_wpaguests = 'Allow WPA guests' -coovachilli_radius_wpaguests_desc = 'Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-guests in RADIUS Access-Requests' -coovachilli_proxy = 'RADIUS proxy settings' -coovachilli_proxy_desc = 'RADIUS proxy settings' -coovachilli_proxy_proxyclient = 'Proxy client' -coovachilli_proxy_proxyclient_desc = 'IP address from which radius requests are accepted. If omitted the server will not accept radius requests' -coovachilli_proxy_proxylisten = 'Proxy listen address' -coovachilli_proxy_proxylisten_desc = 'Local interface IP address to use for accepting radius requests' -coovachilli_proxy_proxyport = 'Proxy port' -coovachilli_proxy_proxyport_desc = 'UDP Port to listen to for accepting radius requests' -coovachilli_proxy_proxysecret = 'Proxy secret' -coovachilli_proxy_proxysecret_desc = 'Radius shared secret for clients' -coovachilli_uam = 'UAM configuration' -coovachilli_uam_desc = 'Unified Configuration Method settings' -coovachilli_uam_chillixml = 'Use Chilli XML' -coovachilli_uam_chillixml_desc = 'Return the so-called Chilli XML along with WISPr XML' -coovachilli_uam_defidletimeout = 'Default idle timeout' -coovachilli_uam_defidletimeout_desc = 'Default idle timeout unless otherwise set by RADIUS (defaults to 0)' -coovachilli_uam_definteriminterval = 'Default interim interval' -coovachilli_uam_definteriminterval_desc = 'Default interim-interval for RADIUS accounting unless otherwise set by RADIUS (defaults to 0)' -coovachilli_uam_defsessiontimeout = 'Default session timeout' -coovachilli_uam_defsessiontimeout_desc = 'Default session timeout unless otherwise set by RADIUS (defaults to 0)' -coovachilli_uam_dnsparanoia = 'Inspect DNS traffic' -coovachilli_uam_dnsparanoia_desc = 'Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX records to prevent dns tunnels (experimental)' -coovachilli_uam_localusers = 'Local users file' -coovachilli_uam_localusers_desc = 'A colon seperated file containing usernames and passwords of locally authenticated users' -coovachilli_uam_locationname = 'Location name' -coovachilli_uam_locationname_desc = 'Human readable location name used in JSON interface' -coovachilli_uam_nouamsuccess = 'Do not redirect to UAM server' -coovachilli_uam_nouamsuccess_desc = 'Do not return to UAM server on login success, just redirect to original URL' -coovachilli_uam_nouamwispr = 'Do not do WISPr' -coovachilli_uam_nouamwispr_desc = 'Do not do any WISPr XML, assume the back-end is doing this instead' -coovachilli_uam_postauthproxy = 'Post auth proxy' -coovachilli_uam_postauthproxy_desc = 'Used with postauthproxyport to define a post authentication HTTP proxy server' -coovachilli_uam_postauthproxyport = 'Post auth proxy port' -coovachilli_uam_postauthproxyport_desc = 'Used with postauthproxy to define a post authentication HTTP proxy server' -coovachilli_uam_uamallowed = 'Allowed resources' -coovachilli_uam_uamallowed_desc = 'List of resources the client can access without first authenticating' -coovachilli_uam_uamanydns = 'Allow any DNS server' -coovachilli_uam_uamanydns_desc = 'Allow any DNS server for unauthenticated clients' -coovachilli_uam_uamanyip = 'Allow any IP address' -coovachilli_uam_uamanyip_desc = 'Allow clients to use any IP settings they wish by spoofing ARP (experimental)' -coovachilli_uam_uamdomain = 'Allowed domains' -coovachilli_uam_uamdomain_desc = 'Defines a list of domain names to automatically add to the walled garden' -coovachilli_uam_uamhomepage = 'UAM homepage' -coovachilli_uam_uamhomepage_desc = 'URL of homepage to redirect unauthenticated users to' -coovachilli_uam_uamiport = 'UAM static content port' -coovachilli_uam_uamiport_desc = 'TCP port to bind to for only serving embedded content' -coovachilli_uam_uamlisten = 'UAM listening address' -coovachilli_uam_uamlisten_desc = 'IP address to listen to for authentication of clients' -coovachilli_uam_uamlogoutip = 'UAM logout IP' -coovachilli_uam_uamlogoutip_desc = 'Use this IP address to instantly logout a client accessing it (defaults to 1.1.1.1)' -coovachilli_uam_uamport = 'UAM listening port' -coovachilli_uam_uamport_desc = 'TCP port to bind to for authenticating clients (default 3990)' -coovachilli_uam_uamsecret = 'UAM secret' -coovachilli_uam_uamsecret_desc = 'Shared secret between uamserver and chilli' -coovachilli_uam_uamserver = 'UAM server' -coovachilli_uam_uamserver_desc = 'URL of web server to use for authenticating clients' -coovachilli_uam_uamui = 'UAM user interface' -coovachilli_uam_uamui_desc = 'An init.d style program to handle local content on the uamuiport web server' -coovachilli_uam_usestatusfile = 'Use status file' -coovachilli_uam_usestatusfile_desc = 'Write the status of clients in a non-volatile state file (experimental)' -coovachilli_uam_wisprlogin = 'WISPr login url' -coovachilli_uam_wisprlogin_desc = 'Specific URL to be given in WISPr XML LoginURL' -coovachilli_uam_wwwbin = 'CGI program' -coovachilli_uam_wwwbin_desc = 'Executable to run as a CGI type program (like haserl) for URLs with extention .chi' -coovachilli_uam_wwwdir = 'Web content directory' -coovachilli_uam_wwwdir_desc = 'Directory where embedded local web content is placed' -coovachilli_macauth = 'MAC configuration' -coovachilli_macauth_desc = 'Configure MAC authentication' -coovachilli_macauth_macallowed = 'Allowed MAC addresses' -coovachilli_macauth_macallowed_desc = 'List of MAC addresses for which MAC authentication will be performed' -coovachilli_macauth_macallowlocal = 'Authenticate locally allowed MACs' -coovachilli_macauth_macallowlocal_desc = 'Authenticate allowed MAC addresses without the use of RADIUS' -coovachilli_macauth_macauth = 'Enable MAC authentification' -coovachilli_macauth_macauth_desc = 'Try to authenticate all users based on their mac address alone' -coovachilli_macauth_macpasswd = 'Password' -coovachilli_macauth_macpasswd_desc = 'Password used when performing MAC authentication' -coovachilli_macauth_macsuffix = 'Suffix' -coovachilli_macauth_macsuffix_desc = 'Suffix to add to the MAC address in order to form the User-Name, which is sent to the radius server' diff --git a/applications/luci-coovachilli/luasrc/i18n/coovachilli.en.xml b/applications/luci-coovachilli/luasrc/i18n/coovachilli.en.xml deleted file mode 100644 index 9efff41937..0000000000 --- a/applications/luci-coovachilli/luasrc/i18n/coovachilli.en.xml +++ /dev/null @@ -1,190 +0,0 @@ - - - - -CoovaChilli - -General configuration -General CoovaChilli settings -Command socket -UNIX socket used for communication with chilli_query -Config refresh interval -Re-read configuration file and do DNS lookups every interval seconds. This has the same effect as sending the HUP signal. If interval is 0 (zero) this feature is disabled. -Pid file -Filename to put the process id -State directory -Directory of non-volatile data - -TUN/TAP configuration -Network/Tun configuration -Network down script -Script executed after a session has moved from authorized state to unauthorized -Network up script -Script executed after the tun network interface has been brought up -Primary DNS Server -Is used to inform the client about the DNS address to use for host name resolution -Secondary DNS Server -Is used to inform the client about the DNS address to use for host name resolution -Domain name -Is used to inform the client about the domain name to use for DNS lookups -Dynamic IP address pool -Specifies a pool of dynamic IP addresses -IP down script -Script executed after the tun network interface has been taken down -IP up script -Script executed after the TUN/TAP network interface has been brought up -Uplink subnet -Network address of the uplink interface (CIDR notation) -Static IP address pool -Specifies a pool of static IP addresses -TUN/TAP device -The specific device to use for the TUN/TAP interface -TX queue length -The TX queue length to set on the TUN/TAP interface -Use TAP device -Use the TAP interface instead of TUN - -DHCP configuration -Set DHCP options for connecting clients -DHCP end number -Where to stop assigning IP addresses (default 254) -DHCP interface -Ethernet interface to listen to for the downlink interface -Listen MAC address -MAC address to listen to. If not specified the MAC address of the interface will be used -DHCP start number -Where to start assigning IP addresses (default 10) -Enable IEEE 802.1x -Enable IEEE 802.1x authentication and listen for EAP requests -Leasetime -Use a DHCP lease of seconds (default 600) - -RADIUS configuration -RADIUS configuration -Allow session update through RADIUS -Allow updating of session parameters with RADIUS attributes sent in Accounting-Response -Admin password -Password to use for Administrative-User authentication in order to pick up chilli configurations and establish a device "system" session -Admin user -User-name to use for Administrative-User authentication in order to pick up chilli configurations and establish a device "system" session -Do not check disconnection requests -Do not check the source IP address of radius disconnect requests -RADIUS disconnect port -UDP port to listen to for accepting radius disconnect requests -NAS IP -Value to use in RADIUS NAS-IP-Address attribute -NAS MAC -MAC address value to use in RADIUS Called-Station-ID attribute -Allow OpenID authentication -Allows OpenID authentication by sending ChilliSpot-Config=allow-openidauth in RADIUS Access-Requests -RADIUS accounting port -The UDP port number to use for radius accounting requests (default 1813) -RADIUS authentication port -The UDP port number to use for radius authentication requests (default 1812) -Option radiuscalled -RADIUS listen address -Local interface IP address to use for the radius interface -RADIUS location ID -WISPr Location ID -RADIUS location name -WISPr Location Name -NAS ID -Network access server identifier -Option radiusnasip -NAS port type -Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11) -Send RADIUS VSA -Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request -RADIUS secret -Radius shared secret for both servers -RADIUS server 1 -The IP address of radius server 1 -RADIUS server 2 -The IP address of radius server 2 -Swap octets -Swap the meaning of "input octets" and "output octets" as it related to RADIUS attribtues -Allow WPA guests -Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-guests in RADIUS Access-Requests - -RADIUS proxy settings -RADIUS proxy settings -Proxy client -IP address from which radius requests are accepted. If omitted the server will not accept radius requests -Proxy listen address -Local interface IP address to use for accepting radius requests -Proxy port -UDP Port to listen to for accepting radius requests -Proxy secret -Radius shared secret for clients - -UAM configuration -Unified Configuration Method settings -Use Chilli XML -Return the so-called Chilli XML along with WISPr XML -Default idle timeout -Default idle timeout unless otherwise set by RADIUS (defaults to 0) -Default interim interval -Default interim-interval for RADIUS accounting unless otherwise set by RADIUS (defaults to 0) -Default session timeout -Default session timeout unless otherwise set by RADIUS (defaults to 0) -Inspect DNS traffic -Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX records to prevent dns tunnels (experimental) -Local users file -A colon seperated file containing usernames and passwords of locally authenticated users -Location name -Human readable location name used in JSON interface -Do not redirect to UAM server -Do not return to UAM server on login success, just redirect to original URL -Do not do WISPr -Do not do any WISPr XML, assume the back-end is doing this instead -Post auth proxy -Used with postauthproxyport to define a post authentication HTTP proxy server -Post auth proxy port -Used with postauthproxy to define a post authentication HTTP proxy server -Allowed resources -List of resources the client can access without first authenticating -Allow any DNS server -Allow any DNS server for unauthenticated clients -Allow any IP address -Allow clients to use any IP settings they wish by spoofing ARP (experimental) -Allowed domains -Defines a list of domain names to automatically add to the walled garden -UAM homepage -URL of homepage to redirect unauthenticated users to -UAM static content port -TCP port to bind to for only serving embedded content -UAM listening address -IP address to listen to for authentication of clients -UAM logout IP -Use this IP address to instantly logout a client accessing it (defaults to 1.1.1.1) -UAM listening port -TCP port to bind to for authenticating clients (default 3990) -UAM secret -Shared secret between uamserver and chilli -UAM server -URL of web server to use for authenticating clients -UAM user interface -An init.d style program to handle local content on the uamuiport web server -Use status file -Write the status of clients in a non-volatile state file (experimental) -WISPr login url -Specific URL to be given in WISPr XML LoginURL -CGI program -Executable to run as a CGI type program (like haserl) for URLs with extention .chi -Web content directory -Directory where embedded local web content is placed - -MAC configuration -Configure MAC authentication -Allowed MAC addresses -List of MAC addresses for which MAC authentication will be performed -Authenticate locally allowed MACs -Authenticate allowed MAC addresses without the use of RADIUS -Enable MAC authentification -Try to authenticate all users based on their mac address alone -Password -Password used when performing MAC authentication -Suffix -Suffix to add to the MAC address in order to form the User-Name, which is sent to the radius server - - diff --git a/applications/luci-coovachilli/luasrc/model/cbi/coovachilli.lua b/applications/luci-coovachilli/luasrc/model/cbi/coovachilli.lua deleted file mode 100644 index 111e9ce3b5..0000000000 --- a/applications/luci-coovachilli/luasrc/model/cbi/coovachilli.lua +++ /dev/null @@ -1,31 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: coovachilli.lua 3442 2008-09-25 10:12:21Z jow $ -]]-- - - -m = Map("coovachilli") - --- general -s = m:section(TypedSection, "general") -s.anonymous = true - -s:option( Flag, "debug" ) -s:option( Value, "interval" ) -s:option( Value, "pidfile" ).optional = true -s:option( Value, "statedir" ).optional = true -s:option( Value, "cmdsock" ).optional = true -s:option( Value, "logfacility" ).optional = true - - -return m diff --git a/applications/luci-coovachilli/luasrc/model/cbi/coovachilli_auth.lua b/applications/luci-coovachilli/luasrc/model/cbi/coovachilli_auth.lua deleted file mode 100644 index f532eea18a..0000000000 --- a/applications/luci-coovachilli/luasrc/model/cbi/coovachilli_auth.lua +++ /dev/null @@ -1,76 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: coovachilli_auth.lua 3445 2008-09-25 12:11:56Z jow $ -]]-- - - -m = Map("coovachilli") - --- uam config -s1 = m:section(TypedSection, "uam") -s1.anonymous = true - -s1:option( Value, "uamserver" ) -s1:option( Value, "uamsecret" ).password = true - -s1:option( Flag, "uamanydns" ) -s1:option( Flag, "nouamsuccess" ) -s1:option( Flag, "nouamwispr" ) -s1:option( Flag, "chillixml" ) -s1:option( Flag, "uamanyip" ).optional = true -s1:option( Flag, "dnsparanoia" ).optional = true -s1:option( Flag, "usestatusfile" ).optional = true - -s1:option( Value, "uamhomepage" ).optional = true -s1:option( Value, "uamlisten" ).optional = true -s1:option( Value, "uamport" ).optional = true -s1:option( Value, "uamiport" ).optional = true -s1:option( DynamicList, "uamdomain" ).optional = true -s1:option( Value, "uamlogoutip" ).optional = true -s1:option( DynamicList, "uamallowed" ).optional = true -s1:option( Value, "uamui" ).optional = true - -s1:option( Value, "wisprlogin" ).optional = true - -s1:option( Value, "defsessiontimeout" ).optional = true -s1:option( Value, "defidletimeout" ).optional = true -s1:option( Value, "definteriminterval" ).optional = true - -s1:option( Value, "ssid" ).optional = true -s1:option( Value, "vlan" ).optional = true -s1:option( Value, "nasip" ).optional = true -s1:option( Value, "nasmac" ).optional = true -s1:option( Value, "wwwdir" ).optional = true -s1:option( Value, "wwwbin" ).optional = true - -s1:option( Value, "localusers" ).optional = true -s1:option( Value, "postauthproxy" ).optional = true -s1:option( Value, "postauthproxyport" ).optional = true -s1:option( Value, "locationname" ).optional = true - - --- mac authentication -s2 = m:section(TypedSection, "macauth") -s2.anonymous = true - -s2:option( Flag, "macauth" ) -s2:option( Flag, "macallowlocal" ) -s2:option( DynamicList, "macallowed" ) - -pw = s2:option( Value, "macpasswd" ) -pw.optional = true -pw.password = true - -s2:option( Value, "macsuffix" ).optional = true - -return m diff --git a/applications/luci-coovachilli/luasrc/model/cbi/coovachilli_network.lua b/applications/luci-coovachilli/luasrc/model/cbi/coovachilli_network.lua deleted file mode 100644 index 6f89986d30..0000000000 --- a/applications/luci-coovachilli/luasrc/model/cbi/coovachilli_network.lua +++ /dev/null @@ -1,67 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: coovachilli_network.lua 3438M 2008-11-29 19:56:35Z (local) $ -]]-- - -require("luci.sys") -require("luci.ip") - -m = Map("coovachilli") - --- tun -s1 = m:section(TypedSection, "tun") -s1.anonymous = true - -s1:option( Flag, "usetap" ) -s1:option( Value, "tundev" ).optional = true -s1:option( Value, "txqlen" ).optional = true - -net = s1:option( Value, "net" ) -for _, route in ipairs(luci.sys.net.routes()) do - if route.device ~= "lo" and route.dest:prefix() < 32 then - net:value( route.dest:string() ) - end -end - -s1:option( Value, "dynip" ).optional = true -s1:option( Value, "statip" ).optional = true - -s1:option( Value, "dns1" ).optional = true -s1:option( Value, "dns2" ).optional = true -s1:option( Value, "domain" ).optional = true - -s1:option( Value, "ipup" ).optional = true -s1:option( Value, "ipdown" ).optional = true - -s1:option( Value, "conup" ).optional = true -s1:option( Value, "condown" ).optional = true - - --- dhcp config -s2 = m:section(TypedSection, "dhcp") -s2.anonymous = true - -dif = s2:option( Value, "dhcpif" ) -for _, nif in ipairs(luci.sys.net.devices()) do - if nif ~= "lo" then dif:value(nif) end -end - -s2:option( Value, "dhcpmac" ).optional = true -s2:option( Value, "lease" ).optional = true -s2:option( Value, "dhcpstart" ).optional = true -s2:option( Value, "dhcpend" ).optional = true - -s2:option( Flag, "eapolenable" ) - - -return m diff --git a/applications/luci-coovachilli/luasrc/model/cbi/coovachilli_radius.lua b/applications/luci-coovachilli/luasrc/model/cbi/coovachilli_radius.lua deleted file mode 100644 index 019fbcd3a9..0000000000 --- a/applications/luci-coovachilli/luasrc/model/cbi/coovachilli_radius.lua +++ /dev/null @@ -1,67 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: coovachilli_radius.lua 3438 2008-09-25 00:42:55Z jow $ -]]-- - - -m = Map("coovachilli") - --- radius server -s1 = m:section(TypedSection, "radius") -s1.anonymous = true - -s1:option( Value, "radiusserver1" ) -s1:option( Value, "radiusserver2" ) -s1:option( Value, "radiussecret" ).password = true - -s1:option( Value, "radiuslisten" ).optional = true -s1:option( Value, "radiusauthport" ).optional = true -s1:option( Value, "radiusacctport" ).optional = true - -s1:option( Value, "radiusnasid" ).optional = true -s1:option( Value, "radiusnasip" ).optional = true - -s1:option( Value, "radiuscalled" ).optional = true -s1:option( Value, "radiuslocationid" ).optional = true -s1:option( Value, "radiuslocationname" ).optional = true - -s1:option( Value, "radiusnasporttype" ).optional = true - -s1:option( Flag, "radiusoriginalurl" ) - -s1:option( Value, "adminuser" ).optional = true -rs = s1:option( Value, "adminpassword" ) -rs.optional = true -rs.password = true - -s1:option( Flag, "swapoctets" ) -s1:option( Flag, "openidauth" ) -s1:option( Flag, "wpaguests" ) -s1:option( Flag, "acctupdate" ) - -s1:option( Value, "coaport" ).optional = true -s1:option( Flag, "coanoipcheck" ) - - --- radius proxy -s2 = m:section(TypedSection, "proxy") -s2.anonymous = true - -s2:option( Value, "proxylisten" ).optional = true -s2:option( Value, "proxyport" ).optional = true -s2:option( Value, "proxyclient" ).optional = true -ps = s2:option( Value, "proxysecret" ) -ps.optional = true -ps.password = true - -return m diff --git a/applications/luci-coovachilli/root/etc/config/coovachilli b/applications/luci-coovachilli/root/etc/config/coovachilli deleted file mode 100644 index 0b6be2c593..0000000000 --- a/applications/luci-coovachilli/root/etc/config/coovachilli +++ /dev/null @@ -1,243 +0,0 @@ -############################################################################## -# -# Sample CoovaChilli configuration file -# -############################################################################## - -# General settings -config general - - # Enable this flag to include debug information. - option debug 0 - - # Re-read configuration file at this interval. Will also cause new domain - # name lookups to be performed. Value is given in seconds. - option interval 3600 - - # File to store information about the process id of the program. - # The program must have write access to this file/directory. - option pidfile /var/run/chilli.pid - - # Directory to use for nonvolatile storage. - # The program must have write access to this directory. - # This tag is currently ignored - #option statedir ./ - - -# TUN parameters -config tun - - # IP network address of external packet data network - # Used to allocate dynamic IP addresses and set up routing. - # Normally you do not need to uncomment this tag. - option net 192.168.182.0/24 - - # Dynamic IP address pool - # Used to allocate dynamic IP addresses to clients. - # If not set it defaults to the net tag. - # Do not uncomment this tag unless you are an experienced user! - #option dynip 192.168.182.0/24 - - # Static IP address pool - # Used to allocate static IP addresses to clients. - # Do not uncomment this tag unless you are an experienced user! - #option statip 192.168.182.0/24 - - # Primary DNS server. - # Will be suggested to the client. - # If omitted the system default will be used. - # Normally you do not need to uncomment this tag. - #option dns1 172.16.0.5 - - # Secondary DNS server. - # Will be suggested to the client. - # If omitted the system default will be used. - # Normally you do not need to uncomment this tag. - #option dns2 172.16.0.6 - - # Domain name - # Will be suggested to the client. - # Normally you do not need to uncomment this tag. - option domain key.chillispot.org - - # Script executed after network interface has been brought up. - # Executed with the following parameters: - # Normally you do not need to uncomment this tag. - #option ipup /etc/chilli.ipup - - # Script executed after network interface has been taken down. - # Executed with the following parameters: - # Normally you do not need to uncomment this tag. - #option ipdown /etc/chilli.ipdown - - # Script executed after a user has been authenticated. - # Executed with the following parameters: - # - # Normally you do not need to uncomment this tag. - #option conup /etc/chilli.conup - - # Script executed after a user has disconnected. - # Executed with the following parameters: - # - # Normally you do not need to uncomment this tag. - #option condown /etc/chilli.condown - - -# DHCP Parameters -config dhcp - - # Ethernet interface to listen to. - # This is the network interface which is connected to the access points. - # In a typical configuration this tag should be set to eth1. - option dhcpif eth1 - - # Use specified MAC address. - # An address in the range 00:00:5E:00:02:00 - 00:00:5E:FF:FF:FF falls - # within the IANA range of addresses and is not allocated for other - # purposes. - # Normally you do not need to uncomment this tag. - #option dhcpmac 00:00:5E:00:02:00 - - # Time before DHCP lease expires - # Normally you do not need to uncomment this tag. - #option lease 600 - - -# Radius parameters -config radius - - # IP address to listen to - # Normally you do not need to uncomment this tag. - #option radiuslisten 127.0.0.1 - - # IP address of radius server 1 - # For most installations you need to modify this tag. - option radiusserver1 rad01.chillispot.org - - # IP address of radius server 2 - # If you have only one radius server you should set radiusserver2 to the - # same value as radiusserver1. - # For most installations you need to modify this tag. - option radiusserver2 rad02.chillispot.org - - # Radius authentication port - # The UDP port number to use for radius authentication requests. - # The same port number is used for both radiusserver1 and radiusserver2. - # Normally you do not need to uncomment this tag. - #option radiusauthport 1812 - - # Radius accounting port - # The UDP port number to use for radius accounting requests. - # The same port number is used for both radiusserver1 and radiusserver2. - # Normally you do not need to uncomment this tag. - #option radiusacctport 1813 - - # Radius shared secret for both servers - # For all installations you should modify this tag. - #option radiussecret testing123 - - # Radius NAS-Identifier - # Normally you do not need to uncomment this tag. - #option radiusnasid nas01 - - # Radius NAS-IP-Address - # Normally you do not need to uncomment this tag. - #option radiusnasip 127.0.0.1 - - # Radius Called-Station-ID - # Normally you do not need to uncomment this tag. - #option radiuscalled 00133300 - - # WISPr Location ID. Should be in the format: isocc=, - # cc=,ac=,network= - # Normally you do not need to uncomment this tag. - #option radiuslocationid isocc=us,cc=1,ac=408,network=ACMEWISP_NewarkAirport - - # WISPr Location Name. Should be in the format: - # , - # Normally you do not need to uncomment this tag. - #option radiuslocationname ACMEWISP,Gate_14_Terminal_C_of_Newark_Airport - - -# Radius proxy parameters -config proxy - - # IP address to listen to - # Normally you do not need to uncomment this tag. - #option proxylisten 10.0.0.1 - - # UDP port to listen to. - # If not specified a port will be selected by the system - # Normally you do not need to uncomment this tag. - #option proxyport 1645 - - # Client(s) from which we accept radius requests - # Normally you do not need to uncomment this tag. - #option proxyclient 10.0.0.1/24 - - # Radius proxy shared secret for all clients - # If not specified defaults to radiussecret - # Normally you do not need to uncomment this tag. - #option proxysecret testing123 - - -# Universal access method (UAM) parameters -config uam - - # URL of web server handling authentication. - option uamserver https://radius.chillispot.org/hotspotlogin - - # URL of welcome homepage. - # Unauthenticated users will be redirected to this URL. If not specified - # users will be redirected to the uamserver instead. - # Normally you do not need to uncomment this tag. - #option uamhomepage http://192.168.182.1/welcome.html - - # Shared between chilli and authentication web server - #option uamsecret ht2eb8ej6s4et3rg1ulp - - # IP address to listen to for authentication requests - # Do not uncomment this tag unless you are an experienced user! - #option uamlisten 192.168.182.1 - - # TCP port to listen to for authentication requests - # Do not uncomment this tag unless you are an experienced user! - #option uamport 3990 - - # Comma separated list of domain names, IP addresses or network segments - # the client can access without first authenticating. - # It is possible to specify this tag multiple times. - # Normally you do not need to uncomment this tag. - #list uamallowed www.chillispot.org - #list uamallowed 10.11.12.0/24 - - # If this flag is given unauthenticated users are allowed to use - # any DNS server. - # Normally you do not need to uncomment this tag. - #uamanydns - - -# MAC authentication -config macauth - - # If this flag is given users will be authenticated only on their MAC - # address. - # Normally you do not need to enable this flag. - option macauth 0 - - # List of MAC addresses. - # The MAC addresses specified in this list will be authenticated only on - # their MAC address. - # This tag is ignored if the macauth tag is given. - # It is possible to specify this tag multiple times. - # Normally you do not need to uncomment this tag. - #list macallowed 00-0A-5E-AC-BE-51 - #list macallowed 00-30-1B-3C-32-E9 - - # Password to use for MAC authentication. - # Normally you do not need to uncomment this tag. - #option macpasswd password - - # Suffix to add to MAC address in order to form the username. - # Normally you do not need to uncomment this tag. - #option macsuffix suffix diff --git a/applications/luci-coovachilli/root/lib/uci/schema/default/coovachilli b/applications/luci-coovachilli/root/lib/uci/schema/default/coovachilli deleted file mode 100644 index 898381a6d5..0000000000 --- a/applications/luci-coovachilli/root/lib/uci/schema/default/coovachilli +++ /dev/null @@ -1,642 +0,0 @@ -package coovachilli - -config section - option name 'general' - option title 'General configuration' - option description 'General CoovaChilli settings' - option package 'coovachilli' - option unique true - option required true - -config variable - option name 'interval' - option title 'Config refresh interval' - option description 'Re-read configuration file and do DNS lookups every interval seconds. This has the same effect as sending the HUP signal. If interval is 0 (zero) this feature is disabled. ' - option section 'coovachilli.general' - option datatype 'uint' - -config variable - option name 'pidfile' - option title 'Pid file' - option description 'Filename to put the process id' - option section 'coovachilli.general' - option datatype 'string' - -config variable - option name 'statedir' - option title 'State directory' - option description 'Directory of non-volatile data' - option section 'coovachilli.general' - option datatype 'directory' - -config variable - option name 'cmdsock' - option title 'Command socket' - option description 'UNIX socket used for communication with chilli_query' - option section 'coovachilli.general' - option datatype 'string' - - -config section - option name 'tun' - option title 'TUN/TAP configuration' - option description 'Network/Tun configuration' - option package 'coovachilli' - option unique true - option required true - -config variable - option name 'txqlen' - option title 'TX queue length' - option description 'The TX queue length to set on the TUN/TAP interface' - option section 'coovachilli.tun' - option datatype 'uint' - -config variable - option name 'usetap' - option title 'Use TAP device' - option description 'Use the TAP interface instead of TUN' - option section 'coovachilli.tun' - option datatype 'boolean' - -config variable - option name 'tundev' - option title 'TUN/TAP device' - option description 'The specific device to use for the TUN/TAP interface' - option section 'coovachilli.tun' - option datatype 'file' - -config variable - option name 'net' - option title 'Uplink subnet' - option description 'Network address of the uplink interface (CIDR notation)' - option section 'coovachilli.tun' - option datatype 'ip4addr' - -config variable - option name 'statip' - option title 'Static IP address pool' - option description 'Specifies a pool of static IP addresses' - option section 'coovachilli.tun' - option datatype 'ip4addr' - -config variable - option name 'dynip' - option title 'Dynamic IP address pool' - option description 'Specifies a pool of dynamic IP addresses' - option section 'coovachilli.tun' - option datatype 'ip4addr' - -config variable - option name 'dns1' - option title 'Primary DNS Server' - option description 'Is used to inform the client about the DNS address to use for host name resolution' - option section 'coovachilli.tun' - option datatype 'host' - -config variable - option name 'dns2' - option title 'Secondary DNS Server' - option description 'Is used to inform the client about the DNS address to use for host name resolution' - option section 'coovachilli.tun' - option datatype 'host' - -config variable - option name 'domain' - option title 'Domain name' - option description 'Is used to inform the client about the domain name to use for DNS lookups' - option section 'coovachilli.tun' - option datatype 'string' - -config variable - option name 'ipdown' - option title 'IP down script' - option description 'Script executed after the tun network interface has been taken down' - option section 'coovachilli.tun' - option datatype 'file' - -config variable - option name 'ipup' - option title 'IP up script' - option description 'Script executed after the TUN/TAP network interface has been brought up' - option section 'coovachilli.tun' - option datatype 'file' - -config variable - option name 'condown' - option title 'Network down script' - option description 'Script executed after a session has moved from authorized state to unauthorized' - option section 'coovachilli.tun' - option datatype 'file' - -config variable - option name 'conup' - option title 'Network up script' - option description 'Script executed after the tun network interface has been brought up' - option section 'coovachilli.tun' - option datatype 'file' - - -config section - option name 'dhcp' - option title 'DHCP configuration' - option description 'Set DHCP options for connecting clients' - option package 'coovachilli' - option unique true - option required true - -config variable - option name 'dhcpif' - option title 'DHCP interface' - option description 'Ethernet interface to listen to for the downlink interface' - option section 'coovachilli.dhcp' - option datatype 'string' - option required true - -config variable - option name 'dhcpmac' - option title 'Listen MAC address' - option description 'MAC address to listen to. If not specified the MAC address of the interface will be used' - option section 'coovachilli.dhcp' - option datatype 'macaddr' - -config variable - option name 'lease' - option title 'Leasetime' - option description 'Use a DHCP lease of seconds (default 600)' - option section 'coovachilli.dhcp' - option datatype 'uint' - -config variable - option name 'dhcpstart' - option title 'DHCP start number' - option description 'Where to start assigning IP addresses (default 10)' - option section 'coovachilli.dhcp' - option datatype 'uint' - -config variable - option name 'dhcpend' - option title 'DHCP end number' - option description 'Where to stop assigning IP addresses (default 254)' - option section 'coovachilli.dhcp' - option datatype 'uint' - -config variable - option name 'eapolenable' - option title 'Enable IEEE 802.1x' - option description 'Enable IEEE 802.1x authentication and listen for EAP requests' - option section 'coovachilli.dhcp' - option datatype 'boolean' - - -config section - option name 'macauth' - option title 'MAC configuration' - option description 'Configure MAC authentication' - option package 'coovachilli' - option unique true - option required true - -config variable - option name 'macauth' - option title 'Enable MAC authentification' - option description 'Try to authenticate all users based on their mac address alone' - option section 'coovachilli.macauth' - option datatype 'boolean' - -config variable - option name 'macallowlocal' - option title 'Authenticate locally allowed MACs' - option description 'Authenticate allowed MAC addresses without the use of RADIUS' - option section 'coovachilli.macauth' - option datatype 'boolean' - -config variable - option name 'macallowed' - option title 'Allowed MAC addresses' - option description 'List of MAC addresses for which MAC authentication will be performed' - option section 'coovachilli.macauth' - option datatype 'string' - option type 'lazylist' - -config variable - option name 'macpasswd' - option title 'Password' - option description 'Password used when performing MAC authentication' - option section 'coovachilli.macauth' - option datatype 'string' - -config variable - option name 'macsuffix' - option title 'Suffix' - option description 'Suffix to add to the MAC address in order to form the User-Name, which is sent to the radius server' - option section 'coovachilli.macauth' - option datatype 'string' - - -config section - option name 'radius' - option title 'RADIUS configuration' - option description 'RADIUS configuration' - option package 'coovachilli' - option unique true - option required true - -config variable - option name 'acctupdate' - option title 'Allow session update through RADIUS' - option description 'Allow updating of session parameters with RADIUS attributes sent in Accounting-Response' - option section 'coovachilli.radius' - option datatype 'boolean' - -config variable - option name 'radiusoriginalurl' - option title 'Send RADIUS VSA' - option description 'Send the ChilliSpot-OriginalURL RADIUS VSA in Access-Request' - option section 'coovachilli.radius' - option datatype 'boolean' - -config variable - option name 'swapoctets' - option title 'Swap octets' - option description 'Swap the meaning of "input octets" and "output octets" as it related to RADIUS attribtues' - option section 'coovachilli.radius' - option datatype 'boolean' - -config variable - option name 'openidauth' - option title 'Allow OpenID authentication' - option description 'Allows OpenID authentication by sending ChilliSpot-Config=allow-openidauth in RADIUS Access-Requests' - option section 'coovachilli.radius' - option datatype 'boolean' - -config variable - option name 'wpaguests' - option title 'Allow WPA guests' - option description 'Allows WPA Guest authentication by sending ChilliSpot-Config=allow-wpa-guests in RADIUS Access-Requests' - option section 'coovachilli.radius' - option datatype 'boolean' - -config variable - option name 'radiusacctport' - option title 'RADIUS accounting port' - option description 'The UDP port number to use for radius accounting requests (default 1813)' - option section 'coovachilli.radius' - option datatype 'port' - -config variable - option name 'radiusauthport' - option title 'RADIUS authentication port' - option description 'The UDP port number to use for radius authentication requests (default 1812)' - option section 'coovachilli.radius' - option datatype 'port' - -config variable - option name 'radiuscalled' - option title 'Option radiuscalled' - option description '' - option section 'coovachilli.radius' - option datatype 'string' - -config variable - option name 'radiuslisten' - option title 'RADIUS listen address' - option description 'Local interface IP address to use for the radius interface' - option section 'coovachilli.radius' - option datatype 'ip4addr' - -config variable - option name 'radiuslocationid' - option title 'RADIUS location ID' - option description 'WISPr Location ID' - option section 'coovachilli.radius' - option datatype 'string' - -config variable - option name 'radiuslocationname' - option title 'RADIUS location name' - option description 'WISPr Location Name' - option section 'coovachilli.radius' - option datatype 'string' - -config variable - option name 'radiusnasid' - option title 'NAS ID' - option description 'Network access server identifier' - option section 'coovachilli.radius' - option datatype 'string' - -config variable - option name 'radiusnasip' - option title 'Option radiusnasip' - option description '' - option section 'coovachilli.radius' - option datatype 'ip4addr' - -config variable - option name 'radiusnasporttype' - option title 'NAS port type' - option description 'Value of NAS-Port-Type attribute. Defaults to 19 (Wireless-IEEE-802.11)' - option section 'coovachilli.radius' - option datatype 'port' - -config variable - option name 'radiussecret' - option title 'RADIUS secret' - option description 'Radius shared secret for both servers' - option section 'coovachilli.radius' - option datatype 'string' - -config variable - option name 'radiusserver1' - option title 'RADIUS server 1' - option description 'The IP address of radius server 1' - option section 'coovachilli.radius' - option datatype 'host' - -config variable - option name 'radiusserver2' - option title 'RADIUS server 2' - option description 'The IP address of radius server 2' - option section 'coovachilli.radius' - option datatype 'host' - -config variable - option name 'nasip' - option title 'NAS IP' - option description 'Value to use in RADIUS NAS-IP-Address attribute' - option section 'coovachilli.radius' - option datatype 'ip4addr' - -config variable - option name 'nasmac' - option title 'NAS MAC' - option description 'MAC address value to use in RADIUS Called-Station-ID attribute' - option section 'coovachilli.radius' - option datatype 'macaddr' - -config variable - option name 'adminuser' - option title 'Admin user' - option description 'User-name to use for Administrative-User authentication in order to pick up chilli configurations and establish a device "system" session' - option section 'coovachilli.radius' - option datatype 'string' - -config variable - option name 'adminpasswd' - option title 'Admin password' - option description 'Password to use for Administrative-User authentication in order to pick up chilli configurations and establish a device "system" session' - option section 'coovachilli.radius' - option datatype 'string' - -config variable - option name 'coaport' - option title 'RADIUS disconnect port' - option description 'UDP port to listen to for accepting radius disconnect requests' - option section 'coovachilli.radius' - option datatype 'port' - -config variable - option name 'coanoipcheck' - option title 'Do not check disconnection requests' - option description 'Do not check the source IP address of radius disconnect requests' - option section 'coovachilli.radius' - option datatype 'boolean' - - -config section - option name 'proxy' - option title 'RADIUS proxy settings' - option description 'RADIUS proxy settings' - option package 'coovachilli' - option unique true - option required true - -config variable - option name 'proxyclient' - option title 'Proxy client' - option description 'IP address from which radius requests are accepted. If omitted the server will not accept radius requests' - option section 'coovachilli.proxy' - option datatype 'host' - -config variable - option name 'proxylisten' - option title 'Proxy listen address' - option description 'Local interface IP address to use for accepting radius requests' - option section 'coovachilli.proxy' - option datatype 'host' - -config variable - option name 'proxyport' - option title 'Proxy port' - option description 'UDP Port to listen to for accepting radius requests' - option section 'coovachilli.proxy' - option datatype 'port' - -config variable - option name 'proxysecret' - option title 'Proxy secret' - option description 'Radius shared secret for clients' - option section 'coovachilli.proxy' - option datatype 'string' - - -config section - option name 'uam' - option title 'UAM settings' - option description 'Unified Configuration Method settings' - option package 'coovachilli' - option unique true - option required true - -config variable - option name 'uamanydns' - option title 'Allow any DNS server' - option description 'Allow any DNS server for unauthenticated clients' - option section 'coovachilli.uam' - option datatype 'boolean' - -config variable - option name 'uamanyip' - option title 'Allow any IP address' - option description 'Allow clients to use any IP settings they wish by spoofing ARP (experimental)' - option section 'coovachilli.uam' - option datatype 'boolean' - -config variable - option name 'dnsparanoia' - option title 'Inspect DNS traffic' - option description 'Inspect DNS packets and drop responses with any non- A, CNAME, SOA, or MX records to prevent dns tunnels (experimental)' - option section 'coovachilli.uam' - option datatype 'boolean' - -config variable - option name 'nouamsuccess' - option title 'Do not redirect to UAM server' - option description 'Do not return to UAM server on login success, just redirect to original URL' - option section 'coovachilli.uam' - option datatype 'boolean' - -config variable - option name 'nouamwispr' - option title 'Do not do WISPr' - option description 'Do not do any WISPr XML, assume the back-end is doing this instead' - option section 'coovachilli.uam' - option datatype 'boolean' - -config variable - option name 'usestatusfile' - option title 'Use status file' - option description 'Write the status of clients in a non-volatile state file (experimental)' - option section 'coovachilli.uam' - option datatype 'boolean' - -config variable - option name 'chillixml' - option title 'Use Chilli XML' - option description 'Return the so-called Chilli XML along with WISPr XML' - option section 'coovachilli.uam' - option datatype 'boolean' - -config variable - option name 'uamui' - option title 'UAM user interface' - option description 'An init.d style program to handle local content on the uamuiport web server' - option section 'coovachilli.uam' - option datatype 'file' - -config variable - option name 'uamallowed' - option title 'Allowed resources' - option description 'List of resources the client can access without first authenticating' - option section 'coovachilli.uam' - option datatype 'string' - option type 'list' - -config variable - option name 'uamdomain' - option title 'Allowed domains' - option description 'Defines a list of domain names to automatically add to the walled garden' - option section 'coovachilli.uam' - option datatype 'string' - option type 'list' - -config variable - option name 'uamhomepage' - option title 'UAM homepage' - option description 'URL of homepage to redirect unauthenticated users to' - option section 'coovachilli.uam' - option datatype 'string' - -config variable - option name 'uamlisten' - option title 'UAM listening address' - option description 'IP address to listen to for authentication of clients' - option section 'coovachilli.uam' - option datatype 'host' - -config variable - option name 'uamport' - option title 'UAM listening port' - option description 'TCP port to bind to for authenticating clients (default 3990)' - option section 'coovachilli.uam' - option datatype 'port' - -config variable - option name 'uamiport' - option title 'UAM static content port' - option description 'TCP port to bind to for only serving embedded content' - option section 'coovachilli.uam' - option datatype 'port' - -config variable - option name 'uamsecret' - option title 'UAM secret' - option description 'Shared secret between uamserver and chilli' - option section 'coovachilli.uam' - option datatype 'string' - option required true - -config variable - option name 'uamserver' - option title 'UAM server' - option description 'URL of web server to use for authenticating clients' - option section 'coovachilli.uam' - option datatype 'string' - -config variable - option name 'uamlogoutip' - option title 'UAM logout IP' - option description 'Use this IP address to instantly logout a client accessing it (defaults to 1.1.1.1)' - option section 'coovachilli.uam' - option datatype 'ip4addr' - -config variable - option name 'wisprlogin' - option title 'WISPr login url' - option description 'Specific URL to be given in WISPr XML LoginURL' - option section 'coovachilli.uam' - option datatype 'string' - -config variable - option name 'defsessiontimeout' - option title 'Default session timeout' - option description 'Default session timeout unless otherwise set by RADIUS (defaults to 0)' - option section 'coovachilli.uam' - option datatype 'uint' - -config variable - option name 'defidletimeout' - option title 'Default idle timeout' - option description 'Default idle timeout unless otherwise set by RADIUS (defaults to 0)' - option section 'coovachilli.uam' - option datatype 'uint' - -config variable - option name 'definteriminterval' - option title 'Default interim interval' - option description 'Default interim-interval for RADIUS accounting unless otherwise set by RADIUS (defaults to 0)' - option section 'coovachilli.uam' - option datatype 'uint' - -config variable - option name 'wwwdir' - option title 'Web content directory' - option description 'Directory where embedded local web content is placed' - option section 'coovachilli.uam' - option datatype 'directory' - -config variable - option name 'wwwbin' - option title 'CGI program' - option description 'Executable to run as a CGI type program (like haserl) for URLs with extention .chi' - option section 'coovachilli.uam' - option datatype 'file' - -config variable - option name 'localusers' - option title 'Local users file' - option description 'A colon seperated file containing usernames and passwords of locally authenticated users' - option section 'coovachilli.uam' - option datatype 'file' - -config variable - option name 'postauthproxy' - option title 'Post auth proxy' - option description 'Used with postauthproxyport to define a post authentication HTTP proxy server' - option section 'coovachilli.uam' - option datatype 'file' - -config variable - option name 'postauthproxyport' - option title 'Post auth proxy port' - option description 'Used with postauthproxy to define a post authentication HTTP proxy server' - option section 'coovachilli.uam' - option datatype 'file' - -config variable - option name 'locationname' - option title 'Location name' - option description 'Human readable location name used in JSON interface' - option section 'coovachilli.uam' - option datatype 'file' diff --git a/applications/luci-openvpn/Makefile b/applications/luci-openvpn/Makefile deleted file mode 100644 index 81a96f6a83..0000000000 --- a/applications/luci-openvpn/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -include ../../build/config.mk -include ../../build/module.mk \ No newline at end of file diff --git a/applications/luci-openvpn/luasrc/controller/openvpn.lua b/applications/luci-openvpn/luasrc/controller/openvpn.lua deleted file mode 100644 index 64b20d4f78..0000000000 --- a/applications/luci-openvpn/luasrc/controller/openvpn.lua +++ /dev/null @@ -1,24 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: openvpn.lua 3549 2008-10-09 22:24:21Z jow $ -]]-- -module("luci.controller.openvpn", package.seeall) - -function index() - require("luci.i18n") - luci.i18n.loadc("openvpn") - - entry( {"admin", "services", "openvpn"}, cbi("openvpn"), luci.i18n.translate("openvpn", "OpenVPN") ).i18n = "openvpn" - entry( {"admin", "services", "openvpn", "basic"}, cbi("openvpn-basic"), nil ).leaf = true - entry( {"admin", "services", "openvpn", "advanced"}, cbi("openvpn-advanced"), nil ).leaf = true -end diff --git a/applications/luci-openvpn/luasrc/i18n/openvpn.en.lua b/applications/luci-openvpn/luasrc/i18n/openvpn.en.lua deleted file mode 100644 index b56e5780d2..0000000000 --- a/applications/luci-openvpn/luasrc/i18n/openvpn.en.lua +++ /dev/null @@ -1,196 +0,0 @@ -openvpn="OpenVPN" - -openvpn_switch_basic="« Switch to basic configuration" -openvpn_switch_advanced="Switch to advanced configuration »" - -openvpn_enable="Enabled" -openvpn_active="Started" -openvpn_active_no="no" -openvpn_active_yes="yes (%i)" -openvpn_port="Port" -openvpn_proto="Protocol" - -openvpn_instance="Instance \"%s\"" - -openvpn_overview="OpenVPN instances" -openvpn_overview_desc="Below is a list of configured OpenVPN instances and their current state" - -openvpn_service="Daemon configuration" -openvpn_networking="Networking options" -openvpn_vpn="VPN options" -openvpn_cryptography="Cryptography settings" - -openvpn_param_config="Read configuration options from file" -openvpn_param_local="Local host name or ip address" -openvpn_param_remote="Remote host name or ip address" -openvpn_param_remote_random="Randomly choose remote server" -openvpn_param_mode="Major mode" -openvpn_param_proto="Use protocol" -openvpn_param_connect_retry="Connection retry interval" -openvpn_param_connect_timeout="Connection timeout" -openvpn_param_connect_retry_max="Maximum connection attempt retries" -openvpn_param_auto_proxy="Try to sense proxy settings automatically" -openvpn_param_http_proxy="Connect to remote host" -openvpn_param_http_proxy_retry="Retry indefinitely on HTTP proxy errors" -openvpn_param_http_proxy_timeout="Proxy timeout in seconds" -openvpn_param_http_proxy_option="Set extended HTTP proxy options" -openvpn_param_socks_proxy="Connect through Socks5 proxy" -openvpn_param_socks_proxy_retry="Retry indefinitely on Socks proxy errors" -openvpn_param_resolv_retry="If hostname resolve fails, retry" -openvpn_param_float="Allow remote to change its IP or port" -openvpn_param_ipchange="Execute shell command on remote ip change" -openvpn_param_port="TCP/UDP port # for both local and remote" -openvpn_param_lport="TCP/UDP port # for local (default=1194)" -openvpn_param_rport="TCP/UDP port # for remote (default=1194)" -openvpn_param_bind="Bind to local address and port" -openvpn_param_nobind="Do not bind to local address and port" -openvpn_param_dev="tun/tap device" -openvpn_param_dev_type="Type of used device" -openvpn_param_dev_node="Use tun/tap device node" -openvpn_param_lladdr="Set the link layer address of the tap device" -openvpn_param_topology="'net30', 'p2p', or 'subnet'" -openvpn_param_tun_ipv6="Make tun device IPv6 capable" -openvpn_param_ifconfig="Configure device to use IP address" -openvpn_param_ifconfig_noexec="Don't actually execute ifconfig" -openvpn_param_ifconfig_nowarn="Don't warn on ifconfig inconsistencies" -openvpn_param_route="Add route after establishing connection" -openvpn_param_route_gateway="Specify a default gateway for routes" -openvpn_param_route_metric="Specify a default metric for routes" -openvpn_param_route_delay="Delay n seconds after connection " -openvpn_param_route_up="Execute shell cmd after routes are added" -openvpn_param_route_noexec="Don't add routes automatically" -openvpn_param_route_nopull="Don't pull options from server" -openvpn_param_redirect_gateway="Automatically redirect default route" -openvpn_param_setenv="Pass environment variables to script" -openvpn_param_shaper="Shaping for peer bandwidth" -openvpn_param_keepalive="Set timeouts in server mode" -openvpn_param_inactive="tun/tap inactivity timeout" -openvpn_param_ping_exit="Remote ping timeout" -openvpn_param_ping_restart="Restart after remote ping timeout" -openvpn_param_ping_timer_rem="Only process ping timeouts if routes exist" -openvpn_param_ping="Ping remote every n seconds over TCP/UDP port" -openvpn_param_multihome="Configure a multi-homed UDP server" -openvpn_param_fast_io="Optimize TUN/TAP/UDP writes" -openvpn_param_remap_usr1="Remap SIGUSR1 signals" -openvpn_param_persist_tun="Keep tun/tap device open on restart" -openvpn_param_persist_remote_ip="Keep remote IP address on restart" -openvpn_param_persist_local_ip="Keep local IP address on restart" -openvpn_param_persist_key="Don't re-read key on restart" -openvpn_param_passtos="TOS passthrough (applies to IPv4 only)" -openvpn_param_tun_mtu="Set tun/tap device MTU" -openvpn_param_tun_mtu_extra="Set tun/tap device overhead" -openvpn_param_link_mtu="Set TCP/UDP MTU" -openvpn_param_mtu_disc="Enable Path MTU discovery" -openvpn_param_mtu_test="Empirically measure MTU" -openvpn_param_fragment="Enable internal datagram fragmentation" -openvpn_param_mssfix="Set upper bound on TCP MSS" -openvpn_param_sndbuf="Set the TCP/UDP send buffer size" -openvpn_param_rcvbuf="Set the TCP/UDP receive buffer size" -openvpn_param_txqueuelen="Set tun/tap TX queue length" -openvpn_param_mlock="Disable Paging" -openvpn_param_up="Shell cmd to execute after tun device open" -openvpn_param_up_delay="Delay tun/tap open and up script execution" -openvpn_param_down="Shell cmd to run after tun device close" -openvpn_param_down_pre="Call down cmd/script before TUN/TAP close" -openvpn_param_up_restart="Run up/down scripts for all restarts" -openvpn_param_user="Set UID to user" -openvpn_param_group="Set GID to group" -openvpn_param_chroot="Chroot to directory after initialization" -openvpn_param_cd="Change to directory before initialization" -openvpn_param_daemon="Daemonize after initialization" -openvpn_param_syslog="Output to syslog and do not daemonize" -openvpn_param_inetd="Run as an inetd or xinetd server" -openvpn_param_log="Write log to file" -openvpn_param_log_append="Append log to file" -openvpn_param_suppress_timestamps="Don't log timestamps" -openvpn_param_writepid="Write process ID to file" -openvpn_param_nice="Change process priority" -openvpn_param_echo="Echo parameters to log" -openvpn_param_verb="Set output verbosity" -openvpn_param_mute="Limit repeated log messages" -openvpn_param_status="Write status to file every n seconds" -openvpn_param_status_version="Status file format version" -openvpn_param_disable_occ="Disable options consistency check" -openvpn_param_gremlin="Special stress testing mode" -openvpn_param_comp_lzo="Use fast LZO compression" -openvpn_param_comp_noadapt="Don't use adaptive lzo compression" -openvpn_param_management="Enable TCP server on ip:port" -openvpn_param_management_client="Management interface will connect as a TCP client" -openvpn_param_management_query_passwords="Query management channel for private key" -openvpn_param_management_hold="Start OpenVPN in a hibernating state" -openvpn_param_management_signal="Issue SIGUSR1 on management disconnect" -openvpn_param_management_forget_disconnect="Forget passwords on management disconnect" -openvpn_param_management_log_cache="Number of lines for log file history" -openvpn_param_plugin="Load plug-in module" -openvpn_param_server="Configure server mode" -openvpn_param_server_bridge="Configure server bridge" -openvpn_param_push="Push options to peer" -openvpn_param_push_reset="Don't inherit global push options" -openvpn_param_ifconfig_pool="Set aside a pool of subnets" -openvpn_param_ifconfig_pool_linear="Use individual addresses rather than /30 subnets" -openvpn_param_ifconfig_pool_persist="Persist/unpersist ifconfig-pool" -openvpn_param_ifconfig_push="Push an ifconfig option to remote" -openvpn_param_iroute="Route subnet to client" -openvpn_param_disable="Client is disabled" -openvpn_param_client_cert_not_required="Don't require client certificate" -openvpn_param_username_as_common_name="Use username as common name" -openvpn_param_auth_user_pass_verify="Script to verify interactive authentication" -openvpn_param_client_to_client="Allow client-to-client traffic" -openvpn_param_duplicate_cn="Allow multiple clients with same certificate" -openvpn_param_client_connect="Run script cmd on client connection" -openvpn_param_client_disconnect="Run script cmd on client disconnection" -openvpn_param_client_config_dir="Directory for custom client config files" -openvpn_param_ccd_exclusive="Refuse connection if no custom client config" -openvpn_param_tmp_dir="Temporary directory for client-connect return file" -openvpn_param_hash_size="Set size of real and virtual address hash tables" -openvpn_param_bcast_buffers="Number of allocated broadcast buffers" -openvpn_param_tcp_queue_limit="Maximum number of queued TCP output packets" -openvpn_param_learn_address="Script to validate client virtual addresses" -openvpn_param_connect_freq="Allowed maximum of new connections" -openvpn_param_max_clients="Allowed maximum of connected clients" -openvpn_param_max_routes_per_client="Allowed maximum of internal" -openvpn_param_port_share="Proxy incoming HTTPS sessions" -openvpn_param_client="Configure client mode" -openvpn_param_auth_user_pass="Authenticate using username/password" -openvpn_param_pull="Accept options pushed from server" -openvpn_param_auth_retry="Handling of authentication failures" -openvpn_param_explicit_exit_notify="Send notification to peer on disconnect" -openvpn_param_secret="Enable Static Key encryption mode (non-TLS)" -openvpn_param_auth="HMAC authentication for packets" -openvpn_param_cipher="Encryption cipher for packets" -openvpn_param_keysize="Size of cipher key" -openvpn_param_engine="Enable OpenSSL hardware crypto engines" -openvpn_param_no_replay="Disable replay protection" -openvpn_param_mute_replay_warnings="Silence the output of replay warnings" -openvpn_param_replay_window="Replay protection sliding window size" -openvpn_param_no_iv="Disable cipher initialisation vector" -openvpn_param_replay_persist="Persist replay-protection state" -openvpn_param_test_crypto="Run a self-test of crypto features" -openvpn_param_tls_server="Enable TLS and assume server role" -openvpn_param_tls_client="Enable TLS and assume client role" -openvpn_param_key_method="Data channel key exchange method" -openvpn_param_ca="Certificate authority" -openvpn_param_capath="Directory of trusted certificates (CAs and CRLs)" -openvpn_param_dh="Diffie Hellman parameters" -openvpn_param_cert="Local certificate" -openvpn_param_key="Local private key" -openvpn_param_pkcs12="PKCS#12 file containing keys" -openvpn_param_tls_cipher="TLS cipher" -openvpn_param_tls_timeout="Retransmit timeout on TLS control channel" -openvpn_param_reneg_bytes="Renegotiate data chan. key after bytes" -openvpn_param_reneg_pkts="Renegotiate data chan. key after packets" -openvpn_param_reneg_sec="Renegotiate data chan. key after seconds" -openvpn_param_hand_window="Timeframe for key exchange" -openvpn_param_tran_window="Key transition window" -openvpn_param_single_session="Allow only one session" -openvpn_param_tls_exit="Exit on TLS negotiation failure" -openvpn_param_tls_auth="Additional authentication over TLS" -openvpn_param_askpass="Get PEM password from controlling tty before we daemonize" -openvpn_param_auth_nocache="Don't cache --askpass or --auth-user-pass passwords" -openvpn_param_crl_verify="Check peer certificate against a CRL" -openvpn_param_tls_verify="Shell command to verify X509 name" -openvpn_param_tls_remote="Only accept connections from given X509 name" -openvpn_param_ns_cert_type="Require explicit designation on certificate" -openvpn_param_remote_cert_ku="Require explicit key usage on certificate" -openvpn_param_remote_cert_eku="Require extended explicit key usage on certificate" -openvpn_param_remote_cert_tls="Require normal and extended key usage on certificate" diff --git a/applications/luci-openvpn/luasrc/model/cbi/openvpn-advanced.lua b/applications/luci-openvpn/luasrc/model/cbi/openvpn-advanced.lua deleted file mode 100644 index 65ad1c7a4d..0000000000 --- a/applications/luci-openvpn/luasrc/model/cbi/openvpn-advanced.lua +++ /dev/null @@ -1,271 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: openvpn-advanced.lua 3551 2008-10-10 11:48:04Z jow $ -]]-- - -require("luci.fs") -require("luci.ip") - - -local knownParams = { - -- - -- Widget Name Optn. Default(s) - -- - - { "service", { - -- initialisation and daemon options - { ListValue, "verb", { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 } }, - { Flag, "mlock", 0 }, - { Flag, "disable_occ", 0 }, - -- { Value, "user", "root" }, - -- { Value, "group", "root" }, - { Value, "cd", "/etc/openvpn" }, - { Value, "chroot", "/var/run" }, - -- { Value, "daemon", "Instance-Name" }, - -- { Value, "syslog", "Instance-Name" }, - { Flag, "passtos", 0 }, - -- { Value, "inetd", "nowait Instance-Name" }, - { Value, "log", "/var/log/openvpn.log" }, - { Value, "log_append", "/var/log/openvpn.log" }, - { Flag, "suppress_timestamps", 0 }, - -- { Value, "writepid", "/var/run/openvpn.pid" }, - { Value, "nice", 0 }, - { Flag, "fast_io", 0 }, - { Value, "echo", "some params echoed to log" }, - { ListValue, "remap_usr1", { "SIGHUP", "SIGTERM" } }, - { Value, "status", "/var/run/openvpn.status 5" }, - { Value, "status_version", { 1, 2 } }, -- status - { Value, "mute", 5 }, - - { Value, "up", "/usr/bin/ovpn-up" }, - { Value, "up_delay", 5 }, - { Value, "down", "/usr/bin/ovpn-down" }, - { Flag, "down_pre", 0 }, - { Flag, "up_restart", 0 }, - { Value, "route_up", "/usr/bin/ovpn-routeup" }, - { Value, "ipchange", "/usr/bin/ovpn-ipchange", { mode="p2p" } }, - { DynamicList, "setenv", { "VAR1 value1", "VAR2 value2" } }, - { Value, "tls_verify", "/usr/bin/ovpn-tlsverify" }, - { Value, "client_connect", "/usr/bin/ovpn-clientconnect" }, - { Flag, "client_disconnect", 0 }, - { Value, "learn_address", "/usr/bin/ovpn-learnaddress" }, - { Value, "auth_user_pass_verify", "/usr/bin/ovpn-userpass via-env" }, - } }, - - { "networking", { - -- socket config - { ListValue, "mode", { "p2p", "server" } }, - { Value, "local", "0.0.0.0" }, - { Value, "port", 1194 }, - { Value, "lport", 1194 }, - { Value, "rport", 1194 }, - { Flag, "float", 0 }, - { Flag, "nobind", 0 }, - - { Value, "dev", "tun0" }, - { ListValue, "dev_type", { "tun", "tap" } }, - { Value, "dev_node", "/dev/net/tun" }, - { Flag, "tun_ipv6", 0 }, - - { Value, "ifconfig", "10.200.200.3 10.200.200.1" }, - { Flag, "ifconfig_noexec", 0 }, - { Flag, "ifconfig_nowarn", 0 }, - - { DynamicList, "route", "10.123.0.0 255.255.0.0" }, - { Value, "route_gateway", "10.234.1.1" }, - { Value, "route_delay", 0 }, - { Flag, "route_noexec", 0 }, - - { ListValue, "mtu_disc", { "yes", "maybe", "no" } }, - { Flag, "mtu_test", 0 }, - { Flag, "comp_lzo", 0 }, - { Flag, "comp_noadept", 0, { comp_lzo=1 } }, - { Value, "link_mtu", 1500 }, - { Value, "tun_mtu", 1500 }, - { Value, "tun_mtu_extra", 1500 }, - { Value, "fragment", 1500, { proto="udp" } }, - { Value, "mssfix", 1500, { proto="udp" } }, - { Value, "sndbuf", 65536 }, - { Value, "rcvbuf", 65536 }, - { Value, "txqueuelen", 100 }, - { Value, "shaper", 10240 }, - - { Value, "inactive", 240 }, - { Value, "keepalive", "10 60" }, - { Value, "ping", 30 }, - { Value, "ping_exit", 120 }, - { Value, "ping_restart", 60 }, - { Flag, "ping_timer_rem", 0 }, - - { Flag, "persist_tun", 0 }, - { Flag, "persist_key", 0 }, - { Flag, "persist_local_ip", 0 }, - { Flag, "persist_remote_ip", 0 }, - - -- management channel - { Value, "management", "127.0.0.1 31194 /etc/openvpn/mngmt-pwds" }, - { Flag, "management_query_passwords", 0 }, -- management - { Flag, "management_hold", 0 }, -- management - { Flag, "management_log_cache", 100 }, -- management - } }, - - { "vpn", { - { Value, "server", "10.200.200.0 255.255.255.0", { server_mode="1" } }, - { Value, "server_bridge", "10.200.200.1 255.255.255.0 10.200.200.200 10.200.200.250", { server_mode="1" } }, - { DynamicList, "push", { "redirect-gateway", "comp-lzo" }, { server_mode="1" } }, - { Flag, "push_reset", 0, { server_mode="1" } }, - { Flag, "disable", 0, { server_mode="1" } }, - { Value, "ifconfig_pool", "10.200.200.100 10.200.200.150 255.255.255.0", { server_mode="1" } }, - { Value, "ifconfig_pool_persist", "/etc/openvpn/ipp.txt 600", { server_mode="1" } }, - { Flag, "ifconfig_pool_linear", 0, { server_mode="1" } }, - { Value, "ifconfig_push", "10.200.200.1 255.255.255.255", { server_mode="1" } }, - { Value, "iroute", "10.200.200.0 255.255.255.0", { server_mode="1" } }, - { Flag, "client_to_client", 0, { server_mode="1" } }, - { Flag, "duplicate_cn", 0, { server_mode="1" } }, - { Value, "client_config_dir", "/etc/openvpn/ccd", { server_mode="1" } }, - { Flag, "ccd_exclusive", 0, { server_mode="1" } }, - { Value, "tmp_dir", "/var/run/openvpn", { server_mode="1" } }, - { Value, "hash_size", "256 256", { server_mode="1" } }, - { Value, "bcast_buffers", 256, { server_mode="1" } }, - { Value, "tcp_queue_limit", 64, { server_mode="1" } }, - { Value, "max_clients", 10, { server_mode="1" } }, - { Value, "max_routes_per_client", 256, { server_mode="1" } }, - { Value, "connect_freq", "3 10", { server_mode="1" } }, - { Flag, "client_cert_not_required", 0, { server_mode="1" } }, - { Flag, "username_as_common_name", 0, { server_mode="1" } }, - { Flag, "client", 0, { server_mode="0" }, { server_mode="" } }, - { Flag, "pull", 0, { client="1" } }, - { Value, "auth_user_pass", "/etc/openvpn/userpass.txt", { client="1" } }, - { ListValue, "auth_retry", { "none", "nointeract", "interact" }, { client="1" } }, - { Value, "explicit_exit_notify", 1, { client="1" } }, - { DynamicList, "remote", "1.2.3.4", { client="1" } }, -- client - { Flag, "remote_random", 1, { client="1" } }, -- client - { ListValue, "proto", { "udp", "tcp-client", "tcp-server" }, { client="1" } }, - { Value, "connect_retry", 5, { proto="tcp-client" }, { client="1" } }, -- client && proto=tcp-client - { Value, "http_proxy_server", "192.168.1.100 8080", { client="1" } }, -- client - { Flag, "http_proxy_retry", 0, { client="1" } }, -- client && http_proxy_server - { Value, "http_proxy_timeout", 5, { client="1" } }, -- client && http_proxy_server - { DynamicList, "http_proxy_option", { "VERSION 1.0", "AGENT OpenVPN/2.0.9" }, { client="1" } }, -- client && http_proxy_server - { Value, "socks_proxy_server", "192.168.1.200 1080", { client="1" } }, -- client - { Value, "socks_proxy_retry", 5, { client="1" } }, -- client && socks_proxy_server - { Value, "resolv_retry", "infinite", { client="1" } }, -- client - { ListValue, "redirect_gateway", { "", "local", "def1", "local def1" }, { client="1" } }, -- client - } }, - - { "cryptography", { - { Value, "secret", "/etc/openvpn/secret.key 1" }, - { Value, "auth", "SHA1" }, -- parse - { Value, "cipher", "BF-CBC" }, -- parse - { Value, "keysize", 1024 }, -- parse - { Value, "engine", "dynamic" }, -- parse - { Flag, "no_replay", 0 }, - { Value, "replay_window", "64 15" }, - { Flag, "mute_replay_warnings", 0 }, - { Value, "replay_persist", "/var/run/openvpn-replay-state" }, - { Flag, "no_iv", 0 }, - { Flag, "tls_server", 0, { tls_client="" }, { tls_client="0" } }, - { Flag, "tls_client", 0, { tls_server="" }, { tls_server="0" } }, - { Value, "ca", "/etc/easy-rsa/keys/ca.crt" }, - { Value, "dh", "/etc/easy-rsa/keys/dh1024.pem" }, - { Value, "cert", "/etc/easy-rsa/keys/some-client.crt" }, - { Value, "key", "/etc/easy-rsa/keys/some-client.key" }, - { Value, "pkcs12", "/etc/easy-rsa/keys/some-client.pk12" }, - { ListValue, "key_method", { 1, 2 } }, - { Value, "tls_cipher", "DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA:EDH-RSA-DES-CBC3-SHA:EDH-DSS-DES-CBC3-SHA:DES-CBC3-SHA:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:AES128-SHA:RC4-SHA:RC4-MD5:EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC-SHA:DES-CBC-SHA:EXP-EDH-RSA-DES-CBC-SHA:EXP-EDH-DSS-DES-CBC-SHA:EXP-DES-CBC-SHA:EXP-RC2-CBC-MD5:EXP-RC4-MD5" }, - { Value, "tls_timeout", 2 }, - { Value, "reneg_bytes", 1024 }, - { Value, "reneg_pkts", 100 }, - { Value, "reneg_sec", 3600 }, - { Value, "hand_window", 60 }, - { Value, "tran_window", 3600 }, - { Flag, "single_session", 0 }, - { Flag, "tls_exit", 0 }, - { Value, "tls_auth", "/etc/openvpn/tlsauth.key 1" }, - --{ Value, "askpass", "[file]" }, - { Flag, "auth_nocache", 0 }, - { Value, "tls_remote", "remote_x509_name" }, - { ListValue, "ns_cert_type", { "client", "server" } }, - { Value, "crl_verify", "/etc/easy-rsa/keys/crl.pem" }, - } } -} - - -local cts = { } -local params = { } - -local m = Map("openvpn") -local p = m:section( SimpleSection ) - -p.template = "openvpn/pageswitch" -p.mode = "advanced" -p.instance = arg[1] -p.category = arg[2] or "service" - -for _, c in ipairs(knownParams) do - cts[#cts+1] = c[1] - if c[1] == p.category then params = c[2] end -end - -p.categories = cts - - -local s = m:section( - NamedSection, arg[1], "openvpn", - translate("openvpn_%s" % arg[2]), - translate("openvpn_%s_desc" % arg[2]) -) - -s.title = translate("openvpn_%s" % arg[2]) -s.addremove = false -s.anonymous = true - - -for _, option in ipairs(params) do - local o = s:option( - option[1], option[2], - translate("openvpn_param_%s" % option[2]), - translate("openvpn_param_%s_desc" % option[2]) - ) - - if option[1] == DummyValue then - o.value = option[3] - else - if option[1] == DynamicList then - o.cast = nil - function o.cfgvalue(...) - local val = AbstractValue.cfgvalue(...) - return ( val and type(val) ~= "table" ) and { val } or val - end - end - - o.optional = true - - if type(option[3]) == "table" then - if o.optional then o:value("", "-- remove --") end - for _, v in ipairs(option[3]) do - v = tostring(v) - o:value(v) - end - o.default = tostring(option[3][1]) - else - o.default = tostring(option[3]) - end - end - - for i=5,#option do - if type(option[i]) == "table" then - o:depends(option[i]) - end - end -end - -return m diff --git a/applications/luci-openvpn/luasrc/model/cbi/openvpn-basic.lua b/applications/luci-openvpn/luasrc/model/cbi/openvpn-basic.lua deleted file mode 100644 index 9a4901a782..0000000000 --- a/applications/luci-openvpn/luasrc/model/cbi/openvpn-basic.lua +++ /dev/null @@ -1,102 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: openvpn-basic.lua 3551 2008-10-10 11:48:04Z jow $ -]]-- - -require("luci.fs") -require("luci.ip") -require("luci.model.uci") - - -local basicParams = { - -- - -- Widget Name Optn. Default(s) - -- - - { ListValue, "verb", { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 } }, - { Value, "nice", 0 }, - { Value, "port", 1194 }, - { ListValue, "dev_type", { "tun", "tap" } }, - { Flag, "tun_ipv6", 0 }, - - { Value, "ifconfig", "10.200.200.3 10.200.200.1" }, - { Value, "server", "10.200.200.0 255.255.255.0" }, - { Value, "server_bridge", "192.168.1.1 255.255.255.0 192.168.1.128 192.168.1.254" }, - { Flag, "nobind", 0 }, - - { Flag, "comp_lzo", 0 }, - { Value, "keepalive", "10 60" }, - - { ListValue, "proto", { "udp", "tcp" } }, - - { Flag, "client", 0 }, - { Flag, "client_to_client", 0 }, - { DynamicList, "remote", "vpnserver.example.org" }, - - { Value, "secret", "/etc/openvpn/secret.key 1" }, - { Value, "ca", "/etc/easy-rsa/keys/ca.crt" }, - { Value, "dh", "/etc/easy-rsa/keys/dh1024.pem" }, - { Value, "cert", "/etc/easy-rsa/keys/some-client.crt" }, - { Value, "key", "/etc/easy-rsa/keys/some-client.key" }, -} - - -local m = Map("openvpn") -local p = m:section( SimpleSection ) - -p.template = "openvpn/pageswitch" -p.mode = "basic" -p.instance = arg[1] - - -local s = m:section( NamedSection, arg[1], "openvpn" ) - -for _, option in ipairs(basicParams) do - local o = s:option( - option[1], option[2], - translate("openvpn_param_%s" % option[2]), - translate("openvpn_param_%s_desc" % option[2]) - ) - - o.optional = true - - if option[1] == DummyValue then - o.value = option[3] - else - if option[1] == DynamicList then - o.cast = nil - function o.cfgvalue(...) - local val = AbstractValue.cfgvalue(...) - return ( val and type(val) ~= "table" ) and { val } or val - end - end - - if type(option[3]) == "table" then - if o.optional then o:value("", "-- remove --") end - for _, v in ipairs(option[3]) do - v = tostring(v) - o:value(v) - end - o.default = tostring(option[3][1]) - else - o.default = tostring(option[3]) - end - end - - for i=5,#option do - if type(option[i]) == "table" then - o:depends(option[i]) - end - end -end - -return m diff --git a/applications/luci-openvpn/luasrc/model/cbi/openvpn.lua b/applications/luci-openvpn/luasrc/model/cbi/openvpn.lua deleted file mode 100644 index ed2b6b8127..0000000000 --- a/applications/luci-openvpn/luasrc/model/cbi/openvpn.lua +++ /dev/null @@ -1,101 +0,0 @@ ---[[ -LuCI - Lua Configuration Interface - -Copyright 2008 Steven Barth - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: openvpn.lua 3551 2008-10-10 11:48:04Z jow $ -]]-- - -require("luci.fs") -require("luci.ip") -require("luci.sys") -require("luci.model.uci") - - -local uci = luci.model.uci.cursor() - -local m = Map("openvpn", translate("openvpn")) -local s = m:section( TypedSection, "openvpn", translate("openvpn_overview"), translate("openvpn_overview_desc") ) -s.template = "cbi/tblsection" -s.template_addremove = "openvpn/cbi-select-input-add" -s.addremove = true -s.add_select_options = { } -s.extedit = luci.dispatcher.build_url( - "admin", "services", "openvpn", "basic", "%s" -) - -uci:load("openvpn_recipes") -uci:foreach( "openvpn_recipes", "openvpn_recipe", - function(section) - s.add_select_options[section['.name']] = - section['_description'] or section['.name'] - end -) - -function s.parse(self, section) - local recipe = luci.http.formvalue( - luci.cbi.CREATE_PREFIX .. self.config .. "." .. - self.sectiontype .. ".select" - ) - - if recipe and not s.add_select_options[recipe] then - self.invalid_cts = true - else - TypedSection.parse( self, section ) - end -end - -function s.create(self, name) - local recipe = luci.http.formvalue( - luci.cbi.CREATE_PREFIX .. self.config .. "." .. - self.sectiontype .. ".select" - ) - - uci:section( - "openvpn", "openvpn", name, - uci:get_all( "openvpn_recipes", recipe ) - ) - - uci:delete("openvpn", name, "_role") - uci:delete("openvpn", name, "_description") - uci:save("openvpn") - - luci.http.redirect( self.extedit:format(name) ) -end - - -s:option( Flag, "enable", translate("openvpn_enable") ) - -local active = s:option( DummyValue, "_active", translate("openvpn_active") ) -function active.cfgvalue(self, section) - if luci.fs.isfile("/var/run/openvpn_%s.pid" % section) then - local pid = io.lines("/var/run/openvpn_%s.pid" % section)() - if pid and #pid > 0 and tonumber(pid) ~= nil then - return (luci.sys.process.signal(pid, 0)) - and translatef("openvpn_active_yes", pid) - or translate("openvpn_active_no") - end - end - return translate("openvpn_active_no") -end - -local port = s:option( DummyValue, "port", translate("openvpn_port") ) -function port.cfgvalue(self, section) - local val = AbstractValue.cfgvalue(self, section) - return val or "1194" -end - -local proto = s:option( DummyValue, "proto", translate("openvpn_proto") ) -function proto.cfgvalue(self, section) - local val = AbstractValue.cfgvalue(self, section) - return val or "udp" -end - - -return m diff --git a/applications/luci-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm b/applications/luci-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm deleted file mode 100644 index 0744cf88b6..0000000000 --- a/applications/luci-openvpn/luasrc/view/openvpn/cbi-select-input-add.htm +++ /dev/null @@ -1,11 +0,0 @@ -
- <% if self.invalid_cts then -%>
<% end %> - - - - <% if self.invalid_cts then %>
<%:cbi_invalid%>
<% end %> -
diff --git a/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm b/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm deleted file mode 100644 index a99fbd9cf3..0000000000 --- a/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm +++ /dev/null @@ -1,39 +0,0 @@ -<%# -LuCI - Lua Configuration Interface -Copyright 2008 Steven Barth -Copyright 2008 Jo-Philipp Wich - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -$Id: pageswitch.htm 3551 2008-10-10 11:48:04Z jow $ - --%> - -
- - "><%:openvpn_overview Overview%> » - <%=luci.i18n.translatef("openvpn_instance", "%s", self.instance)%> - - - <% if self.mode == "basic" then %> - "><%:openvpn_switch_advanced Switch to advanced configuration »%> - <% else %> - "><%:openvpn_switch_basic « Switch to basic configuration%> -
- <%:openvpn_confcategory Configuration category%>: - <% for i, c in ipairs(self.categories) do %> - <% if c == self.category then %> - <%=translate("openvpn_%s" % c, c)%> - <% else %> - "><%=translate("openvpn_%s" % c, c)%> - <% end %> - <% if next(self.categories, i) then %>|<% end %> - <% end %> - <% end %> -
diff --git a/applications/luci-openvpn/root/etc/config/openvpn b/applications/luci-openvpn/root/etc/config/openvpn deleted file mode 100644 index 9831ad15a1..0000000000 --- a/applications/luci-openvpn/root/etc/config/openvpn +++ /dev/null @@ -1,383 +0,0 @@ -################################################# -# Sample OpenVPN 2.0 config file for # -# multi-client server. # -################################################# - -config openvpn sample_server - - # Set to 1 to enable this instance: - option enable 0 - - # Which local IP address should OpenVPN - # listen on? (optional) -# option local 0.0.0.0 - - # Which TCP/UDP port should OpenVPN listen on? - # If you want to run multiple OpenVPN instances - # on the same machine, use a different port - # number for each one. You will need to - # open up this port on your firewall. - option port 1194 - - # TCP or UDP server? -# option proto tcp - option proto udp - - # "dev tun" will create a routed IP tunnel, - # "dev tap" will create an ethernet tunnel. - # Use "dev tap0" if you are ethernet bridging - # and have precreated a tap0 virtual interface - # and bridged it with your ethernet interface. - # If you want to control access policies - # over the VPN, you must create firewall - # rules for the the TUN/TAP interface. - # On non-Windows systems, you can give - # an explicit unit number, such as tun0. - # On Windows, use "dev-node" for this. - # On most systems, the VPN will not function - # unless you partially or fully disable - # the firewall for the TUN/TAP interface. -# option dev tap - option dev tun - - # SSL/TLS root certificate (ca), certificate - # (cert), and private key (key). Each client - # and the server must have their own cert and - # key file. The server and all clients will - # use the same ca file. - # - # See the "easy-rsa" directory for a series - # of scripts for generating RSA certificates - # and private keys. Remember to use - # a unique Common Name for the server - # and each of the client certificates. - # - # Any X509 key management system can be used. - # OpenVPN can also use a PKCS #12 formatted key file - # (see "pkcs12" directive in man page). - option ca ca.crt - option cert server.crt - # This file should be kept secret: - option key server.key - - # Diffie hellman parameters. - # Generate your own with: - # openssl dhparam -out dh1024.pem 1024 - # Substitute 2048 for 1024 if you are using - # 2048 bit keys. - option dh dh1024.pem - - # Configure server mode and supply a VPN subnet - # for OpenVPN to draw client addresses from. - # The server will take 10.8.0.1 for itself, - # the rest will be made available to clients. - # Each client will be able to reach the server - # on 10.8.0.1. Comment this line out if you are - # ethernet bridging. See the man page for more info. - option server "10.8.0.0 255.255.255.0" - - # Maintain a record of client <-> virtual IP address - # associations in this file. If OpenVPN goes down or - # is restarted, reconnecting clients can be assigned - # the same virtual IP address from the pool that was - # previously assigned. - option ifconfig_pool_persist ipp.txt - - # Configure server mode for ethernet bridging. - # You must first use your OS's bridging capability - # to bridge the TAP interface with the ethernet - # NIC interface. Then you must manually set the - # IP/netmask on the bridge interface, here we - # assume 10.8.0.4/255.255.255.0. Finally we - # must set aside an IP range in this subnet - # (start=10.8.0.50 end=10.8.0.100) to allocate - # to connecting clients. Leave this line commented - # out unless you are ethernet bridging. -# option server_bridge "10.8.0.4 255.255.255.0 10.8.0.50 10.8.0.100" - - # Push routes to the client to allow it - # to reach other private subnets behind - # the server. Remember that these - # private subnets will also need - # to know to route the OpenVPN client - # address pool (10.8.0.0/255.255.255.0) - # back to the OpenVPN server. -# list push "route 192.168.10.0 255.255.255.0" -# list push "route 192.168.20.0 255.255.255.0" - - # To assign specific IP addresses to specific - # clients or if a connecting client has a private - # subnet behind it that should also have VPN access, - # use the subdirectory "ccd" for client-specific - # configuration files (see man page for more info). - - # EXAMPLE: Suppose the client - # having the certificate common name "Thelonious" - # also has a small subnet behind his connecting - # machine, such as 192.168.40.128/255.255.255.248. - # First, uncomment out these lines: -# option client_config_dir ccd -# list route "192.168.40.128 255.255.255.248" - # Then create a file ccd/Thelonious with this line: - # iroute 192.168.40.128 255.255.255.248 - # This will allow Thelonious' private subnet to - # access the VPN. This example will only work - # if you are routing, not bridging, i.e. you are - # using "dev tun" and "server" directives. - - # EXAMPLE: Suppose you want to give - # Thelonious a fixed VPN IP address of 10.9.0.1. - # First uncomment out these lines: -# option client_config_dir ccd -# list route "10.9.0.0 255.255.255.252" -# list route "192.168.100.0 255.255.255.0" - # Then add this line to ccd/Thelonious: - # ifconfig-push "10.9.0.1 10.9.0.2" - - # Suppose that you want to enable different - # firewall access policies for different groups - # of clients. There are two methods: - # (1) Run multiple OpenVPN daemons, one for each - # group, and firewall the TUN/TAP interface - # for each group/daemon appropriately. - # (2) (Advanced) Create a script to dynamically - # modify the firewall in response to access - # from different clients. See man - # page for more info on learn-address script. -# option learn_address ./script - - # If enabled, this directive will configure - # all clients to redirect their default - # network gateway through the VPN, causing - # all IP traffic such as web browsing and - # and DNS lookups to go through the VPN - # (The OpenVPN server machine may need to NAT - # the TUN/TAP interface to the internet in - # order for this to work properly). - # CAVEAT: May break client's network config if - # client's local DHCP server packets get routed - # through the tunnel. Solution: make sure - # client's local DHCP server is reachable via - # a more specific route than the default route - # of 0.0.0.0/0.0.0.0. -# list push "redirect-gateway" - - # Certain Windows-specific network settings - # can be pushed to clients, such as DNS - # or WINS server addresses. CAVEAT: - # http://openvpn.net/faq.html#dhcpcaveats -# list push "dhcp-option DNS 10.8.0.1" -# list push "dhcp-option WINS 10.8.0.1" - - # Uncomment this directive to allow different - # clients to be able to "see" each other. - # By default, clients will only see the server. - # To force clients to only see the server, you - # will also need to appropriately firewall the - # server's TUN/TAP interface. -# option client_to_client 1 - - # Uncomment this directive if multiple clients - # might connect with the same certificate/key - # files or common names. This is recommended - # only for testing purposes. For production use, - # each client should have its own certificate/key - # pair. - # - # IF YOU HAVE NOT GENERATED INDIVIDUAL - # CERTIFICATE/KEY PAIRS FOR EACH CLIENT, - # EACH HAVING ITS OWN UNIQUE "COMMON NAME", - # UNCOMMENT THIS LINE OUT. -# option duplicate_cn 1 - - # The keepalive directive causes ping-like - # messages to be sent back and forth over - # the link so that each side knows when - # the other side has gone down. - # Ping every 10 seconds, assume that remote - # peer is down if no ping received during - # a 120 second time period. - option keepalive "10 120" - - # For extra security beyond that provided - # by SSL/TLS, create an "HMAC firewall" - # to help block DoS attacks and UDP port flooding. - # - # Generate with: - # openvpn --genkey --secret ta.key - # - # The server and each client must have - # a copy of this key. - # The second parameter should be '0' - # on the server and '1' on the clients. - # This file is secret: -# option tls_auth "ta.key 0" - - # Select a cryptographic cipher. - # This config item must be copied to - # the client config file as well. - # Blowfish (default): -# option cipher BF-CBC - # AES: -# option cipher AES-128-CBC - # Triple-DES: -# option cipher DES-EDE3-CBC - - # Enable compression on the VPN link. - # If you enable it here, you must also - # enable it in the client config file. - option comp_lzo 1 - - # The maximum number of concurrently connected - # clients we want to allow. -# option max_clients 100 - - # The persist options will try to avoid - # accessing certain resources on restart - # that may no longer be accessible because - # of the privilege downgrade. - option persist_key 1 - option persist_tun 1 - - # Output a short status file showing - # current connections, truncated - # and rewritten every minute. - option status openvpn-status.log - - # By default, log messages will go to the syslog (or - # on Windows, if running as a service, they will go to - # the "\Program Files\OpenVPN\log" directory). - # Use log or log-append to override this default. - # "log" will truncate the log file on OpenVPN startup, - # while "log-append" will append to it. Use one - # or the other (but not both). -# option log openvpn.log -# option log_append openvpn.log - - # Set the appropriate level of log - # file verbosity. - # - # 0 is silent, except for fatal errors - # 4 is reasonable for general usage - # 5 and 6 can help to debug connection problems - # 9 is extremely verbose - option verb 3 - - # Silence repeating messages. At most 20 - # sequential messages of the same message - # category will be output to the log. -# option mute 20 - - -############################################## -# Sample client-side OpenVPN 2.0 config file # -# for connecting to multi-client server. # -############################################## - -config openvpn sample_client - - # Set to 1 to enable this instance: - option enable 0 - - # Specify that we are a client and that we - # will be pulling certain config file directives - # from the server. - option client 1 - - # Use the same setting as you are using on - # the server. - # On most systems, the VPN will not function - # unless you partially or fully disable - # the firewall for the TUN/TAP interface. -# option dev tap - option dev tun - - # Are we connecting to a TCP or - # UDP server? Use the same setting as - # on the server. -# option proto tcp - option proto udp - - # The hostname/IP and port of the server. - # You can have multiple remote entries - # to load balance between the servers. - list remote "my_server_1 1194" -# list remote "my_server_2 1194" - - # Choose a random host from the remote - # list for load_balancing. Otherwise - # try hosts in the order specified. -# option remote_random 1 - - # Keep trying indefinitely to resolve the - # host name of the OpenVPN server. Very useful - # on machines which are not permanently connected - # to the internet such as laptops. - option resolv_retry infinite - - # Most clients don't need to bind to - # a specific local port number. - option nobind 1 - - # Try to preserve some state across restarts. - option persist_key 1 - option persist_tun 1 - - # If you are connecting through an - # HTTP proxy to reach the actual OpenVPN - # server, put the proxy server/IP and - # port number here. See the man page - # if your proxy server requires - # authentication. - # retry on connection failures: -# option http_proxy_retry 1 - # specify http proxy address and port: -# option http_proxy "192.168.1.100 8080" - - # Wireless networks often produce a lot - # of duplicate packets. Set this flag - # to silence duplicate packet warnings. -# option mute_replay_warnings 1 - - # SSL/TLS parms. - # See the server config file for more - # description. It's best to use - # a separate .crt/.key file pair - # for each client. A single ca - # file can be used for all clients. - option ca ca.crt - option cert client.crt - option key client.key - - # Verify server certificate by checking - # that the certicate has the nsCertType - # field set to "server". This is an - # important precaution to protect against - # a potential attack discussed here: - # http://openvpn.net/howto.html#mitm - # - # To use this feature, you will need to generate - # your server certificates with the nsCertType - # field set to "server". The build_key_server - # script in the easy_rsa folder will do this. -# option ns_cert_type server - - # If a tls_auth key is used on the server - # then every client must also have the key. -# option tls_auth "ta.key 1" - - # Select a cryptographic cipher. - # If the cipher option is used on the server - # then you must also specify it here. -# option cipher x - - # Enable compression on the VPN link. - # Don't enable this unless it is also - # enabled in the server config file. - option comp_lzo 1 - - # Set log file verbosity. - option verb 3 - - # Silence repeating messages -# option mute 20 diff --git a/applications/luci-openvpn/root/etc/config/openvpn_recipes b/applications/luci-openvpn/root/etc/config/openvpn_recipes deleted file mode 100644 index 94e879b913..0000000000 --- a/applications/luci-openvpn/root/etc/config/openvpn_recipes +++ /dev/null @@ -1,95 +0,0 @@ -# -# Routed point-to-point server -# -config openvpn_recipe server_tun_ptp - option _description "Simple server configuration for a routed point-to-point VPN" - option _role "server" - option dev "tun" - option port "1194" - option ifconfig "10.0.0.1 10.0.0.2" - option secret "shared-secret.key" - -# -# Routed point-to-point client -# -config openvpn_recipe client_tun_ptp - option _description "Simple client configuration for a routed point-to-point VPN" - option _role "client" - option dev "tun" - list remote "mypeer.dyndns.org" - option port "1194" - option ifconfig "10.0.0.2 10.0.0.1" - option secret "shared-secret.key" - option nobind "1" - - -# -# Routed multi-client server -# -config openvpn_recipe server_tun - option _description "Server configuration for a routed multi-client VPN" - option _role "server" - option dev "tun" - option port "1194" - option server "10.0.100.0 255.255.255.0" - option ca "ca.crt" - option cert "server.crt" - option key "server.key" - option dh "dh1024.pem" - option client_to_client "1" - option keepalive "10 120" - option comp_lzo "1" - -# -# Routed client -# -config openvpn_recipe client_tun - option _description "Client configuration for a routed multi-client VPN" - option _role "client" - option client "1" - option dev "tun" - list remote "vpnserver.example.org 1194" - option ca "ca.crt" - option cert "my_client.crt" - option key "my_client.key" - option dh "dh1024.pem" - option ns_cert_type "server" - option keepalive "10 120" - option comp_lzo "1" - option nobind "1" - - -# -# Multi-client ethernet bridge server -# -config openvpn_recipe server_tap_bridge - option _description "Server configuration for an ethernet bridge VPN" - option _role "server" - option dev "tap" - option port "1194" - option server_bridge "192.168.1.1 255.255.255.0 192.168.1.128 192.168.1.254" - option ca "ca.crt" - option cert "server.crt" - option key "server.key" - option dh "dh1024.pem" - option client_to_client "1" - option keepalive "10 120" - option comp_lzo "1" - -# -# Ethernet bridge client -# -config openvpn_recipe client_tap_bridge - option _description "Client configuration for an ethernet bridge VPN" - option _role "client" - option client "1" - option dev "tap" - list remote "vpnserver.example.org 1194" - option ca "ca.crt" - option cert "my_client.crt" - option key "my_client.key" - option dh "dh1024.pem" - option ns_cert_type "server" - option keepalive "10 120" - option comp_lzo "1" - option nobind "1" diff --git a/applications/luci-openvpn/root/etc/init.d/openvpn b/applications/luci-openvpn/root/etc/init.d/openvpn deleted file mode 100644 index baa683ff49..0000000000 --- a/applications/luci-openvpn/root/etc/init.d/openvpn +++ /dev/null @@ -1,144 +0,0 @@ -#!/bin/sh /etc/rc.common -# OpenVPN init script -# Copyright (C) 2008 Jo-Philipp Wich -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# $Id$ - -START=95 -BIN=/usr/sbin/openvpn -SSD=start-stop-daemon - -LIST_SEP=" -" - -append_param() { - local v="$1" - case "$v" in - *_*_*_*) v=${v%%_*}-${v#*_}; v=${v%%_*}-${v#*_}; v=${v%%_*}-${v#*_} ;; - *_*_*) v=${v%%_*}-${v#*_}; v=${v%%_*}-${v#*_} ;; - *_*) v=${v%%_*}-${v#*_} ;; - esac - ARGS="$ARGS --$v" - return 0 -} - -append_bools() { - local p; local v; local s="$1"; shift - for p in $*; do - config_get_bool v "$s" "$p" - [ "$v" == 1 ] && append_param "$p" - done -} - -append_params() { - local p; local v; local s="$1"; shift - for p in $*; do - config_get v "$s" "$p" - IFS="$LIST_SEP" - for v in $v; do - [ -n "$v" ] && append_param "$p" && ARGS="$ARGS $v" - done - unset IFS - done -} - -append_params_quoted() { - local p; local v; local s="$1"; shift - for p in $*; do - config_get v "$s" "$p" - IFS="$LIST_SEP" - for v in $v; do - [ -n "$v" ] && append_param "$p" && ARGS="$ARGS '$v'" - done - unset IFS - done -} - -start_service() { - local s="$1" - local enable=0 - - # disabled? - config_get_bool enable "$s" enable 0 - [ "$enable" == 0 ] && return 0 - - PID="/var/run/openvpn-$s.pid" - ARGS="" - - # append flags - append_bools "$s" \ - auth_nocache ccd_exclusive client client_cert_not_required \ - client_disconnect client_to_client comp_lzo comp_noadapt disable \ - disable_occ down_pre duplicate_cn fast_io float http_proxy_retry \ - ifconfig_noexec ifconfig_nowarn ifconfig_pool_linear management_hold \ - management_query_passwords mktun mlock mtu_test mute_replay_warnings \ - nobind no_iv no_replay passtos persist_key persist_local_ip \ - persist_remote_ip persist_tun ping_timer_rem pull push_reset \ - remote_random rmtun route_noexec single_session socks_proxy_retry \ - suppress_timestamps test_crypto tls_client tls_exit tls_server \ - tun_ipv6 up_delay up_restart username_as_common_name - - # append params - append_params "$s" \ - auth auth_user_pass auth_user_pass_verify bcast_buffers ca cd cert \ - chroot cipher client_config_dir client_connect config connect_freq \ - connect_retry crl_verify cryptoapicert dev dev_node dev_type dh down \ - echo engine explicit_exit_notify fragment group hand_window hash_size \ - http_proxy http_proxy_option http_proxy_timeout ifconfig ifconfig_pool \ - ifconfig_pool_persist ifconfig_push inactive ipchange iroute keepalive \ - key key_method keysize learn_address link_mtu local log log_append \ - lport management management_log_cache max_clients \ - max_routes_per_client mode mssfix mtu_disc mute nice ns_cert_type ping \ - ping_exit ping_restart pkcs12 plugin port proto rcvbuf \ - redirect_gateway remap_usr1 remote reneg_bytes reneg_pkts reneg_sec \ - replay_persist replay_window resolv_retry route route_delay \ - route_gateway route_up rport server server_bridge setenv shaper sndbuf \ - socks_proxy status status_version syslog tcp_queue_limit tls_auth \ - tls_cipher tls_remote tls_timeout tls_verify tmp_dir tran_window \ - tun_mtu tun_mtu_extra txqueuelen up user verb - - # append multi-value params - append_params_quoted "$s" \ - push - - - [ -n "$ARGS" ] && \ - eval "$SSD -q -b -m -p $PID -x $BIN -S -- --syslog 'openvpn($s)' $ARGS" -} - -kill_service() { - local s="$1" - local S="${2:-TERM}" - local enable=0 - - # disabled? - config_get_bool enable "$s" enable 0 - [ "$enable" == 0 ] && return 0 - - PID="/var/run/openvpn-$s.pid" - - $SSD -q -p $PID -x $BIN -K -s $S -} - -hup_service() { kill_service "$1" HUP; } -stop_service() { kill_service "$1" TERM; } - -start() { - config_load openvpn - config_foreach start_service openvpn -} - -stop() { - config_load openvpn - config_foreach stop_service openvpn -} - -reload() { - config_load openvpn - config_foreach hup_service openvpn -} - -restart() { - stop; sleep 5; start -} diff --git a/applications/luci-openvpn/root/lib/uci/schema/default/openvpn b/applications/luci-openvpn/root/lib/uci/schema/default/openvpn deleted file mode 100644 index 2a31ff4992..0000000000 --- a/applications/luci-openvpn/root/lib/uci/schema/default/openvpn +++ /dev/null @@ -1,299 +0,0 @@ -mode m -Set OpenVPN major mode - -local host -Local host name or IP address for bind - -remote host [port] -Remote host name or IP address - -remote-random -When multiple --remote address/ports are specified, initially randomize the order of the list as a kind of basic load-balancing measure - -proto p -Use protocol p for communicating with remote host - -connect-retry n -For --proto tcp-client, take n as the number of seconds to wait between connection retries (default=5) - -connect-retry-max n -For --proto tcp-client, take n as the number of retries of connection attempt (default=infinite) - -auto-proxy -Try to sense HTTP or SOCKS proxy settings automatically - -http-proxy server port [authfile|'auto'] [auth-method] -Connect to remote host through an HTTP proxy at address server and port port - -http-proxy-retry -Retry indefinitely on HTTP proxy errors - -http-proxy-timeout n -Set proxy timeout to n seconds, default=5 - -http-proxy-option type [parm] -Set extended HTTP proxy options - -socks-proxy server [port] -Connect to remote host through a Socks5 proxy at address server and port port (default=1080) - -socks-proxy-retry -Retry indefinitely on Socks proxy errors - -resolv-retry n -If hostname resolve fails for --remote, retry resolve for n seconds before failing - -float -Allow remote peer to change its IP address and/or port number, such as due to DHCP (this is the default if --remote is not used) - -ipchange cmd -Execute shell command cmd when our remote ip-address is initially authenticated or changes - -port port -TCP/UDP port number for both local and remote - -lport port -TCP/UDP port number for bind - -rport port -TCP/UDP port number for remote - -bind -Bind to local address and port - -nobind -Do not bind to local address and port - -dev tunX | tapX | null -TUN/TAP virtual network device ( X can be omitted for a dynamic device - -dev-type device-type -Which device type are we using? device-type should be tun or tap - -topology mode -Configure virtual addressing topology when running in --dev tun mode - -tun-ipv6 -Build a tun link capable of forwarding IPv6 traffic - -dev-node node -Explicitly set the device node rather than using /dev/net/tun, /dev/tun, /dev/tap, etc - -lladdr address -Specify the link layer address, more commonly known as the MAC address - -iproute cmd -Set alternate command to execute instead of default iproute2 command - -ifconfig l rn -Set TUN/TAP adapter parameters - -ifconfig-noexec -Don't actually execute ifconfig/netsh commands, instead pass --ifconfig parameters to scripts using environmental variables - -ifconfig-nowarn -Don't output an options consistency check warning if the --ifconfig option on this side of the connection doesn't match the remote side - -route network/IP [netmask] [gateway] [metric] -Add route to routing table after connection is established - -route-gateway gw -Specify a default gateway gw for use with --route - -route-metric m -Specify a default metric m for use with --route - -route-delay [n] [w] -Delay n seconds (default=0) after connection establishment, before adding routes - -route-up cmd -Execute shell command cmd after routes are added, subject to --route-delay - -route-noexec -Don't add or remove routes automatically - -route-nopull -When used with --client or --pull, accept options pushed by server EXCEPT for routes - -redirect-gateway flags... -(Experimental) Automatically execute routing commands to cause all outgoing IP traffic to be redirected over the VPN - -link-mtu n -Sets an upper bound on the size of UDP packets which are sent between OpenVPN peers - -tun-mtu n -Take the TUN device MTU to be n and derive the link MTU from it (default=1500) - -tun-mtu-extra n -Assume that the TUN/TAP device might return as many as n bytes more than the --tun-mtu size on read - -mtu-disc type -Should we do Path MTU discovery on TCP/UDP channel? Only supported on OSes such as Linux that supports the necessary system call to set - -mtu-test -To empirically measure MTU on connection startup, add the --mtu-test option to your configuration - -fragment max -Enable internal datagram fragmentation so that no UDP datagrams are sent which are larger than max bytes - -mssfix max -Announce to TCP sessions running over the tunnel that they should limit their send packet sizes such that after OpenVPN has encapsulated them, the resulting UDP packet size that OpenVPN sends to its peer will not exceed max bytes - -sndbuf size -Set the TCP/UDP socket send buffer size - -rcvbuf size -Set the TCP/UDP socket receive buffer size - -socket-flags flags... -Apply the given flags to the OpenVPN transport socket - -txqueuelen n -(Linux only) Set the TX queue length on the TUN/TAP interface - -shaper n -Limit bandwidth of outgoing tunnel data to n bytes per second on the TCP/UDP port - -inactive n [bytes] -Causes OpenVPN to exit after n seconds of inactivity on the TUN/TAP device - -ping n -Ping remote over the TCP/UDP control channel if no packets have been sent for at least n seconds (specify --ping on both peers to cause ping packets to be sent in both directions since OpenVPN ping packets are not echoed like IP ping packets) - -ping-exit n -Causes OpenVPN to exit after n seconds pass without reception of a ping or other packet from remote - -ping-restart n -Similar to --ping-exit, but trigger a SIGUSR1 restart after n seconds pass without reception of a ping or other packet from remote - -keepalive n m -A helper directive designed to simplify the expression of --ping and --ping-restart in server mode configurations - -ping-timer-rem -Run the --ping-exit / --ping-restart timer only if we have a remote address - -persist-tun -Don't close and reopen TUN/TAP device or run up/down scripts across SIGUSR1 or --ping-restart restarts - -persist-key -Don't re-read key files across SIGUSR1 or --ping-restart - -persist-local-ip -Preserve initially resolved local IP address and port number across SIGUSR1 or --ping-restart restarts - -persist-remote-ip -Preserve most recently authenticated remote IP address and port number across SIGUSR1 or --ping-restart restarts - -mlock -Disable paging by calling the POSIX mlockall function - -up cmd -Shell command to run after successful TUN/TAP device open (pre --user UID change) - -up-delay -Delay TUN/TAP open and possible --up script execution until after TCP/UDP connection establishment with peer - -down cmd -Shell command to run after TUN/TAP device close (post --user UID change and/or --chroot ) - -down-pre -Call --down cmd/script before, rather than after, TUN/TAP close - -up-restart -Enable the --up and --down scripts to be called for restarts as well as initial program start - -setenv name value -Set a custom environmental variable name=value to pass to script - -setenv-safe name value -Set a custom environmental variable OPENVPN_name=value to pass to script - -disable-occ -Don't output a warning message if option inconsistencies are detected between peers - -user user -Change the user ID of the OpenVPN process to user after initialization, dropping privileges in the process - -group group -Similar to the --user option, this option changes the group ID of the OpenVPN process to group after initialization - -cd dir -Change directory to dir prior to reading any files such as configuration files, key files, scripts, etc - -chroot dir -Chroot to dir after initialization - -#daemon [progname] -#Become a daemon after all initialization functions are completed - -#syslog [progname] -#Direct log output to system logger, but do not become a daemon - -passtos -Set the TOS field of the tunnel packet to what the payload's TOS is - -inetd [wait|nowait] [progname] -Use this option when OpenVPN is being run from the inetd or xinetd(8) server - -log file -Output logging messages to file, including output to stdout/stderr which is generated by called scripts - -log-append file -Append logging messages to file - -suppress-timestamps -Avoid writing timestamps to log messages, even when they otherwise would be prepended - -writepid file -Write OpenVPN's main process ID to file - -nice n -Change process priority after initialization ( n greater than 0 is lower priority, n less than zero is higher priority) - -fast-io -(Experimental) Optimize TUN/TAP/UDP I/O writes by avoiding a call to poll/epoll/select prior to the write operation - -echo [parms...] -Echo parms to log output - -remap-usr1 signal -Control whether internally or externally generated SIGUSR1 signals are remapped to SIGHUP (restart without persisting state) or SIGTERM (exit) - -verb n -Set output verbosity to n (default=1) - -status file [n] -Write operational status to file every n seconds - -status-version [n] -Choose the status file format version number - -mute n -Log at most n consecutive messages in the same category - -comp-lzo [mode] -Use fast LZO compression -- may add up to 1 byte per packet for incompressible data - -comp-noadapt -When used in conjunction with --comp-lzo, this option will disable OpenVPN's adaptive compression algorithm - -management IP port [pw-file] -Enable a TCP server on IP:port to handle daemon management functions - -management-query-passwords -Query management channel for private key password and --auth-user-pass username/password - -management-forget-disconnect -Make OpenVPN forget passwords when management session disconnects - -management-hold -Start OpenVPN in a hibernating state, until a client of the management interface explicitly starts it with the hold release command - -management-signal -Send SIGUSR1 signal to OpenVPN if management session disconnects - -management-log-cache n -Cache the most recent n lines of log file history for usage by the management channel - -plugin module-pathname [init-string] -Load plug-in module from the file module-pathname, passing init-string as an argument to the module initialization function diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index d7ec3823b1..d4dcade8bf 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -96,15 +96,11 @@ a_srv_http_authrealm = 'Authentication Realm' a_srv_http_authrealm1 = 'The realm which will be displayed at the authentication prompt for protected pages.' a_srv_http_config1 = 'defaults to /etc/httpd.conf' a_srv_http_root = 'Document root' -a_srv_http_keepalive = 'Enable Keep-Alive' -a_srv_http_timeout = 'Connection timeout' -a_srv_http_path = 'Plugin path' -a_srv_lucittpd = 'A lightweight HTTP/1.1 webserver written in C and Lua designed to serve LuCI' a_srv_dropbear1 = 'Dropbear offers SSH network shell access and an integrated SCP server' a_srv_d_pwauth = 'Password authentication' a_srv_d_pwauth1 = 'Allow SSH password authentication' a_w_channel = 'Channel' -a_w_wifi1 = 'On this pages you find confiugration options for WLAN based wireless networks.' +a_w_wifi1 = 'On this pages you can find configuration options for WLAN based wireless networks.' a_w_wifi2 = 'You can easily integrate your 802.11a/b/g/n-devices into your physical network and use the virtual adapter support to build wireless repeaters or offer several networks with one device.' a_w_wifi3 = 'There is support for Managed, Client, Ad-Hoc and WDS operating modes as well as WPA and WPA2 encryption for secure communnication.' a_w_devices1 = 'Here you can configure installed wifi devices.' -- 2.30.2