Yealink Forums
Make Changes in Various Phones - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Configuration (/forumdisplay.php?fid=24)
+--- Thread: Make Changes in Various Phones (/showthread.php?tid=2559)



Make Changes in Various Phones - condor - 10-16-2014 02:46 AM

Time Zone for Uruguay doesn't exit for Yealink. So i must change the Daylight Saving Time, to manual in more than 200 phone.

There is a way to change massive? for one script for all maybe?

I'll appreciate any info.

Thanks !!


RE: Make Changes in Various Phones - Yealink_Jim - 10-16-2014 08:34 PM

Hi,
Does the time zone of Uruguay is -3?
If yes, you can try to pick one -3 time zone in the Yealink phone which won't affect the correct time and date displayed. If it can't solve this issue, please contact me freely.

I suggest that you can set up via Auto Provisioning, given below is the configuration parameters
---------------------------------------
#!version:1.0.0.1
local_time.time_zone =-3
local_time.time_zone_name = Brazil(DST)
##It enables or disables daylight saving time (DST) feature.
##0-Disabled,1-Enabled,2-Automatic.
##The default value is 2.
local_time.summer_time =

##It configures the way DST works when DST feature is enabled.
##0-DST By Date ,1-DST By Week.
##The default value is 0.
local_time.dst_time_type =

##It configures the start time of the DST.
##Value formats are:Month/Day/Hour (for By Date),Month/ Day of Week/ Day of Week Last in Month/ Hour of Day (for By Week)
##The default value is 1/1/0.
local_time.start_time =

##It configures the end time of the DST.
##Value formats are:Month/Day/Hour (for By Date),Month/ Day of Week/ Day of Week Last in Month/ Hour of Day (for By Week)
##The default value is 12/31/23.
local_time.end_time =

##It configures the offset time (in minutes).
##The default value is blank.Integer from -300 to 300
local_time.offset_time =
---------------------------------------

About the time zone name you can refer to below picture:

[Image: attachment.php?aid=1079]


You can refer to below Auto Provisioning guide to get more information:

http://www.yealink.com/Upload/T2X/2014219/Yealink_SIP-T2_Series_T19P_T4_Series_IP_Phones_Auto_Provisioning_Guide_V72_25.pdf

If the time zone of the Uruguay isn't -3, please let me know the correct time zone

Hope this helps!


RE: Make Changes in Various Phones - condor - 10-16-2014 10:34 PM

The time zone of Uruguay is -3, thats right. For example i use the time zone of Buenos Aires, but the DST doesn't change automatic, i must change it manually (see attachment).

I already tried -3 BRazil (not DST) and -3 BRazil (DST) but not work.

Thanks.

(10-16-2014 08:34 PM)Yealink_Jim Wrote:  Hi,
Does the time zone of Uruguay is -3?
If yes, you can try to pick one -3 time zone in the Yealink phone which won't affect the correct time and date displayed. If it can't solve this issue, please contact me freely.

I suggest that you can set up via Auto Provisioning, given below is the configuration parameters
---------------------------------------
#!version:1.0.0.1
local_time.time_zone =-3
local_time.time_zone_name = Brazil(DST)
##It enables or disables daylight saving time (DST) feature.
##0-Disabled,1-Enabled,2-Automatic.
##The default value is 2.
local_time.summer_time =

##It configures the way DST works when DST feature is enabled.
##0-DST By Date ,1-DST By Week.
##The default value is 0.
local_time.dst_time_type =

##It configures the start time of the DST.
##Value formats are:Month/Day/Hour (for By Date),Month/ Day of Week/ Day of Week Last in Month/ Hour of Day (for By Week)
##The default value is 1/1/0.
local_time.start_time =

##It configures the end time of the DST.
##Value formats are:Month/Day/Hour (for By Date),Month/ Day of Week/ Day of Week Last in Month/ Hour of Day (for By Week)
##The default value is 12/31/23.
local_time.end_time =

##It configures the offset time (in minutes).
##The default value is blank.Integer from -300 to 300
local_time.offset_time =
---------------------------------------

About the time zone name you can refer to below picture:

[Image: attachment.php?aid=1079]


You can refer to below Auto Provisioning guide to get more information:

http://www.yealink.com/Upload/T2X/2014219/Yealink_SIP-T2_Series_T19P_T4_Series_IP_Phones_Auto_Provisioning_Guide_V72_25.pdf

If the time zone of the Uruguay isn't -3, please let me know the correct time zone

Hope this helps!



RE: Make Changes in Various Phones - Yealink_Jim - 10-17-2014 02:34 PM

(10-16-2014 10:34 PM)condor Wrote:  The time zone of Uruguay is -3, thats right. For example i use the time zone of Buenos Aires, but the DST doesn't change automatic, i must change it manually (see attachment).

I already tried -3 BRazil (not DST) and -3 BRazil (DST) but not work.

Thanks.

(10-16-2014 08:34 PM)Yealink_Jim Wrote:  Hi,
Does the time zone of Uruguay is -3?
If yes, you can try to pick one -3 time zone in the Yealink phone which won't affect the correct time and date displayed. If it can't solve this issue, please contact me freely.

I suggest that you can set up via Auto Provisioning, given below is the configuration parameters
---------------------------------------
#!version:1.0.0.1
local_time.time_zone =-3
local_time.time_zone_name = Brazil(DST)
##It enables or disables daylight saving time (DST) feature.
##0-Disabled,1-Enabled,2-Automatic.
##The default value is 2.
local_time.summer_time =

##It configures the way DST works when DST feature is enabled.
##0-DST By Date ,1-DST By Week.
##The default value is 0.
local_time.dst_time_type =

##It configures the start time of the DST.
##Value formats are:Month/Day/Hour (for By Date),Month/ Day of Week/ Day of Week Last in Month/ Hour of Day (for By Week)
##The default value is 1/1/0.
local_time.start_time =

##It configures the end time of the DST.
##Value formats are:Month/Day/Hour (for By Date),Month/ Day of Week/ Day of Week Last in Month/ Hour of Day (for By Week)
##The default value is 12/31/23.
local_time.end_time =

##It configures the offset time (in minutes).
##The default value is blank.Integer from -300 to 300
local_time.offset_time =
---------------------------------------

About the time zone name you can refer to below picture:

[Image: attachment.php?aid=1079]


You can refer to below Auto Provisioning guide to get more information:

http://www.yealink.com/Upload/T2X/2014219/Yealink_SIP-T2_Series_T19P_T4_Series_IP_Phones_Auto_Provisioning_Guide_V72_25.pdf

If the time zone of the Uruguay isn't -3, please let me know the correct time zone

Hope this helps!



Hi
You can configure the DST via Auto provision, given below is the configuration parameters:


------------------------------------------------------------
#!version:1.0.0.1
##It enables or disables daylight saving time (DST) feature.
##0-Disabled,1-Enabled,2-Automatic.
##The default value is 2.
local_time.summer_time = 1

##It configures the way DST works when DST feature is enabled.
##0-DST By Date ,1-DST By Week.
##The default value is 0.
local_time.dst_time_type = 0

##It configures the start time of the DST.
##Value formats are:Month/Day/Hour (for By Date),Month/ Day of Week/ Day of Week Last in Month/ Hour of Day (for By Week)
##The default value is 1/1/0.
local_time.start_time =10/05/2

##It configures the end time of the DST.
##Value formats are:Month/Day/Hour (for By Date),Month/ Day of Week/ Day of Week Last in Month/ Hour of Day (for By Week)
##The default value is 12/31/23.
local_time.end_time =03/09/2

##It configures the offset time (in minutes).
##The default value is blank.Integer from -300 to 300
local_time.offset_time =60
-------------------------------------------------------------------

You can refer to below Auto Provisioning guide to get more information:

http://www.yealink.com/Upload/T2X/2014219/Yealink_SIP-T2_Series_T19P_T4_Series_IP_Phones_Auto_Provisioning_Guide_V72_25.pdf


RE: Make Changes in Various Phones - condor - 10-17-2014 08:39 PM

Hi Jim, i'll read Auto Provisioning and try it.

Told later

Thanks.


RE: Make Changes in Various Phones - Yealink_Jim - 10-20-2014 03:09 PM

(10-17-2014 08:39 PM)condor Wrote:  Hi Jim, i'll read Auto Provisioning and try it.

Told later

Thanks.


Hope this helps!
Look forward to hearing from you.