Yealink Forums

Full Version: T-38 autoprovision
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I autoprovision the screen saver to off.

firmware 38.70.0.198
Hi IT_Guy,

Please try below syntax in your auto-provisioning file.

-----------------------------------------------------------------
#!version:1.0.0.1

##File header "#!version:1.0.0.1" can not be edited or deleted.##
#Configure the screen saver time (in seconds). The valid values are 1, 60 (default), 120, 300, 600, 1800.
phone_setting.screen_saver_time =
-----------------------------------------------------------------
(12-17-2013 06:06 PM)Yealink Support Wrote: [ -> ]Hi IT_Guy,

Please try below syntax in your auto-provisioning file.

-----------------------------------------------------------------
#!version:1.0.0.1

##File header "#!version:1.0.0.1" can not be edited or deleted.##
#Configure the screen saver time (in seconds). The valid values are 1, 60 (default), 120, 300, 600, 1800.
phone_setting.screen_saver_time =
-----------------------------------------------------------------

Thank you for your reply,

No luck... Sets the screen saver to 1 minute. I have also tried
phone_setting.screen_saver_time = 0

Is there any other settings that might prevent the screensaver from being turned off ?
I also changed my backlight level, not sure if that is required but, it might help.


#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

#Configure the inactive backlight level. It ranges from 1 to 10, the default value is 1.
phone_setting.inactive_backlight_level = 7

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

#Configure the phone background.
#If you set the custom image (new.png) as phone backgroup, the value is: phone_setting.backgrounds = Config:new.png
#If you set the system image (pictures(01).png) as phone backgroup, the value is: phone_setting.backgrounds = Resource:pictures(01).png
{IF model=Yealink T32}
phone_setting.backgrounds = Config:yealinkt32.png
{ENDIF}

{IF model=Yealink T38}
phone_setting.backgrounds = Config:yealinkt38.png
{ENDIF}

#Configure the screen saver time (in seconds). The valid values are 1, 60 (default), 120, 300, 600, 1800.
phone_setting.screen_saver_time = 0
(12-17-2013 10:58 PM)IT_Guy Wrote: [ -> ]
(12-17-2013 06:06 PM)Yealink Support Wrote: [ -> ]Hi IT_Guy,

Please try below syntax in your auto-provisioning file.

-----------------------------------------------------------------
#!version:1.0.0.1

##File header "#!version:1.0.0.1" can not be edited or deleted.##
#Configure the screen saver time (in seconds). The valid values are 1, 60 (default), 120, 300, 600, 1800.
phone_setting.screen_saver_time =
-----------------------------------------------------------------

Thank you for your reply,

No luck... Sets the screen saver to 1 minute. I have also tried
phone_setting.screen_saver_time = 0

Is there any other settings that might prevent the screensaver from being turned off ?
Hi IT_Guy,

I set the value as 0 and screen saver is turned off now.
Can you try again?
-----------------------------------------------------------------
#!version:1.0.0.1

##File header "#!version:1.0.0.1" can not be edited or deleted.##
#Configure the screen saver time (in seconds). The valid values are 1, 60 (default), 120, 300, 600, 1800.
phone_setting.screen_saver_time = 0
-----------------------------------------------------------------
(12-19-2013 01:15 AM)jasit Wrote: [ -> ]I also changed my backlight level, not sure if that is required but, it might help.


#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

#Configure the inactive backlight level. It ranges from 1 to 10, the default value is 1.
phone_setting.inactive_backlight_level = 7

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

#Configure the phone background.
#If you set the custom image (new.png) as phone backgroup, the value is: phone_setting.backgrounds = Config:new.png
#If you set the system image (pictures(01).png) as phone backgroup, the value is: phone_setting.backgrounds = Resource:pictures(01).png
{IF model=Yealink T32}
phone_setting.backgrounds = Config:yealinkt32.png
{ENDIF}

{IF model=Yealink T38}
phone_setting.backgrounds = Config:yealinkt38.png
{ENDIF}

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

Thank you for your reply.

I changed all these setting to the above and no luck.

(12-19-2013 03:31 PM)Yealink Support Wrote: [ -> ]
(12-17-2013 10:58 PM)IT_Guy Wrote: [ -> ]
(12-17-2013 06:06 PM)Yealink Support Wrote: [ -> ]Hi IT_Guy,

Please try below syntax in your auto-provisioning file.

-----------------------------------------------------------------
#!version:1.0.0.1

##File header "#!version:1.0.0.1" can not be edited or deleted.##
#Configure the screen saver time (in seconds). The valid values are 1, 60 (default), 120, 300, 600, 1800.
phone_setting.screen_saver_time =
-----------------------------------------------------------------

Thank you for your reply,

No luck... Sets the screen saver to 1 minute. I have also tried
phone_setting.screen_saver_time = 0

Is there any other settings that might prevent the screensaver from being turned off ?
Hi IT_Guy,

I set the value as 0 and screen saver is turned off now.
Can you try again?
-----------------------------------------------------------------
#!version:1.0.0.1

##File header "#!version:1.0.0.1" can not be edited or deleted.##
#Configure the screen saver time (in seconds). The valid values are 1, 60 (default), 120, 300, 600, 1800.
phone_setting.screen_saver_time = 0
-----------------------------------------------------------------

I checked and the provisioning file is
phone_setting.screen_saver_time = 0 and still have a screensaver.

I have read this file many many times and can not figure out what I am missing! Thank You for your reply.
Hi IT_Guy,

Do you forget to add "#!version:1.0.0.1" in the head of CFG file?
Can you send your CFG file to me?
Sending Config
Hi IT_Guy,
It seems that your cfg is wrong. I upload your file and can reproduce your issue.
But i delete your other settings and just leave below syntax, then screen saver can be switch off.
--------------------------------------------
#!version:1.0.0.1
phone_setting.screen_saver_time = 0
--------------------------------------------

Can you test again?
Reference URL's