summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-voice-core/luasrc
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-voice-core/luasrc')
-rw-r--r--applications/luci-app-voice-core/luasrc/controller/luci_voice.lua21
-rw-r--r--applications/luci-app-voice-core/luasrc/view/luci_voice/index.htm16
-rw-r--r--applications/luci-app-voice-core/luasrc/view/luci_voice/phone_index.htm12
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%>