Commands; Configurations; Status - Cisco TelePresence SX20 Codec Reference Manual

Application programming interface (api)
Hide thumbs Also See for TelePresence SX20 Codec:
Table of Contents

Advertisement

Cisco TelePresence SX20 Codec
Introduction

Commands

Commands instruct the codec to execute actions, such as
to dial a number or to search the phone book. All commands
start with the prefix xCommand followed by a command path.
Writing
xCommand ?
on the command line will list all the top
level commands.
To view the complete list of commands and their parameters,
write
xCommand ??
on the command line.
Command arguments are key-value pairs.
When issuing a xCommand, the command consists of one
argument and one required parameter. In this document the
command usage is described for all xCommands, with both
required and optional parameters. The optional parameters
are in brackets.
Example: xCommand Dial Number: 123
xCommand is the command prefix.
executed is Dial.
The example contains one argument, Number: 123.
Number is the key and 123 is its value. The key/value pair
is separated with ':'.
SX20 Codec API Reference Guide CE9.1, JUNE 2017.
D15316.07
About the API
About the API
xConfiguration

Configurations

Configurations are system settings that are persistent across
boots. Like commands, also configurations are structured in
a hierarchy.
Writing
xConfiguration ?
level configurations.
Writing
xConfiguration ??
value spaces.
Writing
xConfiguration
values. To list out only some of the configurations, write
xConfiguration followed by one or more parts of the configu-
ration paths.
Example: Set the H323 Alias ID
Write in:
xConfiguration H323 Profile 1 H323Alias ID:
"changed@company.com"
The command to be
Example: Get the H323 Alias ID
Write in:
xConfiguration H323 Profile 1 H323Alias ID
Result:
*c xConfiguration H323 Profile 1 H323Alias ID:
"changed@company.com"
**end
xCommand
on the command line lists all the top
lists all configurations and their
lists all configurations and their current
20
API Reference Guide
xStatus

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
(address expression):
xStatus <address expression>
Copyright © 2017 Cisco Systems, Inc. All rights reserved.
Appendices

Advertisement

Table of Contents
loading

Table of Contents