(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 =
Hi,
I have tried to configure my T28P using configuration files without succes.
Before asking some questions, i would like to explain what i did:
- I have my plein text cfg files
- I encrypt the with the yealink tool ( yealink -f y000000000.cfg 001565xxxx.cfg -k
my_16_characters_aes_code
- I copy the encrypted files(2 .cfg files and 2 .enc files) into the root directory
- Added the server link(http) on the phone's web user interface and reboot.
After a reboot, i can see the phone fetching the 2 .cfg encrypted files
succesfully but it doesnt fetch the .enc files. ---> it doesnt update the configurations.
SOME log msgs:
LIBD[621]: HTTP<6+info > Request Line: GET /yealink/y000000000000.cfg HTTP/1.1^M Jul 27 15:03:50
LIBD[621]: HTTP<6+info > Host: provision.server.fr Jul 27 15:03:50
LIBD[621]: HTTP<6+info > User-Agent: Yealink SIP-T28P 2.73.0.50 00:15:65:6e:05:f1 Jul 27 15:03:50
LIBD[621]: HTTP<6+info > process response Jul 27 15:03:50
LIBD[621]: HTTP<5+notice> response code: 200 Jul 27 15:03:50
LIBD[621]: HTTP<6+info > Content-Length: 2272 Jul 27 15:03:50
LIBD[621]: HTTP<5+notice> response process finish! Jul 27 15:03:50
LIBD[621]: HTTP<5+notice> recv : 2272 bytes Jul 27 15:03:50
ATP [621]: ATP <3+error > Decrypt file fail Jul 27 15:03:50
ATP [621]: ATP <6+info > Upgrade from mac.cfg Jul 27 15:03:50
#END log msgs
BUT when i add the
my_16_characters_aes_code through the web user interface(under Common AES Key and MAC-Oriented AES Key), the auto provision works i.e it fetches the .cfg and the .enc files
==> I am still finding a way of provisioning my phone without configuring the password manually.
I would like to know if there are some configurations to make on the WUI apart from adding the server url.
Thanks in advance.