Update y000000000032.cfg (#5075)

This commit is contained in:
Len
2020-01-14 14:54:41 -05:00
committed by FusionPBX
parent 3709a28bb6
commit 07ac6cba69

View File

@@ -1293,12 +1293,18 @@ directory_setting.url = https://{if isset($http_auth_username)}{$http_auth_usern
#######################################################################################
## Configure the access URL of the Wallpaper ##
#######################################################################################
wallpaper_upload.url = {$yealink_t32g_wallpaper}
{if isset($yealink_t32g_wallpaper_filename)}
phone_setting.backgrounds = Config:{$yealink_t32g_wallpaper_filename}
{else}
phone_setting.backgrounds = Config:yealink_t32g_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_t32g_wallpaper.png
#phone_setting.backgrounds = Config:yealink_t32g_wallpaper.png
#######################################################################################
## Configure the access URL of the Screensaver ##