D15333.07 Cisco TelePresence SX10 API Reference Guide CE9.1, JUNE 2017. Copyright © 2017 Cisco Systems, Inc. All rights reserved. 91
Cisco TelePresence SX10
API Reference Guide
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.
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 Disconnect
Disconnect a call.
Requires user role: ADMIN, USER
USAGE:
xCommand Call Disconnect [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.