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.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/polycom-template.lua b/templates/polycom-template.lua
index 199f7ff..b617025 100644
--- a/templates/polycom-template.lua
+++ b/templates/polycom-template.lua
@@ -251,6 +251,8 @@ if values.services then
end
if values.services.mailbox then
xml_attr({ 'msg.mwi.1.subscribe' }, values.services.mailbox)
+ xml_attr({ 'msg.mwi.1.callBackMode' }, "contact")
+ xml_attr({ 'msg.mwi.1.callBack' }, string.gsub(values.services.mailbox, "@.*", ""))
end
-- set local contact directory to be readonly or readwrite
xml_attr({ 'dir.local.readonly' }, values.services.speeddialenable)