Forum Discussion
thet naing
Mar 04, 2018Iron Contributor
Prevent Polycom Phone rolling back to old version - SFB Online.
Noticed that after the firmware update is installed, Polycom phone rolls back to the previous version automatically.
I got a message on the Polycom Phone that says "there’s a new update availab...
Richard Jenner
Mar 05, 2018Brass Contributor
If you just want to prevent a single device from rolling back you can create a configuration (.cfg) file using the below code and then import it onto the phone:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<PARAMETERS device.set="1" device.prov.lyncDeviceUpdateEnabled.set="1" device.prov.lyncDeviceUpdateEnabled="0" lync.provisionDeviceParams.enabled="0" />
Richard
thet naing
Mar 07, 2018Iron Contributor
Richard Jenner Thanks, it's instructive info.