Polycom SIP 3.1 Telephone User Manual


 
Application Development
2 - 41
4. Configure the Web server to deploy the above JSP file.
For example, if you are using Apache Tomcat to try this example, put this
file into the
webapps\PLCM
folder of Tomcat.
5. Configure SoundPoint IP and SoundStation IP phones to point to the
XHTML file in the sip.cfg configuration file.
For this example, change
mb.main.home
to
http://<WEBSERVER_ADDRESS:PORT>/PLCM/AddStock.xhtml
.
6. Reboot the phones.
7. On a SoundPoint IP phone, press the Applications (or Services) key.
The
AddStock.xhtml
appears on the graphic display.
8. Enter a stock symbol, then select the Get Quote soft key.
The stock quote for the entered stock symbol appears on the graphic
display.
SoundPoint IP/SoundStation IP XML API Application
This example uses a Telephone Integration URI:
This is an ASP.NET sample for an IIS Server.
A customer is browsing a company’s web site on the internet. They come
upon this web page (http://A_Web_Site/WebCallback.aspx), and enter
their name and phone number as shown below.
Note
Dynamic XHTML applications can be developed using any Web server. Even
though Tomcat is used in the example, the developer is free to use any Web server.
Dynamic XHTML applications can be developed using any Web technologies—for
example, ASP.net, Java Servlets, Java Server Pages, CGI-PERL, and PHP.