From afe6c0697cab91e9c5290588059af652d36a2adf Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Mon, 2 Jan 2017 15:15:53 +0000 Subject: Add support for Polycom VVX D60 added in Polycom UC Software 5.4.3 --- config/templates/polycom-template.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/templates') diff --git a/config/templates/polycom-template.lua b/config/templates/polycom-template.lua index e3a4313..6cf08ab 100644 --- a/config/templates/polycom-template.lua +++ b/config/templates/polycom-template.lua @@ -23,6 +23,7 @@ militarytimeenable clockenable displaylang + dectenable } regX (where X is a number 1-34) = { extension = EXTEN @@ -118,6 +119,8 @@ if values.device.displaylang then xml_attr({'lcl.ml.lang'}, values.device.displaylang) end +xml_attr({ 'feature.dect.enabled' }, values.device.dectenable) + -- Override the default admin password of '456' if values.device.adminpassword then xml_attr({ 'device.auth.localAdminPassword' }, values.device.adminpassword) -- cgit v1.2.3