summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-06-07 16:35:14 -0400
committerTed Trask <ttrask01@yahoo.com>2015-06-07 16:35:14 -0400
commit48a68193bbe71a28fc61dfeab364637c4a1ccf2b (patch)
tree8a7c9fa777adb939dfdb207fef32fb05b03384a6
parentc68b2a3e2ae4ac7d3d44da70bc9df215fedc946a (diff)
downloadacf-provisioning-48a68193bbe71a28fc61dfeab364637c4a1ccf2b.tar.bz2
acf-provisioning-48a68193bbe71a28fc61dfeab364637c4a1ccf2b.tar.xz
Minor change to comments in polycom template
-rw-r--r--config/templates/polycom-template.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/templates/polycom-template.lua b/config/templates/polycom-template.lua
index 288465d..8bc6a70 100644
--- a/config/templates/polycom-template.lua
+++ b/config/templates/polycom-template.lua
@@ -46,6 +46,7 @@
mailbox = string
mailcallback = string
speeddialenable = boolean
+ provpollingtime = string
dndenable = boolean
softkey1 = boolean
softkey2 = boolean
@@ -220,7 +221,7 @@ if values.services then
if not values.services.speeddialenable then
xml_attr({ 'dir.local.contacts.maxNum' }, 0)
end
- -- Set Provisioning Polling to enable as random starting at the time configured in the provpollingtime param and stoping 59 minutes later
+ -- Set Provisioning Polling to enable as random starting at the time configured in the provpollingtime param and stopping 59 minutes later
if values.services.provpollingtime then
xml_attr({ 'prov.polling.enabled' }, 1)
xml_attr({ 'prov.polling.mode' }, "random")
@@ -316,4 +317,4 @@ for pg, pg_t in pairs(values) do
end
%>
-/> \ No newline at end of file
+/>