From 185485e4f2564189eb6c90445bb208821e492978 Mon Sep 17 00:00:00 2001 From: aalatchm Date: Tue, 5 Jul 2011 14:54:49 +0000 Subject: Remove faulty Polycom configuration option that causes reboot on every resync --- templates/polycom-template.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/polycom-template.lua') diff --git a/templates/polycom-template.lua b/templates/polycom-template.lua index 50f4861..5ed35a3 100644 --- a/templates/polycom-template.lua +++ b/templates/polycom-template.lua @@ -266,7 +266,9 @@ if values.services then 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) + if not values.services.speeddialenable then + xml_attr({ 'dir.local.contacts.maxNum' }, 0) + end end -- cgit v1.2.3