diff options
author | Ted Trask <ttrask01@yahoo.com> | 2015-06-07 16:35:14 -0400 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2015-06-07 16:35:14 -0400 |
commit | 48a68193bbe71a28fc61dfeab364637c4a1ccf2b (patch) | |
tree | 8a7c9fa777adb939dfdb207fef32fb05b03384a6 /config | |
parent | c68b2a3e2ae4ac7d3d44da70bc9df215fedc946a (diff) | |
download | acf-provisioning-48a68193bbe71a28fc61dfeab364637c4a1ccf2b.tar.bz2 acf-provisioning-48a68193bbe71a28fc61dfeab364637c4a1ccf2b.tar.xz |
Minor change to comments in polycom template
Diffstat (limited to 'config')
-rw-r--r-- | config/templates/polycom-template.lua | 5 |
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 +/> |