Yealink Forums
Push XML - Server initiated - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Auto Provisioning (/forumdisplay.php?fid=14)
+--- Thread: Push XML - Server initiated (/showthread.php?tid=1650)



Push XML - Server initiated - mores - 04-25-2014 08:42 PM

I can successfully push this config to the phone:

xml=<YealinkIPPhoneConfiguration Beep='yes' >
<Item>account.1.enable = 0</Item>
<Item>account.1.label = </Item>
<Item>account.1.display_name = </Item>
<Item>account.1.user_name = </Item>
<Item>account.1.auth_name = </Item>
<Item>account.1.password = </Item>
<Item>account.1.sip_server_host = </Item>
</YealinkIPPhoneConfiguration>

But is there anyway to see if the phone is in use before the account gets removed ? Can I execute a http command to the phone to retrieve status ?


RE: Push XML - Server initiated - Yealink Support - 04-26-2014 09:47 AM

I think you can refer to XML Browser for more details about PhoneStatus.xml.
XML Browser_V72


RE: Push XML - Server initiated - mores - 04-29-2014 08:08 PM

"PhoneStatus object allows users to display a status message on a single designated line on the phone’s idle screen when XML information is pushed from the servers." - this is not what I want.

I would like a way for the HTTP server to know if the phone is in use or not.


RE: Push XML - Server initiated - Yealink Support - 05-03-2014 06:00 PM

I think you can use ACTION URL command in XML Browser.