[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
TFTP connecting but config not updating
Author Message
Darren.Jordaan Offline
Junior Member
**

Posts: 13
Joined: Jun 2013
Reputation: 0
Post: #1
TFTP connecting but config not updating
Hi, I'm attempting to set up auto provisioning via TFTP for a T20P running Firmware 9.70.0.140. Wireshark trace shows the phone submitting the TFTP read request and the correct y000000000007.cfg file however none of the parameters are updating on the phone. To simplify troubleshooting I removed all parameters except for the Auto pProvisioning and Time Settings parameters. My minimized config file is shown below as well as attached [/code][/quote]and I'd really appreciate any help:

#!version:1.0.0.1

##File header "#!version:1.0.0.1" can not be edited or deleted, and must be placed in the first line.##



################################################################################​#######
## Auto Provisioning ##
################################################################################​#######

#Configure the auto provision mode;
#0-Disabled (default), 1-Power on, 4-Repeatedly, 5-Weekly, 6-Power on + Repeatedly, 7-Power on + Weekly;
auto_provision.mode = 1

#Enable or disable the Plug and Play feature; 0-Disabled, 1-Enabled (default);
auto_provision.pnp_enable =

#Configure the domain name of the PNP server.
auto_provision.pnp_domain_name =

#Configure the value (manufacturer of the device) of the PNP subscribe message.
auto_provision.pnp_event_vendor =

#Configure the interval (in minutes) for the phone to check new configuration files. It ranges from 1 to 43200,

the default value is 1440.
#It is only applicable to "Repeatedly" and "Power on + Repeatedly" modes.
auto_provision.schedule.periodic_minute =

#Configure the start time of the day for the phone to check new configuration files. The default value is 00:00.
#It is only applicable to "Weekly" and "Power on + Weekly" modes.
#If the desired start time of the day is seven forty-five a.m., the value format is 07:45.
auto_provision.schedule.time_from =

#Configure the end time of the day for the phone to check new configuration files. The default time is 00:00.
#It is only applicable to "Weekly" and "Power on + Weekly" modes.
#If the desired end time of the day is seven forty-five p.m., the value format is 19:45.
auto_provision.schedule.time_to =

#Configure the day of week for the phone to check new configuration files. The default vaule is 0123456.
#0-Sunday,1-Monday,2-Tuesday,3-Wednesday,4-Thursday,5-Friday,6-Saturday;
#It is only applicable to "Weekly" and "Power on + Weekly" modes.
#If the desired week is Monday, Tuesday and Wednesday, the value format is 012.
auto_provision.schedule.dayofweek =

#Configure the URL of the auto provisioning server.
auto_provision.server.url = 10.10.11.252

#Configure the username and password for downloading.
auto_provision.server.username =
auto_provision.server.password =

#Configure the name of the common file.
#T28P: y000000000000.cfg, T26P: y000000000004.cfg, T22P: y000000000005.cfg, T20P: y000000000007.cfg;
auto_provision.common_file_name = y000000000007.cfg

#Enable or disable DHCP option mode; 0-Disabled, 1-Enabled (default);
auto_provision.dhcp_option.enable =

#Configure the value (manufacturer of the device) of DHCP option 60.
auto_provision.dhcp_option.option60_value =

#Configure the custom DHCP option number. It ranges from 128 to 254.
auto_provision.dhcp_option.list_user_options =

#Configure AES key (16 characters) for decrypting the common CFG file.
auto_provision.aes_key_16.com =

#Configure AES key (16 characters) for decrypting the MAC-Oriented CFG file.
auto_provision.aes_key_16.mac =

#Configure the mode of downloading configuration files for the phone. The value is 0(default) or 1.
auto_provision.update_file_mode = 0


################################################################################​#######
## Time Settings ##
################################################################################​#######

#Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8.
#The default time zone name is China(Beijing).
#Refer to Yealink IP Phones User Guide for more available time zones and time zone names.
#local_time.time_zone = +8
#local_time.time_zone_name = China(Beijing)
local_time.time_zone = -6
local_time.time_zone_name =

#Configure the domain name or the IP address of the NTP server. The default value is cn.pool.ntp.org.
local_time.ntp_server1 = us.pool.ntp.org
local_time.ntp_server2 = 0.pool.ntp.org

#Configure the update interval (in seconds) when using the NTP server. The default value is 1000.
local_time.interval =

#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
local_time.summer_time =

#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
local_time.dst_time_type =

#Configure the start time of DST. The default value is 1/1/0.
#If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10

means the start time is at 10:00 on May 20.
#If the DST type is configured as By Week, the value format is Month/Day of Week/Day of Week Last in Month/Hour of

Day.
#For example, the value 1/4/2/5 means the start time is at 5 o'clock on Tuesday of the 4th week in January.
local_time.start_time =

#Configure the end time of DST. The default value is 12/31/23. The value format is the same to the start time.
local_time.end_time =

#Configure the offset time (in seconds). It ranges from -300 to 300, the default value is 60.
local_time.offset_time =

#Configure the time format; 0-12 Hour, 1-24 Hour (default);
local_time.time_format = 0-12 Hour

#Configure the date format; 0-WWW MMM DD (default), 1-DD-MMM-YY, 2-YYYY-MM-DD, 3-DD/MM/YYYY, 4-MM/DD/YY, 5-DD MMM

YYYY, 6-WWW DD MMM;
local_time.date_format = 4

#Enable or disable the DHCP Time; 0-Disabled (default), 1-Enabled;
local_time.dhcp_time =


Attached File(s)
.txt  y000000000007minimal.txt (Size: 7.11 KB / Downloads: 17)
07-26-2013 10:37 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Messages In This Thread
TFTP connecting but config not updating - Darren.Jordaan - 07-26-2013 10:37 PM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  W73P Custom Handset Config to Disable Noise Cancellation vikramgupte 2 3,081 10-25-2022 07:37 AM
Last Post: vikramgupte
  Hard reset a T20P and erase config Kevinlloyd 32 131,843 12-02-2021 05:54 AM
Last Post: callisap
  Daily config check oliv 2 6,043 07-07-2021 01:08 AM
Last Post: oliv
  settings are not updating from autoprovision server AdmshipYard 1 5,963 02-20-2021 04:20 PM
Last Post: AdmshipYard
  [OT] Apache 2.4 config allowing PUT oliv 0 3,934 10-28-2020 03:23 PM
Last Post: oliv
  Repeated AutoProvision TFTP/HTTP Issue patrick_keys 1 5,686 02-10-2020 05:04 PM
Last Post: jolouis
  y000000000000.boot and encrypted config files kapetrosyan 6 15,778 01-17-2020 11:22 PM
Last Post: kapetrosyan
  Bulk Manual config Tx Series ( With Server URL, Username & Password ) stéphane 2 8,256 01-28-2019 04:01 PM
Last Post: jolouis
  Enabling Remote Phone Book via Config File moosemasterson 6 30,323 04-11-2018 02:06 PM
Last Post: sbsllc
  Autoprovision - config file encryption problem oea 7 26,044 04-11-2018 11:03 AM
Last Post: Rus

Forum Jump:


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

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