D14869.11
Codec C20 API Reference Guide TC7.0, JANUARY 2014.
Copyright © 2010–2014 Cisco Systems, Inc. All rights reserved.
92
Cisco TelePresence System Codec C20
API Reference Guide
Dial commands
xCommand Dial
Dial out from the system. Returns information about the CallId and ConferenceId, which are required
for some other commands.
Number: Enter the number or address.
Protocol: Select the SIP, H323 or H320 protocol.
CallRate: Set a call rate.
CallType: Select the audio or video call type.
BookingId: Any identifier that an external booking system (e.g. TMS, CTS-MAN) can use for its own
references to match placed calls with the booking systems internal identifier for a meeting. This can
be any string, e.g. a GUID. The booking Id is supplied in call logs, call events etc for the call.
DisplayName: The display name of the remote participant.
Requires user role:
USER
Parameters:
Number(r): <S: 0, 255>
Protocol: <H320/H323/Sip>
CallRate: <64..6000>
CallType: <Audio/Video>
BookingId: <S: 0, 255>
Appearance(o): <1..999999999>
DisplayName(o): <S: 0, 255>
Example:
xCommand Dial Number:543210 Protocol:h323
OK
*r DialResult (status=OK):
CallId: 2
ConferenceId: 1
** end
DTMFSend commands
xCommand DTMFSend
Send DTMF tones to the far end.
CallId: 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.
DTMFString: Enter the DTMF string.
Requires user role:
USER
Parameters:
CallId: <0..65534>
DTMFString(r): <S: 0, 32>
Example:
xCommand DTMFSend CallId:2 DTMFString:1234
*r DTMFSendResult (status=OK):
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand