[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
t48G xml push does not work on new phones
Author Message
Flora_Yealink Offline
Senior Member
****

Posts: 265
Joined: Oct 2012
Reputation: 4
Post: #2
RE: t48G xml push does not work on new phones
Hi ,
I used T48 here with phone version 35.73.0.50, it can work well .
my phone IP is :10.15.5.58,my pc ( push xml server) is 10.2.5.165. please refer to my steps and let me know if any question .
1. Configure Push XML Server IP Address with the xml server Ip address 10.2.5.165 , you can refer to attached file.
2. The use your php file , changing the phone's IP and server's IP as mine.
3. Push the php file to my phone, it show like attached file.


<?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=\"ISO-8859-1\"?>\n <YealinkIPPhoneStatus Beep = \"no\" SessionID=\"String\" Timeout = \"0\">\n";
$xml .="<Message Size=\"large\" Align=\"left\" Color=\"green\" >" .date("F j, Y, g:i a") . "</Message>\n";
$xml .= "</YealinkIPPhoneStatus >\n";


push2phone("10.2.5.165","10.15.5.58",$xml);
push2phone("10.0.0.3","10.0.2.27",$xml);
push2phone("10.0.0.3","10.0.2.29",$xml);


?>

In this case, would you please try again using the latest 35.73.0.50 version and reset the phone to factory default ?
If it still can't work , please share us config.bin file , level 6 syslog and pcap trace that we can sumit them to the R&D for check .
And you have three new phones, all can't work ,right ?
Best Regards!
Flora


Attached File(s) Thumbnail(s)
       

Flora
FAE (Field Application Engineer) Department
Yealink Network Technology Co., Ltd.
Website: http://www.yealink.com
(This post was last modified: 04-17-2015 04:58 AM by Flora_Yealink.)
04-17-2015 04:54 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Messages In This Thread
RE: t48G xml push does not work on new phones - Flora_Yealink - 04-17-2015 04:54 AM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  T48G/T49G on Ring Central? Gordon 2 9,419 12-27-2023 10:38 AM
Last Post: jseeley
  T48G Top row keypad buttons requiring too much pressure after time Chris708 4 9,978 11-16-2023 01:08 AM
Last Post: here4real
  T48G Connected handset not answering or ending call with connected handset. Pettis 4 2,521 07-27-2023 05:38 AM
Last Post: Lissvazquez
  Probem with Queues and ringing phones Saccara 0 1,156 11-30-2022 05:23 PM
Last Post: Saccara
  T42s VPN & local SIP Accounts noch work, only one of them mysterox 0 1,506 10-27-2022 04:54 PM
Last Post: mysterox
  Yealink T46S Forwarding does not work!! Müller 0 1,419 10-16-2022 03:38 AM
Last Post: Müller
  T48G + EHS36 +Janra engage 75 not hanging up call kris.hetherington@firstsource.com 1 5,280 09-30-2022 03:23 AM
Last Post: knewgent
  T48G - TLS 1.2 Support for 3CX Futureweb 1 2,610 09-30-2022 12:55 AM
Last Post: complex1
  Phones crash using VM Impress1 1 2,740 03-29-2022 09:54 PM
Last Post: Yisroel_MongoTEL
  T41P/T48G/T58V IPv6 SIP Issues ReubenFarrelly 22 63,735 08-01-2021 06:14 PM
Last Post: Phil2021

Forum Jump:


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

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