Quering Status Information - Cisco TelePresence System Codec C90 Reference Manual

Software version tc5.0
Hide thumbs Also See for TelePresence System Codec C90:
Table of Contents

Advertisement

Cisco TelePresence System Codec C90
Contents
Introduction

Quering status information

The xStatus type commands returns information about the
system and system processes. You can query all information or
just some of it.
To address status information enter the xStatus command
followed by an address expression (XPath or SimplePath).
You can set up the xStatus read command to address all
information or just some of it, see the examples to the right for
illustrations.
D14641.06
Codec C90 API Reference Guide TC5.0 November 2011.
© 2010-2011 Cisco Systems, Inc. All rights reserved.
About the API
About the API
xConfiguration
Addressing status information with xStatus
To read status from the system just type the root command (xStatus) followed by the path (address expression):
xStatus <address expression>
Example 1: Query all ongoing Call information:
xstatus call
*s Call 3 Status: Connected
*s Call 3 Direction: Outgoing
*s Call 3 Protocol: "h323"
*s Call 3 RemoteNumber: "firstname.lastname@company.com"
*s Call 3 CallbackNumber: "h323:firstname.lastname@company.com"
*s Call 3 DisplayName: "firstname.lastname@company.com"
*s Call 3 TransmitCallRate: 768
*s Call 3 ReceiveCallRate: 768
*s Call 3 Encryption Type: "None"
*s Call 3 PlacedOnHold: False
*s Call 3 Duration: 9
** end
OK
Example 2: Query the protocol for a call:
xstatus call protocol
*s Call 3 Protocol: "h323"
OK
20
xCommand
xStatus
API Reference Guide
Appendices
www.cisco.com

Advertisement

Table of Contents
loading

Table of Contents