D15335.08 Cisco TelePresence MX700 and MX800 API Reference Guide CE9.2, NOVEMBER 2017.
Copyright © 2017 Cisco Systems, Inc. All rights reserved.
118
Cisco TelePresence MX700 and MX800
API Reference Guide
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. The default is set to 0.
xCommand Call Disconnect
Disconnect a call.
Requires user role: ADMIN,INTEGRATOR, 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. The default is set to 0.
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. The default is set to -1.
DTMFString:
String (0, 32)
Enter the DTMF string.
xCommand Call FarEndControl Camera Move
Move the far end camera (the remote camera).
NOTE: The far end camera moves in the specified direction until the stop command (ref:
xCommand FarEndControl Camera Stop) is issued.
Requires user role: ADMIN, USER
USAGE:
xCommand Call FarEndControl Camera Move [CallId:
CallId
] Value:
Value
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. The default is set to -1.
Value:
Left/Right/Up/Down/ZoomIn/ZoomOut
Select the action for how to move the camera.
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand