From e71de60f1d1bd594a715338d7f9dbc62a5626c2e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 21 Mar 2009 04:59:07 +0000 Subject: applications/luci-asterisk: don't allow sip extensions to use dialzones as outgoing context --- .../luci-asterisk/luasrc/model/cbi/asterisk/phone_sip.lua | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk/phone_sip.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk/phone_sip.lua index 10afe3bef..dffb8182b 100644 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk/phone_sip.lua +++ b/applications/luci-asterisk/luasrc/model/cbi/asterisk/phone_sip.lua @@ -27,14 +27,6 @@ local function find_outgoing_contexts(uci) end end) - uci:foreach("asterisk", "dialzone", - function(s) - if not h[s['.name']] then - c[#c+1] = { s['.name'], "Dialzone: %s" % s['.name'] } - h[s['.name']] = true - end - end) - return c end @@ -146,7 +138,7 @@ elseif arg[1] then linekey:value("trunk", "Trunk Appearance") linekey:value("call", "Call Appearance") - dialplan = peer:option(ListValue, "context", "Dialplan Context") + dialplan = peer:option(ListValue, "context", "Assign Dialplan") for _, v in ipairs(find_outgoing_contexts(cbimap.uci)) do dialplan:value(unpack(v)) end -- cgit v1.2.3