Polycom SIP 3.1 Telephone User Manual


 
Application Development
2 - 27
Set
apps.telNotification.incomingEvent
to 1 or 0 (for Enable or
Disable respectively).
For example,
apps.telNotification.incomingEvent
=1
Set
apps.telNotification.outgoingEvent
to 1 or 0 (for Enable or
Disable respectively).
For example,
apps.telNotification.outgoingEvent
=1
Set
apps.telNotification.offhookEvent
to 1 or 0 (for Enable or
Disable respectively).
For example,
apps.telNotification.offhookEvent
=1
Set
apps.telNotification.onhookEvent
to 1 or 0 (for Enable or Disable
respectively).
For example,
apps.telNotification.onhookEvent
=1
Phone State Polling
The phone can be configured to send the current state of the phone to a specific
URI:
Call Line Information—The line registration and call state are requested
by the call state handler (http://<Phone_IP>/callstateHandler).
Device Information—Device- specific information is requested by the
device handler (http://<Phone_IP>/deviceHandler).
Network Configuration—Network-specific information is requested by
the network handler (http://<Phone_IP>/networkHandler).
Two HTTP transactions occur here:
The application sends an HTTP request to a particular handler
The Microbrowser posts the state, in XML format, to a preconfigured web
server.
Changes must be made in the sip.cfg configuration file to enable this feature.
Refer to Phone State Polling Configuration Parameters on page 2-32.