Polycom SIP 3.1 Telephone User Manual


 
Application Development
2 - 37
a Set
apps.push.messageType
to the appropriate display priority.
For example,
apps.push.messageType
=3
b Set
apps.push.serverRootURL
to the application server root URL.
For example,
apps.push.serverRootURL
=http://172.24.128.85:8080/sampleapps
c Set
apps.push.username
to the appropriate username.
For example,
apps.push.username
=bob
The username and password are required to authenticate incoming
push requests to the phone.
d Set
apps.push.password
to the appropriate password.
For example,
apps.push.password
=1234
10. (Optional.) If you are including telephone event notifications in your
application, do the following:
a Set
apps.telNotification.URL
to the location where notifications
should be sent.
For example,
apps.telNotification.URL
=http://172.24.128.85:8080
If this URL is set to Null, the notifications events will not be sent.
b Set
apps.telNotification.incomingEvent
to 1 or 0 (for Enable or
Disable respectively).
For example,
apps.telNotification.incomingEvent
=1
c Set
apps.telNotification.outgoingEvent
to 1 or 0 (for Enable or
Disable respectively).
For example,
apps.telNotification.outgoingEvent
=1
d Set
apps.telNotification.offhookEvent
to 1 or 0 (for Enable or
Disable respectively).
For example,
apps.telNotification.offhookEvent
=1
e Set
apps.telNotification.onhookEvent
to 1 or 0 (for Enable or
Disable respectively).
For example,
apps.telNotification.onhookEvent
=1
11. (Optional.) If you are including phone state polling requests in your
application, do the following:
a Set
apps.statePolling.URL
to the location where requested
information should be sent.
For example,
apps.statePolling.URL
=http://172.24.128.85:8080
If this URL is set to Null, the requested information will not be sent.