From 562b676d576d334a2fb72707f3739c7118223bc5 Mon Sep 17 00:00:00 2001 From: Len Date: Tue, 14 Jan 2020 14:52:27 -0500 Subject: [PATCH] Update y000000000005.cfg (#5083) --- .../templates/provision/yealink/t22p/y000000000005.cfg | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/templates/provision/yealink/t22p/y000000000005.cfg b/resources/templates/provision/yealink/t22p/y000000000005.cfg index a2d59c2fcf..7b3812dd49 100644 --- a/resources/templates/provision/yealink/t22p/y000000000005.cfg +++ b/resources/templates/provision/yealink/t22p/y000000000005.cfg @@ -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 ##