[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
SIP-T20P Old Firmware doesnt upgrade in auto provisioning
Author Message
jcvh Offline
Junior Member
**

Posts: 14
Joined: Nov 2013
Reputation: 0
Post: #1
SIP-T20P Old Firmware doesnt upgrade in auto provisioning
Helo folks, i am having trouble with some units of SIP-T20P, that have been in our warehouse for a while, so they came from factory with the 9.61.0.85 version firmware.
I usually deliver many units per month, so i have some provisioning infraestructure in place, and recently i had updated the scheme, so the phones, besides to load their configuration, upgrades the firmware to the last version (9.72.0.30, if im not wrong).
It has worked well for a while, but now i am getting this "old" phones, and the autoprovision firmware upgrade sometimes works and sometimes not (mostly not).
Right now i have a bunch of phones in stand-by, didn't wanted to do the upgrade manually, to have something to run tests with, in wait for some light from this forum.

The hardware version of the phones is 7.0.1.61.

I'm using the combined (M1+M7) version of the y file, with only the firmware upgrade part in the M1 section, as follows:

[ firmware ]
path = /tmp/download.cfg
server_type = tftp
server_ip = X.Y.Z.W
server_port = 53
#login_name =
#login_pswd =
#http_url = http://X.Y.Z.W/Firmwares/Yealink/Sip-T20P/
firmware_name = Firmwares/Yealink/SIP-T20P/9.72.0.30.rom

Already tried to change the "name" to an actual single name, without the path, without any sucess (in the tftp log it shows the phone downloading its y file, and mac-oriented file, but dosn't even try to load a firmware).

Thanks in advance, and regards!
05-27-2014 06:28 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Raffles Offline
DV-IP creator
**

Posts: 29
Joined: Jun 2013
Reputation: 0
Post: #2
RE: SIP-T20P Old Firmware doesnt upgrade in auto provisioning
Is it possible that some of them already have a v7x firmware in them (meaning that the v61 method won't work)?
05-27-2014 05:36 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
jcvh Offline
Junior Member
**

Posts: 14
Joined: Nov 2013
Reputation: 0
Post: #3
RE: SIP-T20P Old Firmware doesnt upgrade in auto provisioning
(05-27-2014 05:36 PM)Raffles Wrote:  Is it possible that some of them already have a v7x firmware in them (meaning that the v61 method won't work)?

Nopes, i did specifically check what firmwere the phones are on, and is the above mentioned.
Nevertheless, it's true that some phones have arrived with a V70 firmware, but, since in the combined y000000000007.cfg file i have the firmware upgrade settings in both sections (M1 and M7), if the phone has firmware, lets say, 9.70.X.X, the upgrade works well.
Not the case with the 9.61.0.85, wich downloads the y000000000007.cfg file, but does not even try to download the new firmware file.

Can it be that such old firmware version can not be upgraded via autoprovisioning? I can't find the documentation for this version anymore...

Regards!
05-28-2014 12:54 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
jcvh Offline
Junior Member
**

Posts: 14
Joined: Nov 2013
Reputation: 0
Post: #4
RE: SIP-T20P Old Firmware doesnt upgrade in auto provisioning
BUMP!

Anybody?

Regards!
06-02-2014 11:37 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #5
RE: SIP-T20P Old Firmware doesnt upgrade in auto provisioning
Hi jcvh,

Please use M7 command to downgrade from V71/V72 to V61.

[ firmware ]
path = /tmp/download.cfg
server_type = tftp
server_ip = X.Y.Z.W
server_port = 53
#login_name =
#login_pswd =
#http_url = http://X.Y.Z.W/Firmwares/Yealink/Sip-T20P/
firmware_name = Firmwares/Yealink/SIP-T20P/9.61.0.85.rom
06-03-2014 07:12 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
jcvh Offline
Junior Member
**

Posts: 14
Joined: Nov 2013
Reputation: 0
Post: #6
RE: SIP-T20P Old Firmware doesnt upgrade in auto provisioning
(06-03-2014 07:12 PM)Yealink Support Wrote:  Hi jcvh,

Please use M7 command to downgrade from V71/V72 to V61.

Thanks for your reply! but...

I dont want to downgrade from V72 to V61, i want to upgrade from V61 to V72

Is this an neccesary intermediate step?

Regards!
06-04-2014 12:27 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #7
RE: SIP-T20P Old Firmware doesnt upgrade in auto provisioning
Hi jcvh,

You can upgrade from V61 to V72.
1. Please use the M1 template to upgrade to V72
2. Then use M7 template to auto provisioning in the future because we add many new features in V72 than V61.
NOTE: you can use configuration generation tool to generate M7 CFG template.
06-04-2014 04:59 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
JamesK Offline
Member
***

Posts: 67
Joined: Nov 2013
Reputation: 0
Post: #8
RE: SIP-T20P Old Firmware doesnt upgrade in auto provisioning
for the firmware we using ftp instead of http. we have really great success with that.
when we do ftp there is only 1 line needed in the configuration file that way as well. it looks like this:

"ftp://userid:password@ftp.location.com/foldername/foldername/filename.xxx"

obviously you can use an ip address instead of the "ftp.location.xxx"
you can go several folders deep as well.
you can even use something like 2cdaemon to use as your ftp server if needed.
(This post was last modified: 06-05-2014 09:44 PM by JamesK.)
06-04-2014 09:23 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
jcvh Offline
Junior Member
**

Posts: 14
Joined: Nov 2013
Reputation: 0
Post: #9
RE: SIP-T20P Old Firmware doesnt upgrade in auto provisioning
(06-04-2014 04:59 PM)Yealink Support Wrote:  Hi jcvh,

You can upgrade from V61 to V72.
1. Please use the M1 template to upgrade to V72
2. Then use M7 template to auto provisioning in the future because we add many new features in V72 than V61.
NOTE: you can use configuration generation tool to generate M7 CFG template.

That's exactly what is described in the starting post, and... doesn't work...

Thaks anyway!

(06-04-2014 09:23 PM)JamesK Wrote:  for the firmware we using ftp instead of http. we have really great success with that.
when we do ftp there is only 1 line needed in the configuration file that way as well. it looks like this:

ftp://userid:password@ftp.location.com/f...lename.xxx

obviously you can use an ip address instead of the http://ftp.location.com
you can go several folders deep as well.
you can even use something like 2cdaemon to use as your ftp server if needed.

Thanks for your input JamesK, i will consider give it a try. I was hoping to achieve to have it working clean with tftp only.
I wonder why doesn't it work, do i have something misconfigured? or is it that the firmware upgrade using tftp simply doesn´t work in V61?

Thanks everybody!
(This post was last modified: 06-04-2014 11:43 PM by jcvh.)
06-04-2014 11:37 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #10
RE: SIP-T20P Old Firmware doesnt upgrade in auto provisioning
You should fill your IP URL in http_url such tftp://X.Y.Z.W:53/Firmwares/Yealink/SIP-T20P/
Then fill ROM name 9.61.0.85.rom in firmware_name.
06-05-2014 10:19 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
  T21P E2 firmware upgrade janp 0 1,190 01-27-2024 02:43 AM
Last Post: janp
  Possible upgrade T26P Zdenda_Enter 3 4,697 07-12-2022 04:23 PM
Last Post: Zdenda_Enter
  Firmware upgrade fails on T21P E2 p.pasquino@technology4you.it 0 5,406 11-02-2021 04:42 PM
Last Post: p.pasquino@technology4you.it
  T21P_E2 firmware 84.0.125 slow with VLAN GwenH 3 12,349 11-03-2020 11:01 PM
Last Post: complex1
  T26P Can not upgrade firmware martien.poels@bank2loyalty.com 2 9,620 09-21-2020 05:16 PM
Last Post: complex1
Lightbulb Yealink T28P Firmware Upgrade Fails Michelth 11 55,299 06-27-2020 10:13 AM
Last Post: complex1
  default username/password not working after firmware upgrade tfrohling 3 37,803 02-15-2020 01:30 PM
Last Post: khalidnisar
  T23G Unable to obtain IP after upgrade Duncan 2 9,034 12-31-2019 10:58 PM
Last Post: Duncan
  LDAP auto xml creation oguzhan 2 7,305 11-07-2019 12:53 PM
Last Post: oguzhan
  T22 and firmware upgrade saleh 2 18,648 08-16-2019 01:15 PM
Last Post: justingoldberg

Forum Jump:


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

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