From 007cf59ad63a551e6f63a2d66175ed10a52a6c59 Mon Sep 17 00:00:00 2001 From: Len Date: Tue, 14 Jan 2020 14:54:14 -0500 Subject: [PATCH] Update y000000000000.cfg (#5077) --- .../templates/provision/yealink/t28p/y000000000000.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/templates/provision/yealink/t28p/y000000000000.cfg b/resources/templates/provision/yealink/t28p/y000000000000.cfg index 56a7bead82..98a9625f49 100644 --- a/resources/templates/provision/yealink/t28p/y000000000000.cfg +++ b/resources/templates/provision/yealink/t28p/y000000000000.cfg @@ -1278,12 +1278,18 @@ directory_setting.url = https://{if isset($http_auth_username)}{$http_auth_usern ####################################################################################### ## Configure the access URL of the Wallpaper ## ####################################################################################### + wallpaper_upload.url = {$yealink_t28p_wallpaper} +{if isset($yealink_t28p_wallpaper_filename)} +phone_setting.backgrounds = Config:{$yealink_t28p_wallpaper_filename} +{else} +phone_setting.backgrounds = Config:yealink_t28p_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_t28p_wallpaper.png +#phone_setting.backgrounds = Config:yealink_t28p_wallpaper.png ####################################################################################### ## Configure the access URL of the Screensaver ##