diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-20 15:58:03 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-20 15:58:03 +0200 |
commit | 194e42913fe25df93cc9844ecfa7fb8783d5e664 (patch) | |
tree | 267c227a0e1e80e3a91151a0f8d7df022d6a83de /applications/luci-app-voice-core/luasrc | |
parent | 7edc6f03f04f386c680d419afc5bf50c91c819a3 (diff) |
luci-app-voice-core and -diag: remove from repo
Remove luci-app-voice-core and luci-app-voice-diag as they have been BROKEN
since 2015. They only support luci-app-diag-devinfo that has been removed.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-voice-core/luasrc')
3 files changed, 0 insertions, 49 deletions
diff --git a/applications/luci-app-voice-core/luasrc/controller/luci_voice.lua b/applications/luci-app-voice-core/luasrc/controller/luci_voice.lua deleted file mode 100644 index b37018de19..0000000000 --- a/applications/luci-app-voice-core/luasrc/controller/luci_voice.lua +++ /dev/null @@ -1,21 +0,0 @@ --- Copyright 2009 Daniel Dickinson --- Licensed to the public under the Apache License 2.0. - -module("luci.controller.luci_voice", package.seeall) - -function index() - local e - - e = entry({"admin", "voice"}, template("luci_voice/index") , _("Voice"), 90) - e.index = true - - e = entry({"mini", "voice"}, template("luci_voice/index"), _("Voice"), 90) - e.index = true - - e = entry({"mini", "voice", "phones"}, template("luci_voice/phone_index"), _("Phones"), 90) - e.index = true - - e = entry({"admin", "voice", "phones"}, template("luci_voice/phone_index"), _("Phones"), 90) - e.index = true - -end diff --git a/applications/luci-app-voice-core/luasrc/view/luci_voice/index.htm b/applications/luci-app-voice-core/luasrc/view/luci_voice/index.htm deleted file mode 100644 index e14862e7d1..0000000000 --- a/applications/luci-app-voice-core/luasrc/view/luci_voice/index.htm +++ /dev/null @@ -1,16 +0,0 @@ -<%# - Copyright 2009 Daniel Dickinson - Licensed to the public under the Apache License 2.0. --%> - -<%+header%> -<h2 name="content">Voice</h2> -<p>Here you can control OpenWRT voice-related settings and see - voice-related information from OpenWRT</p> -<p>In particular Asterisk configuration and information is displayed - here, as well as diagnostics that specifically apply to voice but are - not general networking diagnostics (e.g. includes SIP device scans, but not - ping tests). Includes PSTN phones as well as VoIP and possibly - non-telephony related options. -</p> -<%+footer%> diff --git a/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm b/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm deleted file mode 100644 index c4466cbf06..0000000000 --- a/applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm +++ /dev/null @@ -1,12 +0,0 @@ -<%# - Copyright 2009 Daniel Dickinson - Licensed to the public under the Apache License 2.0. --%> - -<%+header%> -<h2 name="content">Phones</h2> -<p>Here you can control phone configuration and information in OpenWRT</p> -<p>You can control the setup of phone clients and servers and see - information such as diagnostics related to phone devices from this menu. -</p> -<%+footer%> |