[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
[SOLVED] ]XML Push InputScreen response?
Author Message
marvinh Offline
Junior Member
**

Posts: 4
Joined: Jun 2013
Reputation: 0
Post: #2
RE: XML Push InputScreen response?
Already found it, instead of sending the Response XML to the Phone i needed just to reply...

So instead of:
Code:
<?php
$xml = '<?xml version="1.0" encoding="utf-8"?>'.
     '<YealinkIPPhoneTextScreen>'.
        '<Title>Status</Title>'.
        '<Text>Restricties gedeactiveerd.</Text>'.
        '<SoftKey index=\"1\">'.    
        '<Label>Sluiten</Label>'.
        '<URI>SoftKey:CANCEL</URI>'.
        '</SoftKey>'.                    
     '</YealinkIPPhoneTextScreen>';
    
push2phone("192.168.20.100","192.168.22.79",$xml);
?>

I needed to do:
Code:
<?php
echo '<?xml version="1.0" encoding="utf-8"?>'.
     '<YealinkIPPhoneTextScreen>'.
        '<Title>Status</Title>'.
        '<Text>Restricties gedeactiveerd.</Text>'.
        '<SoftKey index=\"1\">'.    
        '<Label>Sluiten</Label>'.
        '<URI>SoftKey:CANCEL</URI>'.
        '</SoftKey>'.                    
     '</YealinkIPPhoneTextScreen>';
?>
06-25-2013 10:14 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Messages In This Thread
RE: XML Push InputScreen response? - marvinh - 06-25-2013 10:14 PM

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Solved] Correct password don't work anymore in SIP-T22P ip phones frog.tech 1 8,516 01-27-2021 07:45 PM
Last Post: lsk
  T22P push xml v61 version Qwerty 0 4,396 12-05-2016 11:02 AM
Last Post: Qwerty
  Push XML v61 guide Qwerty 0 4,006 12-02-2016 12:44 PM
Last Post: Qwerty
  [Solved] VPN with watchguard 5cservices 13 46,231 10-18-2016 12:47 AM
Last Post: Kevin_Yealink
  [SOLVED] T21P headset mic volume, reconnect issue and confusing firmware versioning opsis 3 15,770 10-28-2015 09:25 AM
Last Post: prakitj
  [solved] full freeswitch support please support_badger 6 20,243 07-04-2015 08:08 AM
Last Post: support_badger
  PUSH XML PROBLEM ademeo 5 16,010 05-22-2015 10:52 PM
Last Post: ademeo
  T22P - Push XML Error: ip don't match or xml content is wrong janeuner 2 9,432 03-24-2015 04:59 AM
Last Post: janeuner
  [SOLVED] T28P auto-provisionning ringtone julien 2 10,661 07-04-2014 03:38 PM
Last Post: julien
  T28P with custom logo backlight issue (SOLVED) Raffles 4 19,809 05-04-2014 05:47 PM
Last Post: Raffles

Forum Jump:


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

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