[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
Provision multiple wallpapers
Author Message
Xobee Networks_Support Offline
Banned

Posts: 3
Joined: May 2017
Post: #1
Provision multiple wallpapers
Is it possible to provision a T48G/S with two or more wallpapers? I am trying to set
Code:
phone_setting.backgrounds_with_dsskey_unfold
with a custom wallpaper, but I would also like to use
Code:
phone_setting.backgrounds
too.

I have tried multiple entries of
Code:
wallpaper_upload.url
, but when I export the CFG file, it only shows the last entry. I also tried setting two URLs with semi-colon delimiter. Example:
Code:
wallpaper_upload.url = http://website.com/image.png;http://website.com/image2

Neither of those worked though.
05-16-2017 11:06 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
anonymous1711612242218
Unregistered

 
Post: #2
RE: Provision multiple wallpapers
(05-16-2017 11:06 PM)Xobee Networks Wrote:  Is it possible to provision a T48G/S with two or more wallpapers? I am trying to set
Code:
phone_setting.backgrounds_with_dsskey_unfold
with a custom wallpaper, but I would also like to use
Code:
phone_setting.backgrounds
too.

I have tried multiple entries of
Code:
wallpaper_upload.url
, but when I export the CFG file, it only shows the last entry. I also tried setting two URLs with semi-colon delimiter. Example:
Code:
wallpaper_upload.url = http://website.com/image.png;http://website.com/image2

Neither of those worked though.

Dear customer,
This is Paul from Yealink Technical Support Team, nice to meet you.
Yes, it’s possible to provision a T48G/S with two or more custom wallpapers.
1. You need to upload the custom wallpaper one by one. Then the custom wallpaper you upload will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.
For example, you first Autop:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image.png,
after that, the image.png will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.
Then you Autop the other custom wallpaper:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image2,
Attached pictures for your reference.

2. Now, you can select a custom wallpaper according to your favorite.
For example:
#!version:1.0.0.1
phone_setting.backgrounds = image.jpg
phone_setting.backgrounds_with_dsskey_unfold = image2.jpg

Any problem, please feel free to contact us.

BR
Paul


Attached File(s) Thumbnail(s)
       
05-17-2017 03:39 AM
     Quote this message in a reply
anonymous1711612242218
Unregistered

 
Post: #3
RE: Provision multiple wallpapers
(05-16-2017 11:06 PM)Xobee Networks Wrote:  Is it possible to provision a T48G/S with two or more wallpapers? I am trying to set
Code:
phone_setting.backgrounds_with_dsskey_unfold
with a custom wallpaper, but I would also like to use
Code:
phone_setting.backgrounds
too.

I have tried multiple entries of
Code:
wallpaper_upload.url
, but when I export the CFG file, it only shows the last entry. I also tried setting two URLs with semi-colon delimiter. Example:
Code:
wallpaper_upload.url = http://website.com/image.png;http://website.com/image2

Neither of those worked though.


Dear customer,
This is Paul from Yealink Technical Support Team, nice to meet you.
Yes, it’s possible to provision a T48G/S with two or more custom wallpapers.
1. You need to upload the custom wallpaper one by one. Then the custom wallpaper you upload will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.
For example, you first provision:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image.png,

after that, the image.png will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.

Then you provision the other custom wallpaper:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image2,

Attached are the pictures for your reference.
2. Now, you can select a custom wallpaper according to your favorite.
For example:
#!version:1.0.0.1
phone_setting.backgrounds = image.jpg
phone_setting.backgrounds_with_dsskey_unfold = image2.jpg

Any problem, please feel free to contact us.

BR
Paul


Attached File(s) Thumbnail(s)
       
05-17-2017 05:38 AM
     Quote this message in a reply
Xobee Networks_Support Offline
Banned

Posts: 3
Joined: May 2017
Post: #4
RE: Provision multiple wallpapers
(05-17-2017 05:38 AM)Paul Wrote:  
(05-16-2017 11:06 PM)Xobee Networks Wrote:  Is it possible to provision a T48G/S with two or more wallpapers? I am trying to set
Code:
phone_setting.backgrounds_with_dsskey_unfold
with a custom wallpaper, but I would also like to use
Code:
phone_setting.backgrounds
too.

I have tried multiple entries of
Code:
wallpaper_upload.url
, but when I export the CFG file, it only shows the last entry. I also tried setting two URLs with semi-colon delimiter. Example:
Code:
wallpaper_upload.url = http://website.com/image.png;http://website.com/image2

Neither of those worked though.


Dear customer,
This is Paul from Yealink Technical Support Team, nice to meet you.
Yes, it’s possible to provision a T48G/S with two or more custom wallpapers.
1. You need to upload the custom wallpaper one by one. Then the custom wallpaper you upload will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.
For example, you first provision:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image.png,

after that, the image.png will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.

Then you provision the other custom wallpaper:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image2,

Attached are the pictures for your reference.
2. Now, you can select a custom wallpaper according to your favorite.
For example:
#!version:1.0.0.1
phone_setting.backgrounds = image.jpg
phone_setting.backgrounds_with_dsskey_unfold = image2.jpg

Any problem, please feel free to contact us.

BR
Paul

Thank you, that worked!
05-17-2017 07:46 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Xobee Networks_Support Offline
Banned

Posts: 3
Joined: May 2017
Post: #5
RE: Provision multiple wallpapers
(05-17-2017 05:38 AM)Paul Wrote:  
(05-16-2017 11:06 PM)Xobee Networks Wrote:  Is it possible to provision a T48G/S with two or more wallpapers? I am trying to set
Code:
phone_setting.backgrounds_with_dsskey_unfold
with a custom wallpaper, but I would also like to use
Code:
phone_setting.backgrounds
too.

I have tried multiple entries of
Code:
wallpaper_upload.url
, but when I export the CFG file, it only shows the last entry. I also tried setting two URLs with semi-colon delimiter. Example:
Code:
wallpaper_upload.url = http://website.com/image.png;http://website.com/image2

Neither of those worked though.


Dear customer,
This is Paul from Yealink Technical Support Team, nice to meet you.
Yes, it’s possible to provision a T48G/S with two or more custom wallpapers.
1. You need to upload the custom wallpaper one by one. Then the custom wallpaper you upload will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.
For example, you first provision:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image.png,

after that, the image.png will appear in the wallpaper and Wallpaper with Dsskey unfold dropdown list.

Then you provision the other custom wallpaper:
#!version:1.0.0.1
wallpaper_upload.url = http://website.com/image2,

Attached are the pictures for your reference.
2. Now, you can select a custom wallpaper according to your favorite.
For example:
#!version:1.0.0.1
phone_setting.backgrounds = image.jpg
phone_setting.backgrounds_with_dsskey_unfold = image2.jpg

Any problem, please feel free to contact us.

BR
Paul

Thank you, that worked!
05-17-2017 07:47 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,152 02-19-2024 12:02 AM
Last Post: jamesalan
Smile W73P dect phone not allowing to auto-provision as different extension Andi_Dee 2 1,191 02-05-2024 12:49 PM
Last Post: bekean
  Yealink T54W Auto Provision not working h.cmc 1 3,544 12-09-2022 08:31 PM
Last Post: complex1
  Auto provision username and password kbrownlees 7 22,590 08-23-2022 11:16 PM
Last Post: mbole
  DO NOT Provision / Update Firmware looker44 2 7,377 08-17-2021 04:44 AM
Last Post: looker44
  Auto-Provision W60P on FreeSWITCH Phoneperson 10 24,882 03-06-2021 03:51 AM
Last Post: Phoneperson
  Factory Reset via Provision Andrews1 3 11,485 07-02-2019 03:09 PM
Last Post: Fraukas2
Lightbulb Auto provision firmware ... Yuriy Y. 1 8,228 04-26-2019 05:40 AM
Last Post: Yuriy Y.
  Provisioning Multiple Wallpapers BryanLee 1 6,310 04-24-2019 08:39 PM
Last Post: joew
  Multiple provisioning servers Integra Business Solutions Inc. 4 10,653 10-26-2018 06:49 PM
Last Post: Integra Business Solutions Inc.

Forum Jump:


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

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