From 48a68193bbe71a28fc61dfeab364637c4a1ccf2b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sun, 7 Jun 2015 16:35:14 -0400 Subject: Minor change to comments in polycom template --- config/templates/polycom-template.lua | 5 +++-- 1 file 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 +/> -- cgit v1.2.3