Web Application for Polycom Phones UC Software 5.0.0
Polycom, Inc. 24
Phone State
Priority
Description
Important
The phone will display push request immediately.
Normal
The phone will display push request immediately.
Non-Idle State
Critical
The phone will display push request immediately.
High
The phone will display push request immediately, but it will appear after critical
push requests.
The phone will check whether the last processed message is of the same or a
higher priority. If it is the same or a higher priority, then the phone will wait until
the phone returns to the idle state before displaying the message.
Important
The phone will display push request immediately, but it will appear after critical
and high push requests.
The phone will check whether the last processed message is of the same or a
higher priority. If it is the same or a higher priority, then the phone will wait until
the phone returns to the idle state before displaying the message.
Normal
The phone will ignore push request in push queue until the phone returns to
the idle state.
Keep in mind the following important notes regarding HTTP URI push:
The URI that the phone fetches is a concatenation of the apps.push.serverRootURL and the
URI sent in the Push URL message.
By default, a Back soft key is placed on the graphic display.
The Back soft key will not appear when mb.main.autoBackKey is set to 0 or when custom soft
keys are shown using JavaScript; otherwise, it will appear.
Push requests are displayed as first-in-first-out except for when noted in Table 66: Supported
Actions in <softkey> Tag.
All HTTP requests are challenged through HTTP Digest Authentication.
If the phone cannot fetch the content from the pushed URI, the request is ignored.
For example, if apps.push.serverRootURL is configured in a phone to be http://1.2.3.4/apps,
to push the display of a XHTML page media.xhtml, you would send the following XHTML:
Table 11: XHTML Code
<PolycomIPPhone>
<URL priority=”Normal”>/examples/media.xhtml</URL>
</PolycomIPPhone>
where media.xhtml is hosted by a Web server at
http://1.2.3.4/apps/examples/media.xhtml.