D15107.0 5 Codec SX80 API Reference Guide TC7.3, OCTOBER 2015. Copyright © 2015 Cisco Systems, Inc. All rights reserved. 17
Cisco TelePresence SX80 API Reference Guide
Addressing status information with xStatus
To read the status from the system type xStatus followed by a path (address expression):
xStatus <address expression>
Example 1: Query all ongoing Call information:
xStatus Call
*s Call 2 Status: Connected
*s Call 2 AnswerState: Answered
*s Call 2 CallPriority: None
*s Call 2 CallType: Video
*s Call 2 CallbackNumber: “sip:name@company.com”
*s Call 2 DeviceType: Endpoint
*s Call 2 Direction: Outgoing
*s Call 2 DisplayName: “Display Name”
*s Call 2 Duration: 15
*s Call 2 Encryption Type: “None”
*s Call 2 FacilityServiceId: 0
*s Call 2 ModifyState: Idle
*s Call 2 PlacedOnHold: False
*s Call 2 Protocol: “sip”
*s Call 2 ReceiveCallRate: 6000
*s Call 2 RemoteNumber: “name@company.com”
*s Call 2 TransmitCallRate: 4000
** end
Example 2: Query the protocol for a call:
xStatus Call Protocol
*s Call 2 Protocol: “sip”
OK
xstatus ?
- Status -
Audio GPIO Network Standby
Call H320 NetworkServices SystemUnit
Camera H323 Peripherals Time
Cameras HttpFeedback Preset UserInterface
Conference ICE Provisioning Video
Diagnostics Logging Security
Experimental MediaChannels SIP
OK
Status
A status contains the current state of the codec, such as
connected calls, the status of the gatekeeper registration,
connected inputs and output sources.
Writing xStatus ? on the command line lists all top level
statuses.
Writing xStatus lists all statuses and their current values.
To list out only some of the statuses, write xstatus followed by
the relevant part of the status path.