[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Upgrade W52H and W56H firmware over the air
Author Message
AMount Offline
Junior Member
**

Posts: 7
Joined: Apr 2015
Reputation: 0
Post: #1
Upgrade W52H and W56H firmware over the air
Hello,

The W52H and W56H can both be connected to the same base at the same time.

When configured as documented, both handsets try downloading the same exact file when I do it this way:
Code:
################################################################################​#######
##                                  Handset_upgrade                                  ##
################################################################################​#######

#OTA upgrade of handset is not possible unless all three of these conditions are met:
#(1) Handset with firmware 26.40.0.15 or later
#(2) Base station with firmware 25.40.0.15 or later
#(3) Handset with hardware 26.0.0.6 or later
over_the_air.url = {$firmwareHandsetURL}
over_the_air.base_trigger = 0
over_the_air.handset_tip = 1

How do I make it so the W52H can download handset-26.73.0.30.rom, and the W56H can download handset-61.80.0.15.rom?
(This post was last modified: 12-05-2016 10:37 PM by AMount.)
12-05-2016 06:23 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Lucia_Yealink Offline
Super Moderator
******

Posts: 467
Joined: Aug 2016
Reputation: 5
Post: #2
RE: Upgrade W52H and W56H firmware over the air
Dear Sir,

About your problem, you can upgrade the firmware manual one by one via web interface: Setting->upgrading-> choose firmware for handset.

If there are so many handset and you want to use auto provision to upgrade the firmware, then you can use nested auto provision.
Please see the detail steps below:

1.configure a 1.cfg file,add this parameter in 1.cfg file:
#!version:1.0.0.1
over_the_air.url=http://10.2.2.19:8080/26.73.0.30.rom
auto_provision.server.url=http://10.2.2.19:8080/2.cfg


2.configure a 2.cfg file, add this parameter in 2.cfg file:
#!version:1.0.0.1
over_the_air.url=http://10.2.2.19:8080/61.80.0.15.rom

3. add the auto provision URL in server URL(in my test, it is [b]http://10.2.2.19:8080/1.cfg
) via web interface.
Click on auto privsion now, it will ask for the autp provision server, and download 1.cfg file,upgrade W52H to 26.73.0.30, and it also ask for another provision server URL.

In this test,firstly,W52H will upgrade to 26.73.0.30, and base will obtain the second provision server URL after upgrading, and it will download 2.cfg file, upgrade W56H to 61.80.0.15, then all is done. it may spend some time to upgrade.
You can refer to the two pictures in the attachment.

Also, I will feedback it to our Product Dept to see if we can take it into consider that the base can use the "over_the_air.url=" to upgrade both the W52h and the W56h.

Best Regards,
Lucia


Attached File(s) Thumbnail(s)
       
12-06-2016 08:44 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
AMount Offline
Junior Member
**

Posts: 7
Joined: Apr 2015
Reputation: 0
Post: #3
RE: Upgrade W52H and W56H firmware over the air
Hello,

For my users, logging into the web UI is not an option. I need a solution that uses only auto provisioning. I tried the nested auto provision method you suggested, but it did not work the way I wanted.

I tried to have the second config file point back to the first one again, but this caused a bug -- the "Settings" tab was missing from the UI completely. When I tried to go directly to the settings page URL (<ipaddress>/servlet?p=settings-preference&q=load) I got a 404 error. I had to load a different firmware file to fix it.

It would be much better to either:
  1. have the over_the_air.url provide both firmware binaries to each handset model, or
  2. create two separate parameters (like over_the_air_w52h.url and over_the_air_w56h.url), so each handset would only look at the appropriate parameter.

Until the method is improved, I will not upgrade handsets over the air.
(This post was last modified: 01-28-2017 12:32 AM by AMount.)
01-28-2017 12:31 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Lucia_Yealink Offline
Super Moderator
******

Posts: 467
Joined: Aug 2016
Reputation: 5
Post: #4
RE: Upgrade W52H and W56H firmware over the air
Yes, thank you for your suggestion.

And we have already optimized this feature in the V81 firmware.
We add the parameter below:
over_the_air.url.w52h =
over_the_air.url.w56h =

So that the users can upgrade the handset in the same time.
And we will release the V81 firmware in the near feature.
02-08-2017 07:34 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
jason.fell Offline
Junior Member
**

Posts: 1
Joined: Nov 2016
Reputation: 0
Post: #5
RE: Upgrade W52H and W56H firmware over the air
when will the version 81 firmware be available in the UK?
I am trying to deploy this phone to our customer and we will use a mixture of W52 & W56 phones, and having this feature would be great
05-10-2017 03:01 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
complex1 Offline
3CX Adv. Cert. Engineer
*****

Posts: 1,509
Joined: Jan 2014
Reputation: 44
Post: #6
RE: Upgrade W52H and W56H firmware over the air
Hi,

Please be patient.
V81 firmware is still in beta status and not ready for release.

Kind regards,
Frank.

I am not an employee of Yealink.
Dutch is my native language, not English. Apologies for my imperfect grammar.
Please do not send unsolicited PM messages. I will not answer them.
05-10-2017 04:00 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Lucia_Yealink Offline
Super Moderator
******

Posts: 467
Joined: Aug 2016
Reputation: 5
Post: #7
RE: Upgrade W52H and W56H firmware over the air
For the W56P, the 25.81.0.10 is the bata version, we do not have a plan to release it in the website, but if the customers need, we can send it to you to use. It can meet the commercial standard.

You can download it in the link below:
http://ftp.yealink.com/?ShareToken=BFE47...DB33648FC5

Regards
Lucia
05-11-2017 01:01 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Wink Auto Provsioning EOL products and devices that do dont have recent firmware releases GalacticSolutions 3 5,680 04-12-2023 05:32 PM
Last Post: aaronmedina
  DO NOT Provision / Update Firmware looker44 2 7,383 08-17-2021 04:44 AM
Last Post: looker44
  Marking Weekly Upgrade Interval - breaks phone ShaneTotalCare 0 3,256 10-16-2020 04:02 PM
Last Post: ShaneTotalCare
  Autoprovisioning different firmware phone SimoneAlceo 3 11,013 07-11-2020 12:00 PM
Last Post: complex1
  Can't Call Forward Yealink T21P e2 - latest firmware Grace6641 1 7,171 06-18-2019 09:53 AM
Last Post: Walter_Yealink
Lightbulb Auto provision firmware ... Yuriy Y. 1 8,230 04-26-2019 05:40 AM
Last Post: Yuriy Y.
  firmware.url or static.firmware.url Eastern Oregon Net, Inc. 1 10,270 10-05-2018 05:55 AM
Last Post: NI
  Auto-Provision Firmware Rus 0 5,404 08-24-2018 11:07 AM
Last Post: Rus
  Auto Provision after firmware update nickmancini 1 10,827 12-29-2017 02:53 AM
Last Post: Lucia_Yealink
Question T23P provisioning with different firmware versions Piotrek 4 12,677 07-14-2017 12:02 PM
Last Post: Phonism

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication