From 2891cb55904c79e7400eb17b3f7adc69c1781f5b Mon Sep 17 00:00:00 2001 From: Len Date: Mon, 13 Jan 2020 13:41:03 -0500 Subject: [PATCH 1/3] Update y000000000067.cfg --- .../templates/provision/yealink/t42s/y000000000067.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/templates/provision/yealink/t42s/y000000000067.cfg b/resources/templates/provision/yealink/t42s/y000000000067.cfg index 172afd5973..5d6b00cd40 100644 --- a/resources/templates/provision/yealink/t42s/y000000000067.cfg +++ b/resources/templates/provision/yealink/t42s/y000000000067.cfg @@ -1431,7 +1431,11 @@ features.power_saving.intelligent_mode= ##2MB of space should bereserved for the phone wallpaper_upload.url = {$yealink_t42s_wallpaper} -phone_setting.backgrounds= +{if isset($t42s_wallpaper_filename)} +phone_setting.backgrounds = Config:{$t42s_wallpaper_filename} +{else} +phone_setting.backgrounds = Config:yealink_t42s_wallpaper.png +{/if} ## phone_setting.backgrounds_with_dsskey_unfold(Only support T48G/S) phone_setting.backgrounds_with_dsskey_unfold= From 4c87ac8789df461d5760968f06dabe256c71d1d2 Mon Sep 17 00:00:00 2001 From: Len Date: Mon, 13 Jan 2020 21:33:54 -0500 Subject: [PATCH 2/3] Update y000000000067.cfg --- resources/templates/provision/yealink/t42s/y000000000067.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/templates/provision/yealink/t42s/y000000000067.cfg b/resources/templates/provision/yealink/t42s/y000000000067.cfg index 5d6b00cd40..18002cfab9 100644 --- a/resources/templates/provision/yealink/t42s/y000000000067.cfg +++ b/resources/templates/provision/yealink/t42s/y000000000067.cfg @@ -1432,7 +1432,7 @@ features.power_saving.intelligent_mode= wallpaper_upload.url = {$yealink_t42s_wallpaper} {if isset($t42s_wallpaper_filename)} -phone_setting.backgrounds = Config:{$t42s_wallpaper_filename} +phone_setting.backgrounds = Config:{$yealink_t42s_wallpaper_filename} {else} phone_setting.backgrounds = Config:yealink_t42s_wallpaper.png {/if} From 3dedfc958ba62ff5ffcd3f10324a55bcd316aedf Mon Sep 17 00:00:00 2001 From: Len Date: Mon, 13 Jan 2020 22:48:39 -0500 Subject: [PATCH 3/3] Update y000000000067.cfg --- resources/templates/provision/yealink/t42s/y000000000067.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/templates/provision/yealink/t42s/y000000000067.cfg b/resources/templates/provision/yealink/t42s/y000000000067.cfg index 18002cfab9..a63773ac1b 100644 --- a/resources/templates/provision/yealink/t42s/y000000000067.cfg +++ b/resources/templates/provision/yealink/t42s/y000000000067.cfg @@ -1431,7 +1431,7 @@ features.power_saving.intelligent_mode= ##2MB of space should bereserved for the phone wallpaper_upload.url = {$yealink_t42s_wallpaper} -{if isset($t42s_wallpaper_filename)} +{if isset($yealink_t42s_wallpaper_filename)} phone_setting.backgrounds = Config:{$yealink_t42s_wallpaper_filename} {else} phone_setting.backgrounds = Config:yealink_t42s_wallpaper.png