From d3d5ade95eabc0f86b77d05d8940338af69842d4 Mon Sep 17 00:00:00 2001 From: Len Date: Tue, 14 Jan 2020 14:51:36 -0500 Subject: [PATCH] Update y000000000053.cfg (#5086) --- .../templates/provision/yealink/t19p/y000000000053.cfg | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/templates/provision/yealink/t19p/y000000000053.cfg b/resources/templates/provision/yealink/t19p/y000000000053.cfg index 7cb31c2a0d..600f148056 100644 --- a/resources/templates/provision/yealink/t19p/y000000000053.cfg +++ b/resources/templates/provision/yealink/t19p/y000000000053.cfg @@ -1296,12 +1296,18 @@ directory_setting.url = https://{if isset($http_auth_username)}{$http_auth_usern ####################################################################################### ## Configure the access URL of the Wallpaper ## ####################################################################################### -wallpaper_upload.url = {$yealink_t20p_wallpaper} + +wallpaper_upload.url = {$yealink_t19p_wallpaper} +{if isset($yealink_t19p_wallpaper_filename)} +phone_setting.backgrounds = Config:{$yealink_t19p_wallpaper_filename} +{else} +phone_setting.backgrounds = Config:yealink_t19p_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_t20p.png +#phone_setting.backgrounds = Config:yealink_t20p.png ####################################################################################### ## Configure the access URL of the Screensaver ##