Xcommand Call Disconnect; Xcommand Bookings List; Call Commands; Xcommand Call Accept - 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

xCommand Bookings List

List the stored bookings for the system. The list of booking details is received from the
management system. All parameters are optional, and can be used to limit the search result.
If no parameters are set, past, present and future bookings are all listed. To avoid listing
bookings from yesterday and before, use DayOffset = 0.
Requires user role: ADMIN, USER
USAGE:
xCommand Bookings List [Days: Days] [DayOffset: DayOffset] [Limit: Limit]
[Offset: Offset]
where
: Integer (1..365)
Days
Number of days to retrieve bookings from.
: Integer (0..365)
DayOffset
Which day to start the search from (today: 0, tomorrow: 1...).
: Integer (1..65534)
Limit
Max number of bookings to list.
: Integer (0..65534)
Offset
Offset number of bookings for this search.
SX20 Codec API Reference Guide CE9.1, JUNE 2017.
D15316.07
About the API
xConfiguration
xCommand
xCommand

Call commands

xCommand Call Accept

Accept an incoming call. If no CallId is specified, all incoming calls are accepted.
Requires user role: ADMIN, USER
USAGE:
xCommand Call Accept [CallId: CallId]
where
: Integer (0..65534)
CallId
The CallID is returned when the xCommand Dial command is run. During the call you
can run the xStatus Call command to see the CallId.

xCommand Call Disconnect

Disconnect a call.
Requires user role: ADMIN, USER
USAGE:
xCommand Call Disconnect [CallId: CallId]
where
: Integer (0..65534)
CallId
The CallID is returned when the xCommand Dial command is run. During the call you
can run the xStatus Call command to see the CallId.
96
API Reference Guide
xStatus
Appendices
Copyright © 2017 Cisco Systems, Inc. All rights reserved.

Advertisement

Table of Contents
loading

Table of Contents