Yealink Forums
can't OTA update handsets - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: Dect Phone Series (/forumdisplay.php?fid=6)
+--- Forum: W60B(Wireless) (/forumdisplay.php?fid=59)
+--- Thread: can't OTA update handsets (/showthread.php?tid=43946)



can't OTA update handsets - akp55 - 04-09-2020 06:53 AM

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?


RE: can't OTA update handsets - complex1 - 04-09-2020 06:55 PM

Hi,

I have no experience with this upgrade method, but what is the current firmware version of your handset?


RE: can't OTA update handsets - akp55 - 04-09-2020 07:10 PM

Hello complex1,
the handsets are currently on version 61.83.0.50. The base station is on the latest firmware.

Thanks


RE: can't OTA update handsets - complex1 - 04-10-2020 05:49 PM

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?”


RE: can't OTA update handsets - akp55 - 04-11-2020 05:10 AM

Hello,
the handsets still cannot find the firmware with those changes.

thanks


RE: can't OTA update handsets - complex1 - 04-11-2020 09:39 AM

(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.


RE: can't OTA update handsets - akp55 - 04-11-2020 07:50 PM

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?


RE: can't OTA update handsets - akp55 - 04-15-2020 03:50 PM

i was able to get this to work by setting overwrite_mode to 0.


RE: can't OTA update handsets - complex1 - 04-15-2020 04:36 PM

(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.