applications/luci-asterisk: fix voicemail storage option, don't load tzdata in mailbox mgmnt.
This commit is contained in:
parent
a5216e09d5
commit
7385d0b070
2 changed files with 2 additions and 4 deletions
|
@ -12,9 +12,6 @@ You may obtain a copy of the License at
|
|||
$Id$
|
||||
]]--
|
||||
|
||||
require "luci.sys.zoneinfo"
|
||||
|
||||
|
||||
cbimap = Map("asterisk", "Voicemail - Mailboxes")
|
||||
|
||||
voicemail = cbimap:section(TypedSection, "voicemail", "Voicemail Boxes")
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue