Cisco Cisco TelePresence MX700 Referências técnicas

Página de 194
D15335.03
 Cisco TelePresence MX700 and MX800 API Reference Guide CE8.1, APRIL 2016. 
Copyright © 2016 Cisco Systems, Inc. All rights reserved. 
102
Cisco TelePresence MX700 and MX800
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 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.
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand