Accessing ip phone information – Cisco OL-20949-01 User Manual

Page 77

Advertising
background image

6-9

Cisco Unified IP Phone Services Application Development Notes

OL-20949-01

Chapter 6 HTTP Requests and Header Settings

Accessing IP Phone Information

Accessing IP Phone Information

Cisco Unified IP Phones have an embedded web server to provide a programming interface for external
applications and a debugging and management interface for system administrators.

You can access the administrative pages using a standard web browser and pointing to the IP address of
the phone with: /http://<phoneIP>/, where phoneIP is the IP address of the specific phone.

These device information pages are available in either HTML format, for manual debugging purposes,
or in XML format for automation purposes.

Table 6-1

lists the available URLs and their purpose.

Table 6-1

Device Information URLs

HTML URL

XML URL

Description

/DeviceInformation

/DeviceInformationX

General device information

/NetworkConfiguration

/NetworkConfigurationX

Network configuration information

/EthernetInformation

/EthernetInformationX

Ethernet counters

/PortInformation?n

/PortInformationX?n

Detailed port information, where n is
a model-specific ethernet port
identifier, typically in the range 1- 3.

/DeviceLog?n

/DeviceLogX?n

Device logging, debug, and error
messages, where n is a
model-specific log number, typically
in the range 0 - 2.

/StreamingStatistics?n

/StreamingStatisticsX?n

Current RTP streaming stats, where
'n' is model-specific RTP stream
identifier, typically in the range 1-3.

/CGI/Execute

1

1.

Password-protected CGI script

The target URL of a phone push
(HTTP POST) request.

/CGI/Screenshot

1

Returns an exact snapshot of the
current phone display. The size and
format of the image returned is
model-specific.

Advertising