From 7504f8dc197ba715e5ebed97850151e69af052a2 Mon Sep 17 00:00:00 2001 From: Len Date: Thu, 18 Jul 2019 14:44:57 -0400 Subject: [PATCH] Update {$mac}.cfg (#4364) --- resources/templates/provision/polycom/4.x/{$mac}.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/templates/provision/polycom/4.x/{$mac}.cfg b/resources/templates/provision/polycom/4.x/{$mac}.cfg index 9c9844b6a8..e0a608b46c 100644 --- a/resources/templates/provision/polycom/4.x/{$mac}.cfg +++ b/resources/templates/provision/polycom/4.x/{$mac}.cfg @@ -61,6 +61,9 @@ device.set="1" device.sntp.serverName="{$ntp_server_primary}" device.sntp.gmtOffset="{$polycom_gmt_offset}" + device.prov.upgradeServer.set="1" + device.prov.upgradeServer="https://{$domain_name}{$project_path}/app/polycom/resources/firmware/" + {if isset($admin_password)} device.auth.localUserPassword.set="1" device.auth.localUserPassword="{$admin_password}"