Yealink Forums

Full Version: can't OTA update handsets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
i have setup the auto provisioning server and it works in updating the T46S and W60B base station that i have, but i cannot seem to get it to update my W56H handsets.

i am using HTTP to server the update files, which both the base station and IP phones grab.

y000000000.boot
Code:
#!version:1.0.0.1

include:config <http://192.168.100.4/yealink/$PN/$MAC.cfg>
[W60B]include:config <http://192.168.100.4/yealink/$PN/handset-update.cfg>
include:config <local-config.cfg>
include:config <admin.cfg>
include:config <common.cfg>
    
overwrite_mode = 1
specific_model.excluded_mode=0

local-config.cfg
Code:
#!version:1.0.0.1

static.auto_provision.server.url = http://192.168.100.4/yealink/$PN
static.auto_provision.custom.upload_method = 1
static.auto_provision.custom.sync.path = http://192.168.100.4/yealink/$PN/local

common.cfg
Code:
#!version:1.0.0.1

static.firmware.url = http://192.168.100.4/yealink/$PN/firmware/$PN-latest.rom

handset-update.cfg
Code:
#!version:1.0.0.1

over_the_air.url =
over_the_air.url.w52h =
over_the_air.url.w53h =
over_the_air.url.w56h = http://192.168.100.4/yealink/W56H/firmware/61.83.0.90.rom
over_the_air.base_trigger = 1
over_the_air.handset_trigger = 1
over_the_air.handset_tip = 1

what am i doing wrong? does the firmware actually need to be in the root of the webserver and not served our of a subfolder?
Hi,

I have no experience with this upgrade method, but what is the current firmware version of your handset?
Hello complex1,
the handsets are currently on version 61.83.0.50. The base station is on the latest firmware.

Thanks
Hi,

What if you set “over_the_air.handset_trigger = 0” and “base_trigger = 0” in the “handset-update.cfg” file and leave the rest as it is… do the handset show the message “Handset has a new firmware, update now?”
Hello,
the handsets still cannot find the firmware with those changes.

thanks
(04-11-2020 05:10 AM)akp55 Wrote: [ -> ]Hello,
the handsets still cannot find the firmware with those changes.

thanks

Hi,

Is the file name of the firmware correct?
Shouldn't it be W56H-61.83.0.90.rom?

To be honest I have no experience, never tried, with this way of firmware updates.
firmware name really shouldn't matter i wouldn't think. I have it setup this way for the T46S's. I have tried various combinations for the name with no success either. Is there someone from yealink that has any insights on this?
i was able to get this to work by setting overwrite_mode to 0.
(04-15-2020 03:50 PM)akp55 Wrote: [ -> ]i was able to get this to work by setting overwrite_mode to 0.

Hi,

Thank you very much for your feedback.
Glad to hear that you were able to get it to work and everything is fine now.
Reference URL's