Technical References
D14642.13 Codec C40-C60 API Reference Guide TC6.3, NOVEMBER 2013. Copyright © 2010–2013 Cisco Systems, Inc. All rights reserved. 127
Cisco TelePresence System Codec C40/C60 API Reference Guide
SStringSend commands
xCommand SStringSend
Send data to the far end, e.g. for control systems. Uses the H.224 data channel (UDP).
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: ADMIN
Parameters:
Message(r): <S: 0, 255>
CallId: <0..65534>
Example:
xCommand SStringSend CallId:4 Message:"This is a test"
*r SStringSendResult (status=OK):
** end
Standby commands
xCommand Standby Activate
Set the system in standby mode, which turns off the video outputs and put the camera into sleep
mode.
Requires user role: USER
Example:
xCommand Standby Activate
*r ActivateResult (status=OK):
** end
xCommand Standby Deactivate
Bring the system out of standby mode.
Requires user role: USER
Example:
xCommand Standby Deactivate
*r DeactivateResult (status=OK):
** end
xCommand Standby ResetTimer
Set a temporary standby delay (in minutes). If the system is in standby mode when the reset timer
is set, the system is brought out of standby mode. When left idle for the given delay the system
goes into standby mode. Setting the reset timer does not affect the Standby Delay in the Advanced
configuration menu (or by xConfiguration Standby Delay). Next time this delay is the valid standby
delay.
Requires user role: USER
Parameters:
Delay(r): <1..480>
Example:
xCommand Standby ResetTimer Delay:10
*r ResetResult (status=OK):
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand