[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auto Replace Stock Wallpaper/Logo
Author Message
dbrandphoto Offline
Coffee Fueled Tech
**

Posts: 21
Joined: Mar 2013
Reputation: 0
Post: #1
Auto Replace Stock Wallpaper/Logo
I have the string to upload custom wallpaper files via autprovisioning and it works great but it only uploads the files to the phone and then I have to go and manually select the custom background.

Is there any way to upload the wallpaper file AND make it the chosen background, or to replace the default background with my custom one via auto provisioning. I'd be looking to set this for t38 and t32 phones initially.

Any help or input is appreciated.
04-03-2013 01:29 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
jstorch Offline
Junior Member
**

Posts: 9
Joined: Feb 2013
Reputation: 0
Post: #2
RE: Auto Replace Stock Wallpaper/Logo
This is what I use for our T28's:

Code:
lcd_logo.url = tftp://YOURSERVER/logo.dob
phone_setting.lcd_logo.mode = 2
04-04-2013 10:43 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
dbrandphoto Offline
Coffee Fueled Tech
**

Posts: 21
Joined: Mar 2013
Reputation: 0
Post: #3
RE: Auto Replace Stock Wallpaper/Logo
(04-04-2013 10:43 PM)jstorch Wrote:  This is what I use for our T28's:

Code:
lcd_logo.url = tftp://YOURSERVER/logo.dob
phone_setting.lcd_logo.mode = 2

I'll try that out and let you know. Any idea what the phone_setting.lcd_logo.mode is for?
04-08-2013 11:50 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
jstorch Offline
Junior Member
**

Posts: 9
Joined: Feb 2013
Reputation: 0
Post: #4
RE: Auto Replace Stock Wallpaper/Logo
(04-08-2013 11:50 PM)dbrandphoto Wrote:  
(04-04-2013 10:43 PM)jstorch Wrote:  This is what I use for our T28's:

Code:
lcd_logo.url = tftp://YOURSERVER/logo.dob
phone_setting.lcd_logo.mode = 2

I'll try that out and let you know. Any idea what the phone_setting.lcd_logo.mode is for?

That's to change it from built-in to custom. Same setting that you're manually changing in the web browser.
(This post was last modified: 04-16-2013 02:46 AM by jstorch.)
04-16-2013 02:44 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
dbrandphoto Offline
Coffee Fueled Tech
**

Posts: 21
Joined: Mar 2013
Reputation: 0
Post: #5
RE: Auto Replace Stock Wallpaper/Logo
(04-16-2013 02:44 AM)jstorch Wrote:  
(04-08-2013 11:50 PM)dbrandphoto Wrote:  
(04-04-2013 10:43 PM)jstorch Wrote:  This is what I use for our T28's:

Code:
lcd_logo.url = tftp://YOURSERVER/logo.dob
phone_setting.lcd_logo.mode = 2

I'll try that out and let you know. Any idea what the phone_setting.lcd_logo.mode is for?

That's to change it from built-in to custom. Same setting that you're manually changing in the web browser.

Any ideas on the T38? I know that the syntax is a bit different between models.

Thanks again for all the help thusfar.
04-27-2013 03:07 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
telepathinc Offline
Junior Member
**

Posts: 33
Joined: Dec 2012
Reputation: 0
Post: #6
RE: Auto Replace Stock Wallpaper/Logo
The code is the same, but the logo file would NOT be logo.dob.
It could be .jpg/.png/.bmp with resolution of <=480*272

ALSO it is called "WALLPAPER"

BE CAREFUL - the LOGO you load will be CENTERED in the screen
The LINE KEY description will be on the right -

THEREFORE, YOU ( not the phone) must adjust the logo so it has clear space to the right for this
05-05-2013 07:41 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
CWR Offline
Moderator
*****

Posts: 717
Joined: May 2013
Reputation: 7
Post: #7
RE: Auto Replace Stock Wallpaper/Logo
T32 and T38 should both follow this:

Code:
wallpaper_upload.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/logo/yealinkt38.png

phone_setting.backgrounds = Config:yealinkt38.png

I have noticed sometimes that the second command only works after a reboot of the phone.


This worked in pre v70 firmware:
Code:
[ bin:/phone/userdata/BackGround/yealinkt38.png]
url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/logo/yealinkt38.png
[ cfg:/phone/config/user.ini,reboot=1 ]
PhoneSetting.BackGrounds = Config:yealinkt38.png
(This post was last modified: 06-21-2013 04:35 AM by CWR.)
06-21-2013 04:31 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
theweehighlander Offline
Junior Member
**

Posts: 2
Joined: Oct 2013
Reputation: 0
Post: #8
RE: Auto Replace Stock Wallpaper/Logo
(04-04-2013 10:43 PM)jstorch Wrote:  This is what I use for our T28's:

Code:
lcd_logo.url = tftp://YOURSERVER/logo.dob
phone_setting.lcd_logo.mode = 2

Iv been configuring our new phone system ready to go in within the next few weeks, 20 or so T28Ps. I added the companies logo via the phones URL and it worked ok, but I wanted to add it into the config file for Auto Provisioning so I dont need to go and do it manually another 19 times.

I tried the code above however it doesnt seem to be picking it up, after re-provisioning it still comes up with "Yealink" as the log.

Is anyone able to assist? I tried it as the format tftp://<My server IP>/directory1/companylogo.dob

Do I need to add other code in before the code above? I noticed a lot of paths in the config file as path = yealink/ but iv searched from the root for this directory and I cant find that either, but by looks of things thats where all the settings are, or am I getting myself confused?

Thanks.
10-17-2013 07:32 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Auto Provision Wall Paper Stopped Working TRP Tech 5 9,517 02-19-2024 12:02 AM
Last Post: jamesalan
Smile W73P dect phone not allowing to auto-provision as different extension Andi_Dee 0 1,644 10-12-2023 05:49 PM
Last Post: Andi_Dee
  How to disable Voicemail from .cfg in auto provisioning file? boniakowski 2 1,541 09-19-2023 12:03 AM
Last Post: boniakowski
  VPN Changes Do Not Get Auto-Provisioned joe1st 3 2,958 08-08-2023 12:35 AM
Last Post: cecilberge
Wink Auto Provsioning EOL products and devices that do dont have recent firmware releases GalacticSolutions 3 5,947 04-12-2023 05:32 PM
Last Post: aaronmedina
  Yealink T54W Auto Provision not working h.cmc 1 3,797 12-09-2022 08:31 PM
Last Post: complex1
  Need help auto provisioning a phone with Nextiva service. LittleDogTech 3 5,052 08-30-2022 06:28 PM
Last Post: complex1
  Auto provision username and password kbrownlees 7 22,947 08-23-2022 11:16 PM
Last Post: mbole
Question "Trusted Certificates" and auto provisioning jobst 3 6,261 06-15-2022 11:00 AM
Last Post: dbonnell
  Setting up EXP50 wallpaper using a template jleyco 3 5,921 01-11-2022 01:52 AM
Last Post: Yisroel_MongoTEL

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication