diff options
Diffstat (limited to 'config/templates/polycom-template.lua')
-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) |