applications/luci-asterisk: fix voicemail storage option, don't load tzdata in mailbo...
[project/luci.git] / applications / luci-asterisk / luasrc / model / cbi / asterisk / voicemail_settings.lua
index 8ad3ee1e5154fe1f62c5ab581f2033850b408b23..cad2adb95ff250392cabfdcb8ddb7232c7bb20c9 100644 (file)
@@ -25,7 +25,8 @@ voicegeneral = cbimap:section(TypedSection, "voicegeneral",
 voicegeneral.anonymous = true
 voicegeneral.addremove = false
 
-format = voicegeneral:option(ListValue, "Storage format")
+format = voicegeneral:option(MultiValue, "Used storage formats")
+format.widget = "checkbox"
 format:value("wav49")
 format:value("gsm")
 format:value("wav")