D15107.0 5 Codec SX80 API Reference Guide TC7.3, OCTOBER 2015. Copyright © 2015 Cisco Systems, Inc. All rights reserved. 99
Cisco TelePresence SX80 API Reference Guide
Boot commands
xCommand Boot
Reboot system.
Action: As a default the system restarts after a reboot. By selecting Shutdown, the system will not
restart.
Requires user role: USER
Parameters:
Action: <Restart/Shutdown>
Example:
xCommand Boot
*r BootResult (status=OK):
** end
OK
CUIL reboot request, restarting
Connection closed by foreign host.
Call commands
xCommand Call Accept
Accept an incoming call. If no CallId is specified, all incoming calls are accepted. 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. CallType parameter is not in use.
Requires user role: USER
Parameters:
CallId: <0..65534>
CallType: <Audio/Video> Not in use.
Example:
xCommand Call Accept CallId:19
xCommand Call Disconnect
Disconnect a call. 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.
Requires user role: USER
Parameters:
CallId(r): <0..65534>
Example:
xCommand Call Disconnect CallId:17
xCommand Call DisconnectAll
Disconnect all active calls.
Requires user role: USER
Example:
xCommand Call DisconnectAll