Background Wallpaper - T48S

Status
Not open for further replies.

mcs3ss2

Active Member
Sep 8, 2020
247
26
28
AU
Hi Friends,
I am able to posh settings to the phone (Yealink T48S) Ok.
The wallpaper gets pushed out Ok.
However It does not gets selected as the phone wallpaper/background
then I have to manually log-into the phone itself and set wallpeper.

Attached is the image, wallpaper is pushed out correctly to the handset

1619979660181.png

default variable
1619980394144.png

here ius the provision profile

Code:
wallpaper_upload.url = {$yealink_t48s_wallpaper}
{if isset($yealink_t48s_wallpaper)}
phone_setting.backgrounds =  Config:{$yealink_t48s_wallpaper}
{else}
#phone_setting.backgrounds =  Config:yealink_t48s_wallpaper.png
phone_setting.backgrounds =  Config:wp_t48s.png
{/if}

Even though it gets pushed out only default is selected, Any Ideas on this ?
 

bbardon

New Member
Jun 20, 2020
16
1
3
67
I don't have a T48S, only a T54W. But on that phone, I also have to set the value of yealink_t54w_wallpaper_filename. Set it to just the filename without complete path.
 

mcs3ss2

Active Member
Sep 8, 2020
247
26
28
AU
Hi

Thank you for your input

I changed the provision profile to the following

XML:
wallpaper_upload.url = {$yealink_t48s_wallpaper}
{if isset($yealink_t48s_wallpaper)}
#phone_setting.backgrounds =  Config:{$yealink_t48s_wallpaper}
#phone_setting.backgrounds =  Config:wp_t48s.png
#phone_setting.backgrounds =  Config:yealink_t54w_wallpaper_filename
{else}
#phone_setting.backgrounds =  Config:yealink_t48s_wallpaper.png
#phone_setting.backgrounds =  Config:wp_t48s.png
#phone_setting.backgrounds =  Config:yealink_t54w_wallpaper_filename
{/if}

phone_setting.backgrounds =  Config:wp_t48s.jpg

This last line works and changes the wallpaper
 
Status
Not open for further replies.