[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
Converting to Auto Provisioning
Author Message
Axion Communications Offline
Junior Member
**

Posts: 16
Joined: Feb 2013
Reputation: 1
Post: #1
Converting to Auto Provisioning
We have a several T26's and T38's that are already in production. The current phones were provisioned manually, but we are moving to Auto Provisioning.

Auto Provisioning a new server works perfectly, but we're having issues when trying to auto provision phones that were manually provisioned.
The phone downloads the new configuration file, but it continues to use the settings that were manually entered. Is there a flag we can add to the configuration file that will force the phone to disregard manual changes and use the settings from the configuration server?
02-20-2013 07:55 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Mauro Offline
Member
***

Posts: 58
Joined: Nov 2012
Reputation: 1
Post: #2
RE: Converting to Auto Provisioning
AFAIK, autoprovisioning overrides only the settings that exist in the provisioning file. If you add them to your provisioning file, they should override those already existing on the phone; if some sections are missing in the provisioning file, they will not be modified on the phone.
I think however there are some settings that you cannot set at all by autoprovisioning, but only through web gui or directly on the phone (I think once I found a Yealink document with a table indicating which features is possible to configure through the three modes... take a look to phone support page on main site).

To have the phones start from "clean", you may tell people to hold "ok" button for 10 seconds, then press it again when the phone asks for "factory reset?". This way, all settings should return to their defaults, also those that cannot be set through autoprovisioning. Then the phone will download and apply the autoprovisioning settings.
(This post was last modified: 02-20-2013 06:21 PM by Mauro.)
02-20-2013 06:19 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Axion Communications Offline
Junior Member
**

Posts: 16
Joined: Feb 2013
Reputation: 1
Post: #3
RE: Converting to Auto Provisioning
(02-20-2013 06:19 PM)Mauro Wrote:  AFAIK, autoprovisioning overrides only the settings that exist in the provisioning file. If you add them to your provisioning file, they should override those already existing on the phone; if some sections are missing in the provisioning file, they will not be modified on the phone.
I think however there are some settings that you cannot set at all by autoprovisioning, but only through web gui or directly on the phone (I think once I found a Yealink document with a table indicating which features is possible to configure through the three modes... take a look to phone support page on main site).

To have the phones start from "clean", you may tell people to hold "ok" button for 10 seconds, then press it again when the phone asks for "factory reset?". This way, all settings should return to their defaults, also those that cannot be set through autoprovisioning. Then the phone will download and apply the autoprovisioning settings.

Thank you so much. That was what I was expecting, but that is not what's happening. Here are the exact steps we're following. This issue is happening with both the T26's (firmware 6.70.0.130) and T38's (firmware 38.70.0.115).

Take a phone that has been manually provisioned then plug it into a network that has auto provisioning working. I can see in the ftp server logs that the phones download the configuration files, but the phone only updates values that were not manually specified.

If you take the same phone, reset it to default, then plug it into the network then it auto provisions correctly. This is an issue for use because we have dozens of remote locations and home users that don't have access to a local tftp server.

We need to be able to change phone settings without requiring the user to reset the phone, and then manually entering the auto provisioning information. Is that possible?
02-21-2013 08:12 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Mauro Offline
Member
***

Posts: 58
Joined: Nov 2012
Reputation: 1
Post: #4
RE: Converting to Auto Provisioning
Are you saying that autoprovisioning changes only parameters that have not been breviously modified by the final user?
Strange... I'm sure that, when I did some provisioning tests, it worked like this:
step1: autoprovisioning, with ringtone1 along with many other settings.
step2: manually changing ringtone on the phone to ringtone2
step3: making any change in autoprovisining file, then restarting the phone, that updates config
step4: checking: the phone has automatically got ringtone1 back.

Please notice that in the tftp server logs you may see the phone download autoprovisioning file every time it boots up.... but this does not mean it re-applies the provisioning file each time.
AFAIK, if the file is unchanged (I don't know how it does control if the file "changed", checking last modify date maybe? Or comparing content?), the phone does nothing (and thus, does not overwrite any user setting modified after the provisioning occured time ago). If the file is changed, it completely re-applies it (you see "updating config" on display for a short time), overwriting all setting that are mentioned inside the provisioning file (I guess that all other settings work like the ringtone setting does!).

I don't know about a way to avoid overwriting user-customized values, if they are also mentioned in the autoprovisioning file (that might be interesting for some aspects), but I'm not a real "expert".
Who knows, maybe they changed something. I did the tests mentioned with series 6x firmware. I have never tried series 7x firmware yet (and that firmware changed a lot about autoprovisioning, considering that introduced a completely new autoprovisioning file format).
So, I hope someone from Yealink may give some better hint...

PS: What do you mean with "manually entering the auto provisioning information", exactly? I never used it, but in the Upgrade -> Advanced screen from the phone web config, there are some controls to force autoprovisioning (note: the autoprovisioning on boot-up set by the DHCP server option -what I use- to make the phone point to a TFTP server -maybe also a HTTP server without authentication may fit- works also if settings in this screen are not used and the "Check New Config" option is disabled) and specify a server URL, that may probably be also an HTTP (or FTP) server with autentication.
(This post was last modified: 02-21-2013 04:58 PM by Mauro.)
02-21-2013 04:44 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Axion Communications Offline
Junior Member
**

Posts: 16
Joined: Feb 2013
Reputation: 1
Post: #5
RE: Converting to Auto Provisioning
Sorry I wasn't clear. When I say "manually entering the auto provisioning information" I mean logging into the phone's web gui and changing a setting that way.

Here's the issue specifically. A brand new phone, or a phone that has been reset to default pulls the config from the provisioning server, and applies the config perfectly.

If you change the config file on the provisioning server, the phone pulls down the file, but does not apply the changes.
02-22-2013 01:11 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Mauro Offline
Member
***

Posts: 58
Joined: Nov 2012
Reputation: 1
Post: #6
RE: Converting to Auto Provisioning
(02-22-2013 01:11 AM)jtcary Wrote:  If you change the config file on the provisioning server, the phone pulls down the file, but does not apply the changes.
Any setting? Also the ringtone? So the same test that I did, has got a different result in your environment? I don't know... Do you have some phones with an old 6x firmware, to repeat the same test?

Please notice that 6x firmware phones do not support the new format (M7) autoprovisioning file, and that it is not possible to downgrade a phone firmware from 7x to 6x (I read that in some Yealink V70 documentation).

Considering that v 70 firmware supports both old and new autoprovisioning templates, you may repeat the test with the other one on a v70 phone.
(This post was last modified: 02-22-2013 04:23 PM by Mauro.)
02-22-2013 01:19 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Axion Communications Offline
Junior Member
**

Posts: 16
Joined: Feb 2013
Reputation: 1
Post: #7
RE: Converting to Auto Provisioning
(02-22-2013 01:19 AM)Mauro Wrote:  
(02-22-2013 01:11 AM)jtcary Wrote:  If you change the config file on the provisioning server, the phone pulls down the file, but does not apply the changes.
Any setting? Also the ringtone? So the same test that I did, has got a different result in your environment? I don't know... Do you have some phones with an old 6x firmware, to repeat the same test?

Please notice that 6x firmware phones do not support the new format (M7) autoprovisioning file, and that it is not possible to downgrade from 7x to 6x (I read that in some Yealink V70 documentation).

Considering that v 70 firmware supports both old and new autoprovisioning templates, you may repeat the test with the other one on a v70 phone.

Hi Mauro,

I'll test that and get back to you. Also we provisioning over ftp instead of tftp. That could make a difference because from what I can tell, the phone boots up, uses the existing local config, and then 5 seconds later I see it requesting the new config from the ftp server.
02-22-2013 09:01 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Axion Communications Offline
Junior Member
**

Posts: 16
Joined: Feb 2013
Reputation: 1
Post: #8
RE: Converting to Auto Provisioning
Thanks so much for your help Mauro. It turns out the error was caused by a line in the configuration file. I've fixed the file and everything is working perfectly now.
02-27-2013 10:33 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Mauro Offline
Member
***

Posts: 58
Joined: Nov 2012
Reputation: 1
Post: #9
RE: Converting to Auto Provisioning
Glad to hear that. Bye! Smile
02-27-2013 03:47 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
  Auto Provision Wall Paper Stopped Working TRP Tech 5 9,152 02-19-2024 12:02 AM
Last Post: jamesalan
Smile W73P dect phone not allowing to auto-provision as different extension Andi_Dee 2 1,191 02-05-2024 12:49 PM
Last Post: bekean
  How to disable Voicemail from .cfg in auto provisioning file? boniakowski 2 1,322 09-19-2023 12:03 AM
Last Post: boniakowski
  VPN Changes Do Not Get Auto-Provisioned joe1st 3 2,686 08-08-2023 12:35 AM
Last Post: cecilberge
Wink Auto Provsioning EOL products and devices that do dont have recent firmware releases GalacticSolutions 3 5,678 04-12-2023 05:32 PM
Last Post: aaronmedina
  account.X provisioning vieri 7 4,741 02-10-2023 07:02 PM
Last Post: vieri
  Yealink T54W Auto Provision not working h.cmc 1 3,544 12-09-2022 08:31 PM
Last Post: complex1
  T46U Not Contacting Provisioning Server 88fingerslukee 0 2,106 09-06-2022 11:43 PM
Last Post: 88fingerslukee
  Need help auto provisioning a phone with Nextiva service. LittleDogTech 3 4,795 08-30-2022 06:28 PM
Last Post: complex1
  Auto provision username and password kbrownlees 7 22,590 08-23-2022 11:16 PM
Last Post: mbole

Forum Jump:


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

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