D14869.11
Codec C20 API Reference Guide TC7.0, JANUARY 2014.
Copyright © 2010–2014 Cisco Systems, Inc. All rights reserved.
81
Cisco TelePresence System Codec C20
API Reference Guide
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(o): <Audio/Video> Not in use.
Example:
xCommand Call Accept CallId:19
OK
*r CallAcceptResult (status=OK):
** end
xCommand Call Reject
Reject incoming call. If no call id is specified, all incoming calls are rejected. 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: <0..65534>
Example:
xCommand Call Reject CallId:20
OK
*r CallRejectResult (status=OK):
** end
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
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand