[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
Auto-Provisioning not updating/replacing settings.
Author Message
kkj Offline
Junior Member
**

Posts: 10
Joined: Nov 2014
Reputation: 0
Post: #3
RE: Auto-Provisioning not updating/replacing settings.
(11-04-2014 02:00 PM)Yealink_Coco Wrote:  Hello KKJ,

Could you please provide both two cfg files for me and then I can test in my side.
And could you please tell me what the firmware of your T38 ?

Thx


Version 1
Code:
#!version:1.0.0.1
#Per Phone Config

################################################################################​#######
##                                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).  
#local_time.time_zone = +8
#local_time.time_zone_name = China(Beijing)
local_time.time_zone = -7
local_time.time_zone_name = United States-Mountain Time

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

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

#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 = 6


#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
account.1.dtmf.type = 0

################################################################################​#######

security.user_name.admin = admin
security.user_password = admin:password

################################################################################​#######

account.1.sip_server_host = 192.168.10.190
account.1.sip_server_port = 5060

################################################################################​#######

voice_mail.number.1 = *97

################################################################################​#######
##                 Remote phonebook                                                     ##
################################################################################​#######

#Configure the access URL and dispaly name of the remote phonebook. X ranges from 1 to 5.
#remote_phonebook.data.x.url =  
#remote_phonebook.data.x.name =

remote_phonebook.data.1.url =
remote_phonebook.data.1.name =

remote_phonebook.data.2.url =
remote_phonebook.data.2.name =

remote_phonebook.data.3.url =
remote_phonebook.data.3.name =

remote_phonebook.data.4.url =
remote_phonebook.data.4.name =

remote_phonebook.data.5.url =
remote_phonebook.data.5.name =


################################################################################​#######
##                                Line Key                                              ##                
################################################################################​#######

#The x of the parameter "linekey.x.line" ranges from 1 to 6.
#The default value equals to the value of x. For example, the default value of the parameter "linekey.1.line" is 1.
#linekey.x.lable--Define the label for each line key.

#Configure Line Key1
linekey.1.line =  
linekey.1.value = *76
linekey.1.pickup_value =
linekey.1.type = 13
linekey.1.xml_phonebook =
linekey.1.label = DND Toggle

Configure Line Key2                        
linekey.2.line =
linekey.2.value =
linekey.2.pickup_value =
linekey.2.type = 22
linekey.2.xml_phonebook = 1
linekey.2.label = Office Numbers

#Configure Line Key3                        
linekey.3.line =
linekey.3.value =
linekey.3.pickup_value =
linekey.3.type = 22
linekey.3.xml_phonebook = 0
linekey.3.label = ABQ Exts

#Configure Line Key4 (for T38G only)                        
linekey.4.line =
linekey.4.value =            
linekey.4.pickup_value =                  
linekey.4.type = 22
linekey.4.xml_phonebook = 3
linekey.4.label = ABQ Cells

#Configure Line Key5  (for T38G only)                      
linekey.5.line =
linekey.5.value =                        
linekey.5.pickup_value =                  
linekey.5.type =  22
linekey.5.xml_phonebook = 2
linekey.5.label = IT Dept

#Configure Line Key6  (for T38G only)                      
linekey.6.line =
linekey.6.value =
linekey.6.pickup_value =        
linekey.6.type =
linekey.6.xml_phonebook =
linekey.6.label =

programablekey.3.type = 2
programablekey.3.line =
programablekey.3.value = Forward
programablekey.3.xml_phonebook =
programablekey.3.history_type =
programablekey.3.label = Forward

################################################################################​#######
##            Configure the access URL of the  Wallpaper                             ##                                            
################################################################################​#######
wallpaper_upload.url =
phone_setting.backgrounds =

#Configure the screen saver time (in seconds). The valid values are 1, 60 (default), 120, 300, 600, 1800.
phone_setting.screen_saver_time = 1800

#Configure the active backlight level. It ranges from 1 to 10, the default value is 2.
#The same level for different phones may result in different backlight intensities.
#The backlight level of T2xP ranges from 1 to 3.
phone_setting.active_backlight_level = 7

#Enable or disable the inactive backlight level. 0-Enabled, 1-Disabled. The default value is 1.
phone_setting.inactive_backlight_level = 1

#Configure the backlight time (in seconds). The valid values are: 1-Always on, 60 (default), 120, 300, 600, 1800.
phone_setting.backlight_time = 600

Version 2
Code:
#!version:1.0.0.1
#Per Phone Config

################################################################################​#######
##                                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).  
#local_time.time_zone = +8
#local_time.time_zone_name = China(Beijing)
local_time.time_zone = -7
local_time.time_zone_name = United States-Mountain Time

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

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

#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 = 2


#Configure the DTMF type; 0-INBAND, 1-RFC2833 (default), 2-SIP INFO, 3-AUTO+SIP INFO;
account.1.dtmf.type = 0

################################################################################​#######

security.user_name.admin = admin
security.user_password = admin:password

################################################################################​#######

account.1.sip_server_host = 192.168.10.190
account.1.sip_server_port = 5060

################################################################################​#######

voice_mail.number.1 = *97

################################################################################​#######
##                 Remote phonebook                                                     ##
################################################################################​#######

#Configure the access URL and dispaly name of the remote phonebook. X ranges from 1 to 5.
#remote_phonebook.data.x.url =  
#remote_phonebook.data.x.name =

remote_phonebook.data.1.url =
remote_phonebook.data.1.name =

remote_phonebook.data.2.url =
remote_phonebook.data.2.name =

remote_phonebook.data.3.url =
remote_phonebook.data.3.name =

remote_phonebook.data.4.url =
remote_phonebook.data.4.name =

remote_phonebook.data.5.url =
remote_phonebook.data.5.name =


################################################################################​#######
##                                Line Key                                              ##                
################################################################################​#######

#The x of the parameter "linekey.x.line" ranges from 1 to 6.
#The default value equals to the value of x. For example, the default value of the parameter "linekey.1.line" is 1.
#linekey.x.lable--Define the label for each line key.

#Configure Line Key1
linekey.1.line =  
linekey.1.value = *76
linekey.1.pickup_value =
linekey.1.type = 13
linekey.1.xml_phonebook =
linekey.1.label = DND Toggle

Configure Line Key2                        
linekey.2.line =
linekey.2.value =
linekey.2.pickup_value =
linekey.2.type = 22
linekey.2.xml_phonebook = 1
linekey.2.label = Office Numbers

#Configure Line Key3                        
linekey.3.line =
linekey.3.value =
linekey.3.pickup_value =
linekey.3.type = 22
linekey.3.xml_phonebook = 0
linekey.3.label = ABQ Exts

#Configure Line Key4 (for T38G only)                        
linekey.4.line =
linekey.4.value =            
linekey.4.pickup_value =                  
linekey.4.type = 22
linekey.4.xml_phonebook = 3
linekey.4.label = ABQ Cells

#Configure Line Key5  (for T38G only)                      
linekey.5.line =
linekey.5.value =                        
linekey.5.pickup_value =                  
linekey.5.type =  22
linekey.5.xml_phonebook = 2
linekey.5.label = IT Dept

#Configure Line Key6  (for T38G only)                      
linekey.6.line =
linekey.6.value =
linekey.6.pickup_value =        
linekey.6.type =
linekey.6.xml_phonebook =
linekey.6.label =

programablekey.3.type = 2
programablekey.3.line =
programablekey.3.value = Forward
programablekey.3.xml_phonebook =
programablekey.3.history_type =
programablekey.3.label = Forward

################################################################################​#######
##            Configure the access URL of the  Wallpaper                             ##                                            
################################################################################​#######
wallpaper_upload.url =
phone_setting.backgrounds =

#Configure the screen saver time (in seconds). The valid values are 1, 60 (default), 120, 300, 600, 1800.
phone_setting.screen_saver_time = 1800

#Configure the active backlight level. It ranges from 1 to 10, the default value is 2.
#The same level for different phones may result in different backlight intensities.
#The backlight level of T2xP ranges from 1 to 3.
phone_setting.active_backlight_level = 7

#Enable or disable the inactive backlight level. 0-Enabled, 1-Disabled. The default value is 1.
phone_setting.inactive_backlight_level = 1

#Configure the backlight time (in seconds). The valid values are: 1-Always on, 60 (default), 120, 300, 600, 1800.
phone_setting.backlight_time = 600

The only setting that is different between the two configs is the local_time.date_format setting, which changes from 6 to 2.

Firmware Version: 38.70.0.186
Hardware Version: 21.5.5.160.64.0.0

Thank you.
11-05-2014 12:21 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Auto-Provisioning not updating/replacing settings. - kkj - 11-05-2014 12:21 AM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Smile W73P dect phone not allowing to auto-provision as different extension Andi_Dee 3 1,563 04-05-2024 09:25 AM
Last Post: sarahlison
  Auto Provision Wall Paper Stopped Working TRP Tech 5 9,495 02-19-2024 12:02 AM
Last Post: jamesalan
  How to disable Voicemail from .cfg in auto provisioning file? boniakowski 2 1,526 09-19-2023 12:03 AM
Last Post: boniakowski
  VPN Changes Do Not Get Auto-Provisioned joe1st 3 2,934 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,933 04-12-2023 05:32 PM
Last Post: aaronmedina
  Remote Phonebook settings lost.. bluetba 0 1,313 02-23-2023 07:52 PM
Last Post: bluetba
  account.X provisioning vieri 7 5,130 02-10-2023 07:02 PM
Last Post: vieri
  Yealink T54W Auto Provision not working h.cmc 1 3,776 12-09-2022 08:31 PM
Last Post: complex1
  T46U Not Contacting Provisioning Server 88fingerslukee 0 2,180 09-06-2022 11:43 PM
Last Post: 88fingerslukee
  Need help auto provisioning a phone with Nextiva service. LittleDogTech 3 5,014 08-30-2022 06:28 PM
Last Post: complex1

Forum Jump:


User(s) browsing this thread:

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