Yealink Forums

Full Version: Push XML - Server initiated
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ?
I think you can refer to XML Browser for more details about PhoneStatus.xml.
XML Browser_V72
"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.
I think you can use ACTION URL command in XML Browser.
Reference URL's