Web Application for Polycom Phones UC Software 5.0.0
Polycom, Inc. 77
Configuring Phone State Polling Parameters
The <apps.statePolling/> parameter is used to control state polling events. The telephone state
polling notification event parameters are listed in the following table.
Table 64: Telephone Event Notification Parameters
Parameter
Permitted Values
Default
apps.statePolling.password
string
null
The password to access the state polling URL.
apps.statePolling.URL
URL
null
The URL to which the phone sends call processing state/device/network information. The protocol used can be
either HTTP or HTTPS.
Note: To enable state polling, the parameters apps.statePolling.URL, apps.statePolling.username,
and apps.statePolling.password must be set to non-null, numerical values.
apps.statePoling.responseMode
0 or 1
1
The mode of sending requested polled data. If 1, requested polled data is sent to a configured URL. If 0, the data
is sent in the HTTP response back to the requestor.
apps.statePolling.username
string
null
The user name to access the state polling URL.
Configuring Programmable Soft Keys
Soft keys appear on the bottom of the screen on Polycom phones. Soft keys are programmed using tags
that create soft keys similar to the UC software (see Figure 3: VVX 1500 Idle Browser).
The programmable soft key tag, <softkey>, defines a soft key.
The <softkey> tag enables you to create a soft key with a customizable label, position, and action. You
can execute different actions, listed in Table 66: Supported Actions in <softkey> Tag, by pressing the soft
key on your phone.
You can only use soft keys within the interactive microbrowser. Use the following format when configuring
the <softkey> tag:
<softkey index="W" name="X" label="Y" action="Z" />
Note: Programmable Soft Key Feature is Not Supported on VVX phones
The programmable soft key tag is not supported in the browser on all VVX phones. However, the
same functionality can be created when in the browser through the HTML button tag,
<button></button>, or through JavaScript soft key hooks. For more information, see JavaScript
Examples for the Browser.