From 2a7070214ebfbb2a6108187f36f89366042dc6cd Mon Sep 17 00:00:00 2001 From: Len Date: Mon, 13 Jan 2020 13:42:30 -0500 Subject: [PATCH 1/3] Update y000000000029.cfg --- resources/templates/provision/yealink/t42g/y000000000029.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/templates/provision/yealink/t42g/y000000000029.cfg b/resources/templates/provision/yealink/t42g/y000000000029.cfg index 1b10c6a913..958b1a0b1a 100644 --- a/resources/templates/provision/yealink/t42g/y000000000029.cfg +++ b/resources/templates/provision/yealink/t42g/y000000000029.cfg @@ -979,8 +979,13 @@ phone_setting.backlight_time = {$yealink_backlight_time} ####################################################################################### ## Wallpaper ## ####################################################################################### + wallpaper_upload.url = {$yealink_t42g_wallpaper} +{if isset($t42g_wallpaper_filename)} +phone_setting.backgrounds = Config:{$t42g_wallpaper_filename} +{else} phone_setting.backgrounds = Config:yealink_t42g_wallpaper.png +{/if} ####################################################################################### ## Multicast ## From 7e96cfe8d61fb1acfdbb50d264316a6f9a40c024 Mon Sep 17 00:00:00 2001 From: Len Date: Mon, 13 Jan 2020 21:31:53 -0500 Subject: [PATCH 2/3] Update y000000000029.cfg --- resources/templates/provision/yealink/t42g/y000000000029.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/templates/provision/yealink/t42g/y000000000029.cfg b/resources/templates/provision/yealink/t42g/y000000000029.cfg index 958b1a0b1a..25c21eb3e8 100644 --- a/resources/templates/provision/yealink/t42g/y000000000029.cfg +++ b/resources/templates/provision/yealink/t42g/y000000000029.cfg @@ -982,7 +982,7 @@ phone_setting.backlight_time = {$yealink_backlight_time} wallpaper_upload.url = {$yealink_t42g_wallpaper} {if isset($t42g_wallpaper_filename)} -phone_setting.backgrounds = Config:{$t42g_wallpaper_filename} +phone_setting.backgrounds = Config:{$yealink_t42g_wallpaper_filename} {else} phone_setting.backgrounds = Config:yealink_t42g_wallpaper.png {/if} From f0a196a9f999aca2b6ab4672a9d37fe845363c1f Mon Sep 17 00:00:00 2001 From: Len Date: Mon, 13 Jan 2020 22:46:33 -0500 Subject: [PATCH 3/3] Update y000000000029.cfg --- resources/templates/provision/yealink/t42g/y000000000029.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/templates/provision/yealink/t42g/y000000000029.cfg b/resources/templates/provision/yealink/t42g/y000000000029.cfg index 25c21eb3e8..6c2abf273c 100644 --- a/resources/templates/provision/yealink/t42g/y000000000029.cfg +++ b/resources/templates/provision/yealink/t42g/y000000000029.cfg @@ -981,7 +981,7 @@ phone_setting.backlight_time = {$yealink_backlight_time} ####################################################################################### wallpaper_upload.url = {$yealink_t42g_wallpaper} -{if isset($t42g_wallpaper_filename)} +{if isset($yealink_t42g_wallpaper_filename)} phone_setting.backgrounds = Config:{$yealink_t42g_wallpaper_filename} {else} phone_setting.backgrounds = Config:yealink_t42g_wallpaper.png