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}"