applications/luci-asterisk: cross-reference dialplan mgmnt in sip extension config
This commit is contained in:
parent
e71de60f1d
commit
80691e427c
1 changed files with 1 additions and 0 deletions
|
@ -139,6 +139,7 @@ elseif arg[1] then
|
|||
linekey:value("call", "Call Appearance")
|
||||
|
||||
dialplan = peer:option(ListValue, "context", "Assign Dialplan")
|
||||
dialplan.titleref = luci.dispatcher.build_url("admin", "asterisk", "dialplans")
|
||||
for _, v in ipairs(find_outgoing_contexts(cbimap.uci)) do
|
||||
dialplan:value(unpack(v))
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue