D14642.15 Codec C40-C60 API Reference Guide TC7.0, JANUARY 2014.
Copyright © 2010–2014 Cisco Systems, Inc. All rights reserved.
130
Cisco TelePresence System Codec C40/C60
API Reference Guide
xCommand SystemUnit ConfigurationProfile CancelChange
Cancel the "ConfigurationProfile Change" command, that would otherwise take effect after next
system boot.
Requires user role:
ADMIN
Example:
xCommand SystemUnit ConfigurationProfile CancelChange
*r ConfigurationProfileCancelChangeResult (status=OK):
** end
xCommand SystemUnit Notifications RemoveAll
Clears the list of system notifications that are reported by xStatus SystemUnit Notifications Text/
Type.
Requires user role:
ADMIN
Example:
xCommand SystemUnit Notifications RemoveAll
*r NotificationsRemoveAllResult (status=OK):
** end
xCommand SystemUnit ReleaseKey List
List all software versions that the system has a valid release key for.
Requires user role:
ADMIN
Example:
xCommand SystemUnit ReleaseKey List
*r SystemUnit ReleaseKey 1 Version: "TC1"
*r SystemUnit ReleaseKey 2 Version: "TC2"
*r SystemUnit ReleaseKey 3 Version: "TC3"
*r SystemUnit ReleaseKey 4 Version: "TC4"
*r SystemUnit ReleaseKey 5 Version: "TC5"
** end
TStringSend commands
xCommand TStringSend
Send data to far end, e.g. for TelePresence control systems. Uses the H.245 control channel (TCP).
Works with H.323 calls only.
Message: Enter the message to be sent 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.
Requires user role:
USER
Parameters:
CallId(r): <0..65534>
Message(r): <S: 1, 1450>
Example:
xCommand TStringSend CallId:1 Message:"This is an example"
*r TStringSendResult (status=OK):
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand