Developer’s Guide SoundPoint IP / SoundStation IP
2 - 38
bSet
apps.statePolling.username
to the appropriate username.
For example,
apps.statePolling.username
=bob
The username and password are required to authenticate incoming
polling requests to the phone.
cSet
apps.statePolling.password
to the appropriate password.
For example,
apps.statePolling.password
=****
12. Save your changes and close the XML editor.
13. Add the new file to the master configuration file’s CONFIG_FILES list in
the appropriate order.
Since the files are processed left to right, any parameter which appears in
first file will override the same parameter in later files.
For more information on configuration parameters, refer to the latest
Administrator’s Guide for the SoundPoint IP / SoundStation IP Family at
http://www.polycom.com/support/voicedocumentation/.
Sample Applications
This section presents three sample applications that you can use as a starting
point for writing your own application.
Static XHTML Application
Dynamic XHTML Application
SoundPoint IP/SoundStation IP XML API Application
Static XHTML Application
To develop a static XHTML application:
1. Create a
Sample.xhtml
page with static information to be displayed.
In this case, the static information will be "Hello World!".
<html>
<head>
<title>Sample Application</title>
</head>
<body>
<p>HelloWorld!</p>
</body>
</html>