Technical References
D14642.13 Codec C40-C60 API Reference Guide TC6.3, NOVEMBER 2013. Copyright © 2010–2013 Cisco Systems, Inc. All rights reserved. 111
Cisco TelePresence System Codec C40/C60 API Reference Guide
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
FacilityService commands
xCommand FacilityService Dial
Dial out from the system to a facility service. A maximum of five facility services can be defined;
which one of these five to dial to is identified by the ServiceId (ref. xConfiguration Facility Service
[ServiceId] Type/Name/Number/CallType). The command returns information about the CallId and
ConferenceId.
ServiceId: The identifier of the facility service.
Requires user role: USER
Parameters:
ServiceId(r): <1..5>
Example:
xCommand FacilityService Dial ServiceId: 1
OK
*r FacilityServiceDialResult (status=OK):
CallId: 2
ConferenceId: 1
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand