[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/Pull idle image?
Author Message
grawil Offline
Junior Member
**

Posts: 3
Joined: Jun 2016
Reputation: 0
Post: #1
Push/Pull idle image?
I am looking at picking up some Yealink 32g phones for home use with Asterisk. I currently have some older cisco phones but they predate modern POE specs.

Does anyone know if it is possible to push/pull an custom (400 x 240 px) idle/background screen with a 32g? I can find reference to this feature, but can find no XML guide, examples or anyone with 1st hand knowledge of implementing this.

I realize this phone is EOL and there don't look to be any recent firmware updates from Yealink. Can anyone chime in on how stable the phone is on the latest firmware and whether the lack of updates is going to be an issue with Asterisk?
06-17-2016 07:35 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Yealink_Michael Offline
Administrator
*******

Posts: 382
Joined: Jul 2015
Reputation: 2
Post: #2
RE: Push/Pull idle image?
hi

thanks for your information

for this request , i believe that you can find answer from below guide, page 34-39 about wall paper and screen saver setting :

http://support.yealink.com/attachmentDow...de_V70.pdf

TKS & BR
Michael
Yealink Wiki : http://support.yealink.com/
06-17-2016 01:52 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
grawil Offline
Junior Member
**

Posts: 3
Joined: Jun 2016
Reputation: 0
Post: #3
RE: Push/Pull idle image?
Michael,

Thanks for the offer of help, but the guide doesn't specify whether this image can be changed remotely using xml or some other programming interface. i.e.

Code:
<?php
function push2phone($server,$phone,$data)
{
$xml = "xml=".$data;
$post = "POST / HTTP/1.1\r\n";
$post .= "Host: $phone\r\n";
$post .= "Referer: $server\r\n";
$post .= "Connection: Keep-Alive\r\n";
$post .= "Content-Type: text/xml\r\n";
$post .= "Content-Length: ".strlen($xml)."\r\n\r\n";
$fp = @fsockopen ( $phone, 80, $errno, $errstr, 5);

        if($fp) {
                fputs($fp, $post.$xml);
                 flush();
                 fclose($fp);
        }
}

$xml = '<?xml version="1.0" encoding="UTF-8"?>';
$xml .= '<YealinkIPPhoneExecute Beep="no">';
$xml .= '<ExecuteItem URI="http://192.168.1.1/camera/yealink-cam.xml"/>';
$xml .= '</YealinkIPPhoneExecute>';

push2phone("192.168.1.1","192.168.1.118",$xml);

?>

and the xml file (yealink-cam.xml) that the phone then pulls:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<YealinkiPPhoneImageScreen Beep="no" mode="fullscreen">
<Image>http://192.168.1.63/axis-cgi/jpg/image.cgi</Image>
</YealinkiPPhoneImageScreen>
(This post was last modified: 06-20-2016 10:16 AM by grawil.)
06-20-2016 10:16 AM
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
  Remove Idle Clock on display for T33G cecilia.dellaria@statewide.com 2 6,413 09-08-2021 03:33 AM
Last Post: cecilia.dellaria@statewide.com
  XML Push without DSS key? testengineer 8 35,277 02-12-2018 01:16 PM
Last Post: Alibaba
  Push XML on T38G ruffle 8 31,334 06-17-2016 07:38 AM
Last Post: grawil
  Disabling BLF LED when state is idle PaulC 4 17,066 04-19-2013 10:00 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