diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-21 04:36:08 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-21 04:36:08 +0000 |
commit | 1a3d44865f6cbda203b84340684aa539599bb876 (patch) | |
tree | 5ce1a7ef3e121a03c4361cc490f3928b7a99dc90 /applications/luci-asterisk/luasrc/model | |
parent | 684f695c13d6e415b834b5dbd4d2923cc63468b4 (diff) |
applications/luci-asterisk: rework dialplan management
Diffstat (limited to 'applications/luci-asterisk/luasrc/model')
-rw-r--r-- | applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua b/applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua index c8538426c..94bf7d4d5 100644 --- a/applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua +++ b/applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua @@ -114,7 +114,7 @@ if arg[1] then intl = entry:option(DynamicList, "international", "Intl. prefix matches (optional)") - trunk = entry:option(ListValue, "uses", "Used trunk") + trunk = entry:option(MultiValue, "uses", "Used trunk") for _, v in ipairs(find_trunks(cbimap.uci)) do trunk:value(unpack(v)) end |