[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:
  • 1 Votes - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto Provision - first time with encrypting..
Author Message
Gilb Offline
Member
***

Posts: 57
Joined: May 2015
Reputation: 0
Post: #1
Auto Provision - first time with encrypting..
Hi,
how can I do autoprovision first time to device with encrypting?
the phone is blank,
how does he get the decpryption code?

what I should do?

Thanks.
07-25-2015 05:03 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
James_Yealink Offline
Administrator
*******

Posts: 1,159
Joined: Aug 2014
Reputation: 8
Post: #2
RE: Auto Provision - first time with encrypting..
Hello,

Please refer to this document:
http://support.yealink.com/attachmentDow...V80_60.zip

Phone will decrpt a AES key from .enc file using it's certificate.
Then decrpt the configuration file with the AES key.
You will need to enable the fucntion through autoprovision:

auto_provision.aes_key_in_file = 1

Regards,
James
07-25-2015 11:41 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Gilb Offline
Member
***

Posts: 57
Joined: May 2015
Reputation: 0
Post: #3
RE: Auto Provision - first time with encrypting..
but first time the device is boot it's settings are blank,
can u describe the whole process of it?
cause I need to enable it first:
auto_provision.aes_key_in_file =1
but I want it to do in the first boot / auto provision
how to do that?
Thanks.
(This post was last modified: 07-25-2015 03:26 PM by Gilb.)
07-25-2015 03:11 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
kapetrosyan Offline
VoIP Master
**

Posts: 42
Joined: May 2014
Reputation: 0
Post: #4
RE: Auto Provision - first time with encrypting..
hi, are you using RPS?
I can provide the template config files if you are using RPS.
07-26-2015 03:15 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Gilb Offline
Member
***

Posts: 57
Joined: May 2015
Reputation: 0
Post: #5
RE: Auto Provision - first time with encrypting..
Please explain RPS,
If not?
what can I do?
Using tftp server..
Thanks..
(This post was last modified: 07-26-2015 03:24 AM by Gilb.)
07-26-2015 03:23 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
kapetrosyan Offline
VoIP Master
**

Posts: 42
Joined: May 2014
Reputation: 0
Post: #6
RE: Auto Provision - first time with encrypting..
(07-26-2015 03:23 AM)Gilb Wrote:  Please explain RPS,
If not?
what can I do?
Using tftp server..
Thanks..

If you have physical access to the phones web interface, so you dont need RPS. you can login to phone and set provisioning server address (tftp, ftp, http, etc..) but if you dont have so you need RPS.
Are you able to set provisioning server address in each phone you want?

RPS it a service provided by Yealink. It is Redirection service.
Phones are trying to connect to RPS server first, then if you have in your RPS account that phones MAC address it is redirecting the phone to your provisioning server.
You have to request RPS service account from Yealink.
Here is the info.
http://www.yealink.com/Upload/Version/Ye...557705.pdf
(This post was last modified: 07-26-2015 06:32 AM by kapetrosyan.)
07-26-2015 06:29 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Gilb Offline
Member
***

Posts: 57
Joined: May 2015
Reputation: 0
Post: #7
RE: Auto Provision - first time with encrypting..
I csn do it slso eith dhcp option
My problem is still
The default isnt set to 1 in option:
How i set it:
auto_provision.aes_key_in_file = 1
To get the aes txt file also at the first time doing auto provision??
Thanks
(This post was last modified: 07-26-2015 06:48 AM by Gilb.)
07-26-2015 06:46 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
kapetrosyan Offline
VoIP Master
**

Posts: 42
Joined: May 2014
Reputation: 0
Post: #8
RE: Auto Provision - first time with encrypting..
(07-26-2015 06:46 AM)Gilb Wrote:  I csn do it slso eith dhcp option
My problem is still
The default isnt set to 1 in option:
How i set it:
auto_provision.aes_key_in_file = 1
To get the aes txt file also at the first time doing auto provision??
Thanks

I'm using the following configuration and it works for me.

auto_provision.aes_key_16.com = 1234
auto_provision.aes_key_16.mac = 1234
auto_provision.aes_key_in_file =1
custom_mac_cfg.url =
auto_provision.dhcp_option.option60_value =
07-26-2015 12:13 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Gilb Offline
Member
***

Posts: 57
Joined: May 2015
Reputation: 0
Post: #9
RE: Auto Provision - first time with encrypting..
(07-26-2015 12:13 PM)kapetrosyan Wrote:  
(07-26-2015 06:46 AM)Gilb Wrote:  I csn do it slso eith dhcp option
My problem is still
The default isnt set to 1 in option:
How i set it:
auto_provision.aes_key_in_file = 1
To get the aes txt file also at the first time doing auto provision??
Thanks

I'm using the following configuration and it works for me.

auto_provision.aes_key_16.com = 1234
auto_provision.aes_key_16.mac = 1234
auto_provision.aes_key_in_file =1
custom_mac_cfg.url =
auto_provision.dhcp_option.option60_value =

Please explain the whole proccess from the begining?
didnt understand,
the phone setting is default,
u send cfg file encrypted?
how it decrypted it on first time?
Thanks
07-27-2015 10:26 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
kapetrosyan Offline
VoIP Master
**

Posts: 42
Joined: May 2014
Reputation: 0
Post: #10
RE: Auto Provision - first time with encrypting..
(07-27-2015 10:26 AM)Gilb Wrote:  
(07-26-2015 12:13 PM)kapetrosyan Wrote:  
(07-26-2015 06:46 AM)Gilb Wrote:  I csn do it slso eith dhcp option
My problem is still
The default isnt set to 1 in option:
How i set it:
auto_provision.aes_key_in_file = 1
To get the aes txt file also at the first time doing auto provision??
Thanks

I'm using the following configuration and it works for me.

auto_provision.aes_key_16.com = 1234
auto_provision.aes_key_16.mac = 1234
auto_provision.aes_key_in_file =1
custom_mac_cfg.url =
auto_provision.dhcp_option.option60_value =

Please explain the whole proccess from the begining?
didnt understand,
the phone setting is default,
u send cfg file encrypted?
how it decrypted it on first time?
Thanks

1. Phone downloads the y0000000000XX.cfg file (not encrypted).
2. Phone downloads the MAC.cfg file and if that file is encrypted the phone requests MAC_Security.enc file.
and with that .enc file it decrypts the mac.cfg file.
if you want i can send you the working template of y0000000000XX.cfg and MAC.cfg and then you can set your settings in the file and encrypt by tool provided by Yealink.

btw, are you using Encrypt Tool provided by Yealink?
07-27-2015 11:11 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
  Auto Provision Wall Paper Stopped Working TRP Tech 5 9,145 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,184 02-05-2024 12:49 PM
Last Post: bekean
  How to disable Voicemail from .cfg in auto provisioning file? boniakowski 2 1,316 09-19-2023 12:03 AM
Last Post: boniakowski
  VPN Changes Do Not Get Auto-Provisioned joe1st 3 2,680 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,669 04-12-2023 05:32 PM
Last Post: aaronmedina
  Yealink T54W Auto Provision not working h.cmc 1 3,536 12-09-2022 08:31 PM
Last Post: complex1
  Need help auto provisioning a phone with Nextiva service. LittleDogTech 3 4,786 08-30-2022 06:28 PM
Last Post: complex1
  Auto provision username and password kbrownlees 7 22,575 08-23-2022 11:16 PM
Last Post: mbole
Question "Trusted Certificates" and auto provisioning jobst 3 5,990 06-15-2022 11:00 AM
Last Post: dbonnell
  Loading the configuration every time after reboot goodtm 1 2,990 05-19-2022 05:20 PM
Last Post: complex1

Forum Jump:


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

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