From 443917b6d235bc6cb10e2be2c5de190ac3fcad07 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 14 Jun 2011 12:50:01 +0000 Subject: Added in one mailbox parameter, supported on Polycom --- templates/polycom-template.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates') 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 -- cgit v1.2.3