summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraalatchm <aalatchm@jamailca.com>2011-07-05 14:54:49 +0000
committerTed Trask <ttrask01@yahoo.com>2011-07-05 11:09:31 -0400
commit185485e4f2564189eb6c90445bb208821e492978 (patch)
tree679aa485495b9e6d6e4eb90a59ebe1e9c44b8c6a
parentb34a895e3e64df3aedcf31d6246d1de9419a0464 (diff)
downloadacf-provisioning-185485e4f2564189eb6c90445bb208821e492978.tar.bz2
acf-provisioning-185485e4f2564189eb6c90445bb208821e492978.tar.xz
Remove faulty Polycom configuration option that causes reboot on every resync
-rw-r--r--templates/polycom-template.lua4
1 files changed, 3 insertions, 1 deletions
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