Cisco TelePresence System Codec C20 Reference Manual page 144

Software version tc7.0
Hide thumbs Also See for TelePresence System Codec C20:
Table of Contents

Advertisement

Cisco TelePresence System Codec C20
Contents
Introduction
xStatus ICE Call Local Candidate
Returns the network interface type the local system is using to send media.
HOST: The endpoint sends media from its own IP address.
PRFLX: The endpoint sends media from its public IP address as seen by the remote Peer.
SRFLX: The endpoint sends media from its public IP address as seen by the TURN server.
RELAY: The endpoint sends media from the IP address and port allocated on the TURN server, and
is used as a fallback until ICE has concluded.
Value space of the result returned:
<HOST/PRFLX/SRLFX/RELAY>
Example:
xStatus ICE Call Local Candidate
*s ICE Call 1 Local Candidate: "HOST"
** end
xStatus ICE Call Local IP
Returns the IP address the local system is using for media routing in the present call.
Value space of the result returned:
<String>
Example:
xStatus ICE Call Local IP
*s ICE Call 1 Local IP: "192.0.1.20"
** end
xStatus ICE Call Remote Candidate
Returns the network interface type the remote system is using to send media.
HOST: The far-end receives media on its own IP address.
PRFLX: The far-end receives media on its public IP address as seen by the remote Peer.
SRFLX: The far-end receives media on its public IP address as seen by the TURN server.
RELAY: The far-end receives media on the IP address and port allocated on the TURN server, and is
used as a fallback until ICE has concluded.
Value space of the result returned:
<HOST/PRFLX/SRFLX/RELAY>
Example:
xStatus ICE Call Remote Candidate
*s ICE Call 1 Remote Candidate: "SRFLX"
** end
Codec C20 API Reference Guide TC7.0, JANUARY 2014.
D14869.11
About the API
xConfiguration
xStatus ICE Call Remote IP
xStatus ICE Turn Discovermode
144
xCommand
Returns the IP address the remote system is using for media routing in the present call.
Value space of the result returned:
<String>
Example:
xStatus ICE Call Remote IP
*s ICE Call 1 Remote IP: "192.0.1.20"
** end
Returns the result of the turn server test, if xConfiguration SIP Profile[1] Turn DiscoverMode is set to
On.
Verified: The server was reached, and the user name and password were received.
NotVerified: Configuration has been received, but neither server or credentials has been verified.
Failed: The server was not reached.
Off: Turn discovery mode is set to Off.
Value space of the result returned:
<Verified/NotVerified/Failed/Off>
Example:
xStatus ICE Turn Discovermode
*s ICE Turn Discovermode: "Verified"
** end
API Reference Guide
xStatus
xStatus
Appendices
Copyright © 2010–2014 Cisco Systems, Inc. All rights reserved.

Advertisement

Table of Contents
loading

Table of Contents