Yealink Forums

Full Version: Yealink T46G Wallpaper Problem with 3CX
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,
I'm having an issue with a Yealink T46G and 3CX,
I have setup the phone and provisioned it fine, it auto provisions when being plugged in, and works perfectly, except for 1 thing
I have added 3 new templates into 3CX they are for different locations that a company uses.
the 3 locations need to have different wallpapers, so for each template I have copied I have simply changed the filename to correspond to the different logos I have created..

Here is a snippet of the two parts I have changed for one of the templates.

Quote:################################################################################​#######
## Configure the access URL of the Wallpaper and Screensaver ##
################################################################################​#######
{IF ua=SIP-T46G}
wallpaper_upload.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/%%PROVSUBDIR%%/logo/sp.png
screen_saver.pic.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/%%PROVSUBDIR%%/logo/sp.png
{ENDIF}

Quote:#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
{IF ua=SIP-T46G}
phone_setting.backgrounds = Config:sp.png
{ENDIF}


The file copies onto the phone fine (via the template), but doesn't set it as the active wallpaper. (It has to be done manually, by going into the settings on the phone)


The reason I want this to work is because I do not want to manually log into 100+ phones and manually set it.
Any chance you can upload the full config file?
Looking at it it looks right. We do this and never had any issues with it so must be something else going on. maybe a typo higher up in the config file or something.

One other thing you could do is in the provisioning directory there is a cfg file for each phone mac address. Open that up in like notepad++ and look and see if the lines look correct.
Same here - works fine.
Have you rebooted once to see if that fixes the issue?

(It seems strange to me on the 3cx template that it sets the background before the file is loaded. In my 3cx template the Config:file.png comes before the loading of the file from the PBX.)
Sure, here it is
I might recommend trying to change the name from SP to something with more characters...
It should not matter - but I use names longer than 8 characters without issue.
(02-18-2015 01:24 AM)craigreilly Wrote: [ -> ]I might recommend trying to change the name from SP to something with more characters...
It should not matter - but I use names longer than 8 characters without issue.

Thanks craigreilly, that fixed the issue!
very interesting... glad that worked.
Id rack that one up as some kind of bug..
Doesnt make sense that it would upload the image but not be able to apply it.
Reference URL's