Xcommand Bookings List; Call Commands; Xcommand Call Accept; Xcommand Call Dtmfsend - 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
Days: Integer (1..365)
Number of days to retrieve bookings from.
DayOffset: Integer (0..365)
Which day to start the search from (today: 0, tomorrow: 1...).
Limit: Integer (1..65534)
Max number of bookings to list.
Offset: Integer (0..65534)
Offset number of bookings for this search.
SX20 Codec API Reference Guide CE8.1, APRIL 2016.
D15316.03
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
CallId: Integer (0..65534)
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 DTMFSend

Send DTMF tones to the far end.
Requires user role: ADMIN, USER
USAGE:
xCommand Call DTMFSend [CallId: CallId] DTMFString: "DTMFString"
where
CallId: Integer (0..65534)
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.
DTMFString: String (0, 32)
Enter the DTMF string.
95
API Reference Guide
xStatus
Appendices
Copyright © 2016 Cisco Systems, Inc. All rights reserved.

Advertisement

Table of Contents
loading

Table of Contents