Yealink Forums
push wallpaper? - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: T4x Series (/forumdisplay.php?fid=31)
+--- Thread: push wallpaper? (/showthread.php?tid=1767)



push wallpaper? - freak - 05-17-2014 03:37 AM

Is it possible to push wallpaper to a T48G with xml?


RE: push wallpaper? - CWR - 05-17-2014 04:31 AM

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


RE: push wallpaper? - Yealink Support - 05-17-2014 10:02 AM

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>
  -->



RE: push wallpaper? - CWR - 05-18-2014 01:19 AM

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?


RE: push wallpaper? - Yealink Support - 05-19-2014 03:16 PM

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.


RE: push wallpaper? - CWR - 05-20-2014 01:08 PM

(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...


RE: push wallpaper? - freak - 05-20-2014 08:25 PM

(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.


RE: push wallpaper? - CWR - 05-20-2014 11:01 PM

that's what i thought too.


RE: push wallpaper? - freak - 05-20-2014 11:43 PM

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.