[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
push wallpaper?
Author Message
freak Offline
Junior Member
**

Posts: 19
Joined: May 2014
Reputation: 0
Post: #1
push wallpaper?
Is it possible to push wallpaper to a T48G with xml?
05-17-2014 03:37 AM
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: #2
RE: push wallpaper?
I use this in my config file for T46. Not sure an XML can do it though.

wallpaper_upload.url = http://%%pbx_ip%%:%%pbx_http_port%%/provisioning/%%PROVSUBDIR%%/logo/aavc46.png
#after upload, then set
phone_setting.backgrounds = Config:aavc46.png

Craig Reilly
MCSA, 3cx Advanced Certified
Scottsdale, AZ
05-17-2014 04:31 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #3
RE: push wallpaper?
Please try below syntaxs template in ImageScreen.xml.

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneImageScreen
        doneAction="http://10.1.0.105/menu.php"
        Beep="yes"
        Timeout="60"
        LockIn="yes"
        mode="regular">
        
        <Image verticalAlign="middle" horizontalAlign="middle"  >http://10.3.5.5:9/aa.jpg</Image>
        
    <!--    
    T46G T48G Support:<Image verticalAlign="middle" horizontalAlign="middle"  >http://10.3.5.5:9/aa.jpg</Image>
    
    Other Phone Support:<Image verticalAlign="bottom" horizontalAlign="middle" height="12" width="8">00555500005555000000000000aaaa0000aaaa0000ffff0000ffff0000ffff00fffffffff0fff​f0f00ffff0000f00f00</Image>
  -->
(This post was last modified: 05-17-2014 10:03 AM by Yealink Support.)
05-17-2014 10:02 AM
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: #4
RE: push wallpaper?
How do you push this to the phone? I think this is pull and changes it until you exit or get a call. I think I tried this before.
Can we per mentally change the wallpaper via push or pull - or is it only via config file?

Craig Reilly
MCSA, 3cx Advanced Certified
Scottsdale, AZ
(This post was last modified: 05-18-2014 01:27 AM by CWR.)
05-18-2014 01:19 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink Support Offline
Administrator
*******

Posts: 2,683
Joined: Dec 2012
Reputation: 25
Post: #5
RE: push wallpaper?
This ImageScreen.xml should be used in push xml or xml browser. If you use push xml browser, please fill your push xml server in webpage or auto provisioning template.
05-19-2014 03:16 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: #6
RE: push wallpaper?
(05-19-2014 03:16 PM)Yealink Support Wrote:  This ImageScreen.xml should be used in push xml or xml browser. If you use push xml browser, please fill your push xml server in webpage or auto provisioning template.

I will try this again...

Craig Reilly
MCSA, 3cx Advanced Certified
Scottsdale, AZ
05-20-2014 01:08 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
freak Offline
Junior Member
**

Posts: 19
Joined: May 2014
Reputation: 0
Post: #7
RE: push wallpaper?
(05-17-2014 10:02 AM)Yealink Support Wrote:  Please try below syntaxs template in ImageScreen.xml.

Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<YealinkIPPhoneImageScreen
        doneAction="http://10.1.0.105/menu.php"
        Beep="yes"
        Timeout="60"
        LockIn="yes"
        mode="regular">
        
        <Image verticalAlign="middle" horizontalAlign="middle"  >http://10.3.5.5:9/aa.jpg</Image>
        
    <!--    
    T46G T48G Support:<Image verticalAlign="middle" horizontalAlign="middle"  >http://10.3.5.5:9/aa.jpg</Image>
    
    Other Phone Support:<Image verticalAlign="bottom" horizontalAlign="middle" height="12" width="8">00555500005555000000000000aaaa0000aaaa0000ffff0000ffff0000ffff00fffffffff0fff​f0f00ffff0000f00f00</Image>
  -->

This doesn't set the wallpaper. It just puts an image on the screen.
(This post was last modified: 05-20-2014 08:25 PM by freak.)
05-20-2014 08:25 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: #8
RE: push wallpaper?
that's what i thought too.

Craig Reilly
MCSA, 3cx Advanced Certified
Scottsdale, AZ
05-20-2014 11:01 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
freak Offline
Junior Member
**

Posts: 19
Joined: May 2014
Reputation: 0
Post: #9
RE: push wallpaper?
I thought something like...

Code:
<YealinkIPPhoneConfiguration
        Beep="no">
       <Item>wallpaper_upload.url=http://10.0.0.8/image.jpg</Item>
       <Item>phone_setting.backgrounds = Config:image.jpg</Item>
</YealinkIPPhoneConfiguration>

...might work but no luck so far.

Actually that just worked. Not sure what I did differently.

It doesn't work every time. Not sure what is going on. But it did work once.

Ok... I think I had a corrupted image. It appears to work pretty good.

Now the question is how to delete these uploaded images once you don't want them anymore.
(This post was last modified: 05-21-2014 12:34 AM by freak.)
05-20-2014 11:43 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
  T48 Wallpaper (White Text or Black Text) Issue elementpbx 17 45,867 03-25-2019 12:05 AM
Last Post: ParagonVoIP
  Push picture for contacts? dennisboutrup 1 5,657 01-18-2017 09:12 AM
Last Post: Quinlan_Yealink
  XML Push Server - See other phones in DND mode Turnkey 0 7,350 01-13-2017 04:45 AM
Last Post: Turnkey
  T48G Wallpaper and JPG artifacts haohmaru 1 6,865 05-05-2016 05:59 AM
Last Post: Karl_Yealink
Question T49G, Visual bug using transparent wallpaper TrustT 3 10,675 02-10-2016 05:53 PM
Last Post: Kamiware
  T46 Wallpaper problem(SOLVED) nicknomo 6 14,966 05-21-2015 01:55 AM
Last Post: kg4ysy
  t48G xml push does not work on new phones freak 7 17,315 05-01-2015 06:19 AM
Last Post: Flora_Yealink
Shocked Yealink T46G Wallpaper Problem with 3CX Drayton95 7 31,787 02-19-2015 11:04 AM
Last Post: tsukraw
  Custom Wallpaper Boolah 7 23,991 07-03-2014 08:45 PM
Last Post: Yealink Support
  LDAP and massive FW push. RLosoya 2 7,850 09-23-2013 11:15 AM
Last Post: Yealink Support

Forum Jump:


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

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