summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-asterisk/luasrc/controller
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-03-11 23:40:08 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-03-11 23:40:08 +0000
commit93b66993ce14d18aa0001fb27b2e8b21d18328e6 (patch)
treefdb498351ccddeca7435d9816a922fdd925e987b /applications/luci-asterisk/luasrc/controller
parent8eadc262d0644ac877a9a316355dfba98e371536 (diff)
applications/luci-asterisk: begin reworking dialplan stuff to separate dialzones from dialplans
Diffstat (limited to 'applications/luci-asterisk/luasrc/controller')
-rw-r--r--applications/luci-asterisk/luasrc/controller/asterisk.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-asterisk/luasrc/controller/asterisk.lua b/applications/luci-asterisk/luasrc/controller/asterisk.lua
index 05d534317..04b4e42b3 100644
--- a/applications/luci-asterisk/luasrc/controller/asterisk.lua
+++ b/applications/luci-asterisk/luasrc/controller/asterisk.lua
@@ -52,6 +52,7 @@ function index()
--entry({"admin", "asterisk", "dialplans"}, cbi("asterisk/dialplans"), "Call Routing", 3)
entry({"admin", "asterisk", "dialplans"}, call("handle_dialplan"), "Call Routing", 3)
entry({"admin", "asterisk", "dialplans", "out"}, cbi("asterisk/dialplan_out"), nil, 1).leaf = true
+ entry({"admin", "asterisk", "dialplans", "zones"}, cbi("asterisk/dialzones"), "Dial Zones", 2).leaf = true
end