D14869.11
Codec C20 API Reference Guide TC7.0, JANUARY 2014.
Copyright © 2010–2014 Cisco Systems, Inc. All rights reserved.
82
Cisco TelePresence System Codec C20
API Reference Guide
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
xCommand Call ExtendConference
Request to extend the conference for the call with the specified CallId.
For this command to apply, the following are required:
1) The result from the xStatus Conference Site <CallId> ConferenceExtended must be NotExtended:
*s Conference Site <CallId> ConferenceExtended: NotExtended
2) The following tag from the bookings list command must have a value > 0:
*r Bookings Booking <bookingNumber> MaximumMeetingExtension: "30"
Note: The command returns the result from the command itself, not the result from the extension
request to far end. A separate event returns the result from the extension request.
CallId: CallId for the call in question.
Requires user role:
USER
Parameters:
CallId(r): <0..65534>
Example:
xCommand Call ExtendConference CallId: 1
OK
*r CallExtendConferenceResult (status=OK)
** end
xCommand Call UnattendedTransfer
Transfers an ongoing call to another participant. 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. Fully
supported for SIP calls only.
Requires user role:
USER
Parameters:
CallId(r): <0..65534>
Number(r): <S: 0, 255>
Example:
xCommand Call UnattendedTransfer CallId: 2 Number: [email protected]
*r TransferUriResult (status=OK):
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand