Query status information, Codec c90 system integrator guide – TANDBERG Codec C90 D14128.02 User Manual

Page 45

Advertising
background image

D14128.02—NOVEMBER 2008

45

Codec C90

System Integrator Guide

Contents

Introduction

Getting Started

Interfaces

About the API

xConfiguration

xCommand

xStatus

Cameras

Appendices

Contact us

About the API

Address 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>

Query status information

Status 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 TANDBERG 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.

Example 1: Query all ongoing Call information:

xstatus call
*s Call 8 Status: Connected
*s Call 8 Direction: Outgoing
*s Call 8 Protocol: “h323”
*s Call 8 RemoteNumber: “558458”
*s Call 8 CallbackNumber: “h323:[email protected]
*s Call 8 DisplayName: “[email protected]
*s Call 8 CallRate: 768
*s Call 8 Encryption Type: “Aes-128”

OK

Example 2: Query the protocol for a call:

xstatus call protocol
*s Call 8 Protocol: “h323”

OK

Advertising