Developer’s Guide SoundPoint IP / SoundStation IP
2 - 36
Developing an XHTML Application

Changing Configuration Parameters

Create a new configuration file in the style of sip.cfg so that users will connect
to your application when they press the Application key (or select the
Application feature item).
To allow an application to be run from the Microbrowser:
1. Open a new configuration file in an XML editor.
2. Add the Microbrowser <mb> parameter.
3. Set
mb.proxy
to the address of the desired HTTP proxy to be used by the
Microbrowser.
For example,
mb.proxy=10.11.32.103:8080
where 10.11.32.103 is proxy server IP address and 8080 is the port number.
4. Set
mb.idleDisplay.home
to the URL used for Microbrowser idle
display home page.
For example,
mb.idleDisplay.home=http://10.11.32.128:8080/sampleapps/idle
5. Set
mb.idleDisplay.refresh
to the period in seconds between refreshes
of the idle display Microbrowser's content.
For example,
mb.idleDisplay.refresh=10
6. Set
mb.main.home
to the URL used for Microbrowser home page.
For example,
mb.main.home=http://10.11.32.128:8080/sampleapps/login
7. Set
mb.limits.nodes
to the maximum number of tags that the XML
parser will handle.
For example,
mb.limits.nodes= 256
8. Set
mb.limits.cache
to the maximum total size of objects downloaded
for each page (both XHTML and images).
For example,
mb.limits.cache= 200
9. (Optional.) If you are including HTTP URL push messages in your
application, do the following:
Note For more information on why to create another configuration file, refer to the
“Configuration File Management on SoundPoint IP Phones” whitepaper at
www.polycom.com/support/voice/ .
Setting
sec.tagSerialNo
in sip.cfg will cause the phone to append its MAC
address to the user agent header field in all HTTP messages sent by the phone.