Polycom SIP 3.1 Telephone User Manual


 
Application Development
2 - 19
For example, to create a link that behaves as if you pressed the Do Not Disturb
key:
<html>
<body> <br/>
Click on the link to engage the DND feature
<a href="Key:DoNotDisturb">DNDSettings</a>
</body>
<softkey index="1" label="Back" action="SoftKey:Back" />
<softkey index="2" label="Exit" action="SoftKey:Exit" />
</html>
Push Requests
A push request is defined as a request that you send to a remote site asking for
data to be sent to you.
HTTP URL Push
The HTTP URL push allows you to send asynchronous relative ULIs to a
specific phone.
The following format is supported:
<URL priority=”X” >URI data</URL>
The following attributes are supported:
Attribute Value/s Description
priority 0 = Disable push functionality
1 = Accept critical priority push
requests only
2 = accept normal priority push
requests only,
3 = accept all push requests
Priority
Note: If set to a value other than 0
to 3 or if absent, “normal”is used.
URI data string Any relative URI on the configured
application server.
Note: Currently multiple URIs in a
single push request are not
supported.
Note
This tag must be defined under a
<PolycomIPPhone>
root tag.