summaryrefslogtreecommitdiffstats
path: root/templates/polycom-template.lua
diff options
context:
space:
mode:
Diffstat (limited to 'templates/polycom-template.lua')
-rw-r--r--templates/polycom-template.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/polycom-template.lua b/templates/polycom-template.lua
index c7bf141..199f7ff 100644
--- a/templates/polycom-template.lua
+++ b/templates/polycom-template.lua
@@ -38,6 +38,7 @@
forwarding = boolean
hotlinedestination = string
hotlineenable = boolean
+ mailbox = string
speeddialenable = boolean
}
--]]
@@ -248,6 +249,9 @@ if values.services then
if values.services.hotlineenable then
enable.hotline = true
end
+ if values.services.mailbox then
+ xml_attr({ 'msg.mwi.1.subscribe' }, values.services.mailbox)
+ end
-- set local contact directory to be readonly or readwrite
xml_attr({ 'dir.local.readonly' }, values.services.speeddialenable)
end