[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
XML TextScreen and PhoneExecute together?
Author Message
marvinh Offline
Junior Member
**

Posts: 4
Joined: Jun 2013
Reputation: 0
Post: #1
Question XML TextScreen and PhoneExecute together?
Good day,

I'm trying to display a message and turn on one of the memory leds on a T28P. The Phone displays the message if i send that through XML, but doesn't do anything with the LED XML...

If I send the LED XML only, then the LED lights up, so the XML is correct.

How to solve this?

XML:

Code:
<?php
//Display Message
echo "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n".
     "<YealinkIPPhoneTextScreen Timeout=\"5\">\n".
        "<Title>OK</Title>\n".
        "<Text>Restricties gedeactiveerd.\n\nDruk 'X' op uw toestel om bericht sluiten.</Text>\n".
        "<SoftKey index=\"1\">\n".
        "</SoftKey>\n".
     "</YealinkIPPhoneTextScreen>\n";

//Change Memory LED 2 to Green
echo "<YealinkIPPhoneExecute>\n".
     "<ExecuteItem URI=\"Led:MEMO2_GREEN=on\"/>\n".
     "</YealinkIPPhoneExecute>\n";
?>
06-26-2013 05:06 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Messages In This Thread
XML TextScreen and PhoneExecute together? - marvinh - 06-26-2013 05:06 PM

Forum Jump:


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

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