Application - Cisco OL-18696-01 Development Manual

Unified ip phone services application development notes
Table of Contents

Advertisement

Application Management URIs
DATA=<notifyStreamStopped id="stream1"/>
<CiscoIPPhoneMenu>
<MenuItem>
</MenuItem>
<MenuItem>
</MenuItem>
<SoftKeyItem>
</SoftKeyItem>
</CiscoIPPhoneMenu>

Application

The Application URI is a component of the Application Management API, which provides an improved
hand-off between call mode and application mode. The Application URI allows applications to request
changes to their application or window state. Applications can request to change focus, to be minimized,
or to be closed.
Cisco Unified IP Phone Services Application Development Notes
4-16
Called from SoftKey, with credentials, with data:
Notify:http:myserver:8080:path/streamhandler?event=stopped:
8fh4hf7s7dhf :myStreamStoppedData
HTTP POST /path/streamhandler?event=stopped HTTP/1.1
Accept: */*
Authorization: Basic 8fh4hf7s7dhf
Content-Type: application/x-www-form-urlencoded; charset="UTF-8"
Host: myserver:8080
Content-Length: 23
Called from SoftKey, no credentials, no data
Notify:http:server:8080:path/streamhandler?event=stopped
HTTP POST /path/streamhandler?event=stopped HTTP/1.1
Accept: */*
Content-Type: application/x-www-form-urlencoded; charset="UTF-8"
Host: myserver:8080
Content-Length: 5
Called from SoftKey with QueryStringParam URI:
<Name>Voicemail1</Name>
<URL>QueryStringParam:id=1</URL>
<Name>Voicemail2</Name>
<URL>QueryStringParam:id=2</URL>
<Name>Play</Name>
<URL>Notify:http:vmailSrvr:8080:path/play</URL>
If the Voicemail2 menu item was selected when the Play softkey was pressed, the following
notification would be sent:
HTTP POST /path/play HTTP/1.1
Accept: */*
Content-Type: application/x-www-form-urlencoded; charset="UTF-8"
Host: vmailSrvr:8080
Content-Length: 9
DATA=id=2
Chapter 4
Internal URI Features
OL-18696-01

Advertisement

Table of Contents
loading

This manual is also suitable for:

7900 series

Table of Contents