[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
Option 66 issues with firmware 36.72.0.25 and 26
Author Message
JamesK Offline
Member
***

Posts: 67
Joined: Nov 2013
Reputation: 0
Post: #1
Option 66 issues with firmware 36.72.0.25 and 26
I am trying to use Option 66 with my yealink phones so they will grab the configuration files automatically. on firmware 36.72.0.1 this works great. This is whey you had to have both the common cfg file and the mac cfg file.

now when i received some new Yealink phones they came with 36.72.0.26 firmware. I thought i would give it a try.

I set the phone up. Plugged it into a POE switch. It booted up but after several minutes nothing happened.

I confirmed i had the option 66 programmed correctly. I logged into the phone's gui and found it has "Server URL ftp://{$ftp_server}" and "User name {$ftp_username}"

In the Release notes i found this:
"11. Unified the auto provisioning files (Common.cfg/MAC.cfg) among all types of
Yealink SIP phone.
Description: In the new version, the same feature configuration items were unified
among all phone types. For the individual not unified configuration items, the new
configuration files would have corresponding annotations, for more information,
please refer to the Yealink_SIP_Phones_Auto_Provisioning_Guide."

first off there is no new "Yealink_SIP_Phones_Auto_Provisioning_Guide". The two newest ones i can find are from December of 2013 and Jan of 2014. So a new one of those would be nice so we could figure out how to use the phones.

2nd I rolled the phone back to 36.72.0.1 and it works fine. I tried 36.72.0.25 as .26 is not available for download, and .25 would not provision either and the two fields have the same information i listed above for the 26.

Is there something the new firmware is looking for in the configuration file that it did not or some other sort of change we need to know about?

Can you get the update "Yealink_SIP_Phones_Auto_Provisioning_Guide" out there for us?

Can you get .26 firmware out there?

What is the difference between .26 and .25?
05-13-2014 02:10 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: #2
RE: Option 66 issues with firmware 36.72.0.25 and 26
1. Auto Provisioning Guide only for V72-1 now.
2. .26 is RPS firmware. You can get it from your distributor.
3. NOTE: T41P: 36.72.0.1 upgrades to 36.72.0.25
The feature which the user's personalized configurations could not be covered
after auto provisioning was not added to this version of T2 series.
05-13-2014 10:22 AM
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: #3
RE: Option 66 issues with firmware 36.72.0.25 and 26
ok i have a configuration that the phones are pulling but on .25 firmware they will not download the old .1 firmware and do anything. They just ignore it.
05-14-2014 07:08 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: #4
RE: Option 66 issues with firmware 36.72.0.25 and 26
Do you mean the phone running .25 can't download .1 firmware from your configuration file?
Do you fill the firmware url in your configuration file? The phone won't go to download the same configuration file until you change something in your configuration file.
Please supply clear infos for me.
05-14-2014 04:30 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: #5
RE: Option 66 issues with firmware 36.72.0.25 and 26
router has option 66 in it. string as follows: ftp://userid:password@registrationlocation.com

in the configuration file, we use a smarty style configuration with variables in it that read like the following:
auto_provision.server.url = ftp://{$ftp_server}
auto_provision.server.username = {$ftp_username}
auto_provision.server.password = {$ftp_password}

on .1 firmware the system will pull option 66 go to the ftp site, pull the configuration file down and poplulate in the web gui on the Setting > Auto Provision section, fills in or leaves in (not sure which) the varibles with this:
server url = ftp://registrationlocation.com
username = userid
server password = password

everything is happy.

on .25 and .26 these 3 lines of code still in use, they only thing changing is that we are using .26 or .25 firmware, nothing else has changed, using the same exact configuration file on the same exact phone.
auto_provision.server.url = ftp://{$ftp_server}
auto_provision.server.username = {$ftp_username}
auto_provision.server.password = {$ftp_password}

after it pulls the confiuration file down the fields then change to this in Settings > Auto Provision section
server url = ftp://{$ftp_server}
username = {$ftp_username}
password = {$ftp_password}

so it has stopped pulling in the variables and instead reads it as literal text. Because of this the configuration will not load and the phone stops trying to provision itself.

to me this seems clearly that there is something off or wrong of different about the new firmware now.
05-14-2014 09:45 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
CWR Offline
Moderator
*****

Posts: 717
Joined: May 2013
Reputation: 7
Post: #6
RE: Option 66 issues with firmware 36.72.0.25 and 26
I do my programming thru 3cx and the variables are in my template - but when the config files get created, the variables are filled in. The phone is goign to read what is in the file. If the file has a variable {variable} that is what it pulls in.
I have 2 files created from my template:
y000000??.cfg (which has the phonebook info and network config)
macadd.cfg file (which has the account info and BLF settings)

Neither of these have variables, only the template. I have not programmed outside of 3cx.
Can you share any of your files that are giving you issues so I can look at them and see if I find anything obvious?

Craig Reilly
MCSA, 3cx Advanced Certified
Scottsdale, AZ
05-14-2014 11:35 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: #7
RE: Option 66 issues with firmware 36.72.0.25 and 26
(05-14-2014 11:35 PM)craigreilly Wrote:  I do my programming thru 3cx and the variables are in my template - but when the config files get created, the variables are filled in. The phone is goign to read what is in the file. If the file has a variable {variable} that is what it pulls in.
I have 2 files created from my template:
y000000??.cfg (which has the phonebook info and network config)
macadd.cfg file (which has the account info and BLF settings)

Neither of these have variables, only the template. I have not programmed outside of 3cx.
Can you share any of your files that are giving you issues so I can look at them and see if I find anything obvious?

Their is nothing wrong with the file, if it works on .1 perfect but does not work on .25 or .26 and the only difference is the firmware, it is easy to figure out it is the firmware.

I have listed above literally copied it and pasted it out of the configuration file. Something is up or odd about the new firmware and how it is looking for things since the swap over to a single configuration file format.

if we had some information about the new formating and provisioning that might help. Would be nice for Yealink to release a new guide.

that is a different issue.
05-15-2014 10:14 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: #8
RE: Option 66 issues with firmware 36.72.0.25 and 26
Hi JamesK,

Do you reset to factory and test again? It should work well. We don't make changes in this provisioning mode.
05-19-2014 07:41 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: #9
RE: Option 66 issues with firmware 36.72.0.25 and 26
(05-19-2014 07:41 PM)Yealink Support Wrote:  Hi JamesK,

Do you reset to factory and test again? It should work well. We don't make changes in this provisioning mode.

i have factory reset a multiple times, i have upgraded and downgraded firmware, i have done everything i can think of but this is a consistent problem that i can recreate over and over again.
05-19-2014 09:19 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: #10
RE: Option 66 issues with firmware 36.72.0.25 and 26
Still looking for an answer here
05-21-2014 10:15 PM
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
  MP54 Firmware guywonnacott 0 1,991 05-04-2023 05:56 PM
Last Post: guywonnacott
  T19p E2 recovery firmware Jensen 1 2,828 10-25-2022 07:33 PM
Last Post: complex1
  T27G Firmware Update Failed Infonetx 8 21,973 08-03-2020 03:16 PM
Last Post: complex1
  T19P E2 auto provision firmware. NI 1 7,527 10-08-2018 05:15 PM
Last Post: NI
  Yealink T58A Firmware runek@sildelaget.no 0 8,732 07-04-2018 01:04 PM
Last Post: runek@sildelaget.no
  T58V Issues using Number Pad osagendn 4 11,450 09-12-2017 05:45 PM
Last Post: osagendn
  T23G Recovery Firmware Needed tshaner 6 20,338 08-11-2017 03:30 PM
Last Post: Complete IT_Support
  Fonality Firmware STUCK david.ayers 6 19,046 07-06-2017 08:28 PM
Last Post: ninjoan
  Firmware upgrade with provisioning url(relative) arvind.zapp 10 30,640 05-12-2017 06:01 AM
Last Post: Asanka
  Firmware reversal HLCS 1 8,412 11-23-2016 05:58 AM
Last Post: Kevin_Yealink

Forum Jump:


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

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