Technical References
D14642.13 Codec C40-C60 API Reference Guide TC6.3, NOVEMBER 2013. Copyright © 2010–2013 Cisco Systems, Inc. All rights reserved. 113
Cisco TelePresence System Codec C40/C60 API Reference Guide
xCommand FarEndControl Preset Store
While in a call, this command is used to store a preset on the far end codec. The preset covers the
far end codec’s camera positions and input video switcher settings.
Note: The far end codec’s xConfiguration Conference FarEndControl Mode setting must be
switched On for the FarEndControl commands to work.
CallId: The CallId is required to identify the far end codec only when in a Multipoint call. The CallId
is returned when issuing the xCommand Dial command. During the call you can run the xStatus Call
command to see the CallId.
PresetId: The PresetId must be retrieved from the far end codec since this is the ID of the preset
that is stored on that codec.
Requires user role: ADMIN
Parameters:
CallId: <0..65534>
PresetId(r): <0..15>
Example:
xCommand FarEndControl Preset Store CallId:3 PresetId:1
*r FECCPresetStoreResult (status=OK):
** end
xCommand FarEndControl Source Select
Select which video input source to use as the main source on the far end system.
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.
SourceId: Select a video input source on the far end.
Requires user role: USER
Parameters:
CallId: <0..65534>
SourceId(r): <0..15>
Example:
xCommand FarEndControl Source Select CallId:3 SourceId:1
*r FECCSelectSourceResult (status=OK):
** end
GPIO commands
xCommand GPIO ManualState Set
NOTE: This command is not supported on Codec C40.
Set the status of a GPIO pin that is configured to OutputManualState mode (ref. xConfiguration GPIO
Pin [1..4] Mode).
Requires user role: USER
Parameters:
Pin1: <High/Low>
Pin2: <High/Low>
Pin3: <High/Low>
Pin4: <High/Low>
Example:
xCommand GPIO ManualState Set Pin1: High
*r GpioStateSetResult (status=OK):
** end
Contents
Introduction
About the API
xConfiguration
Appendices
xCommand
xStatus
xCommand