diff options
author | Ted Trask <ttrask01@yahoo.com> | 2017-01-02 15:15:53 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2017-01-02 15:15:53 +0000 |
commit | afe6c0697cab91e9c5290588059af652d36a2adf (patch) | |
tree | fc854e328051df607ba61d147ae94b3d61f1add5 /config/templates | |
parent | 53adfb04ee62022952c2b36e725e8a75216058b2 (diff) | |
download | acf-provisioning-afe6c0697cab91e9c5290588059af652d36a2adf.tar.bz2 acf-provisioning-afe6c0697cab91e9c5290588059af652d36a2adf.tar.xz |
Add support for Polycom VVX D60 added in Polycom UC Software 5.4.3
Diffstat (limited to 'config/templates')
-rw-r--r-- | config/templates/polycom-template.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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) |