Update y000000000005.cfg (#5083)

This commit is contained in:
Len
2020-01-14 14:52:27 -05:00
committed by FusionPBX
parent c2ec796373
commit 562b676d57

View File

@@ -1296,12 +1296,18 @@ directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_userna
#######################################################################################
## Configure the access URL of the Wallpaper ##
#######################################################################################
wallpaper_upload.url = {$yealink_t22p_wallpaper}
{if isset($yealink_t22p_wallpaper_filename)}
phone_setting.backgrounds = Config:{$yealink_t22p_wallpaper_filename}
{else}
phone_setting.backgrounds = Config:yealink_t22p_wallpaper.png
{/if}
#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
phone_setting.backgrounds = Config:yealink_t22p.png
#phone_setting.backgrounds = Config:yealink_t22p.png
#######################################################################################
## Configure the access URL of the Screensaver ##