summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-asterisk/luasrc/model
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-asterisk/luasrc/model')
-rw-r--r--applications/luci-asterisk/luasrc/model/cbi/asterisk/dialplan_out.lua2
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