Technical References

D14642.13 Codec C40-C60 API Reference Guide TC6.3, NOVEMBER 2013. Copyright © 2010–2013 Cisco Systems, Inc. All rights reserved. 100
Cisco TelePresence System Codec C40/C60 API Reference Guide
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
OK
*r DisconnectCallResult (status=OK):
** end
xCommand Call DisconnectAll
Disconnect all active calls.
Requires user role: USER
Example:
xCommand Call DisconnectAll
OK
*r DisconnectAllResult (status=OK):
** end
xCommand Call Hold
Put a call on hold. 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>
Reason(o): <Conference/Transfer/Other>
Example:
xCommand Call Hold CallId:19
OK
*r CallHoldResult (status=OK):
** end
xCommand Call Join
Join all existing calls, active and on hold. For this command to work, you have to configure
Multiway™ first, see xConfiguration NetworkServices MultiWay Address and xConfiguration
Conference 1 Multipoint Mode.
Requires user role: USER
Parameters:
CallId(r): <0..65534>
Example:
xCommand Call Join
OK
*r CallJoinResult (status=OK):
** end
xCommand Call Resume
Resume a call that have been put on hold. 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 Resume CallId:19
OK
*r CallResumeResult (status=OK):
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand