Developer’s Guide SoundPoint IP / SoundStation IP
2 - 14
The SoundPoint IP/SoundStation IP XML API is intended to provide
developers with flexibility in developing applications on SoundPoint IP and
SoundStation IP phones, while tightly integrating into the phone’s telephony
capabilities and functions.
This expanded support includes:
Programmable Soft Keys
Telephone Integration URIs
Push Requests
Telephony Notification Events
Phone State Polling
For a discussion of the security aspects of this API, refer to API Security on
page 2-32.
Programmable Soft Keys
The following programmable soft key tag is supported:
<softkey>—Defines a soft key
<softkey>
The softkey element creates a soft key with a customizable label, position, and
action. Users execute actions by pressing the soft key on their phone.
The soft keys are modified within the interactive Microbrowser only.
The following format is supported:
<softkey index="X" label="Y" action="Z" />
The following attributes are supported:
Attribute Value/s Description
index numeric, 1 to 8 Position of the soft key.
label s tri ng Text displayed on soft key. The
maximum length is 9 characters.
Note: If empty or absent, default
action name is displayed.
action URI Supported actions (must be one of
those listed in the next table).