Cisco TelePresence ISDN Link Reference Manual

Page 1
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
Software version IL1.0 JUNE 2012
API Reference Guide
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
Reference Guide
Cisco TelePresence ISDN Link
1
www.cisco.com
Page 2
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
Contents
API Reference Guide
TA - ToC -
What’s in
Hidden text anchor
this guide?
The top menu bar and the entries in the Table of Contents are all hyperlinks, just click on them to go to the topic.
We recommend you visit our web site regularly for updated versions of the user documentation. Go to:
http://www.cisco.com/go/isdnlink-docs
Table of Contents
Introduction
About this guide .................................................................. 4
User documentation ........................................................ 4
Software .......................................................................... 4
Cisco contacts ................................................................. 4
About the API
About the API ...................................................................... 6
The API-Engine ............................................................... 6
Structuring of Information ................................................ 6
Addressing Using XPath or SimplePath .......................... 7
Feedback ......................................................................... 7
Connecting to the ISDN Link ............................................... 8
Accessing XACLI ............................................................. 8
COM Port settings ........................................................... 8
SSH login ..................................................................... 8
Serial port login............................................................ 8
Hardware & Cabling (RS-232) ......................................... 8
Troubleshooting (RS-232) ............................................... 8
Value types and formats ..................................................... 9
User commands ................................................................ 10
Main type of commands .....................................................11
Conguration type commands .......................................11
Command type commands ............................................11
Status type commands ..................................................11
Special commands .........................................................11
Feedback type command ...........................................11
Preferences type command .......................................11
About xConguration .........................................................12
About xCommand ..............................................................13
About xStatus commands ..................................................14
About xFeedback .............................................................. 15
About xPreferences .......................................................... 16
The SystemTools commands .............................................17
Description of the xConguration commands
Description of the xConguration commands .................. 20
Description of the xCommand commands
Description of the xCommands commands ...................... 38
Description of the xStatus commands
Description of the xStatus commands .............................. 42
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
2
www.cisco.com
Page 3
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus

Introduction

API Reference Guide
Chapter 1
Introduction
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
3
www.cisco.com
Page 4
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
Introduction
API Reference Guide

About this guide

This guide will introduce you to the Application Programmer Interface (API) and ser ve as a reference guide for the command line commands for Cisco TelePresence ISDN Link.

User documentation

The user documentation for the Cisco TelePresence ISDN Link, running the IL software, have several guides.
• Installation guide
• Software release notes
• Administrator guide
• API reference guide
• Regulatory compliance and safety information
• License information
Download the user documentation Go to:

Software

You can download the software for your product from the Cisco web site.
Go to:
http://www.cisco.com/go/isdnlink-docs
http://www.cisco.com/cisco/software/navigator.html

Cisco contacts

On our web site you will nd an overview of the worldwide Cisco contacts.
Go to: Corporate Headquar ters
Cisco Systems, Inc. 170 West Tasman Dr. San Jose, CA 95134 USA
http://www.cisco.com/web/siteassets/contacts
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
4
www.cisco.com
Page 5
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus

About the API

API Reference Guide
Chapter 2
About the API
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
5
www.cisco.com
Page 6
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus

About the API

API Reference Guide
About the API
The API-engine can be accessed by an easy­to-use Command Line Interface called XACLI using RS-232 or SSH.
The information is stored in a hierarchic tree structure which is accessible from dierent interfaces.
• When accessing the API-engine using
XACLI (RS-232 or SSH), the information is formatted in a proprietary Command Line style or in XML formatting.

The API-Engine

The API-Engine is optimized for easy, yet advanced, machine-machine interaction between a Cisco system and an external control application.
The main features can be summarized to:
1. Structuring of information
2. Addressing using XPath (XML Path
Language) or SimplePath
3. Feedback
XACLI (XML)
SSH
via LAN
API-Engine

Structuring of Information

An application programming interface (API) can be seen as a gate where information is exchanged between two systems – a control application and a target system.
The control application transmits instructions to the target system, while the target system supplies information about how these instructions are executed, in addition to other system related information.
RS-2 32 cable
Consequently, the exchange of information can be divided into:
1. Information owing from target. This
we call READ information (R). The (R) should not be confused with the (r) used to indicate required parameters for xCommand.
2. Information owing to target. This we call WRITE information (W).
Main types of information
• READ information (R)
• WRITE information (W)
• READ/WRITE information (RW)
(R) RE AD information: xStatus.
Typical examples include: read the network status, ISDN status etc. All status information is structured in a hierarchy, making up a database constantly being updated by the system to reect process changes.
(W) WRITE information: xCommand.
Typical examples include: set date and time, get date and time, software upgrade, etc. A command is usually followed by a set of parameters to specify how the given action is to be executed.
(RW) READ/WRITE information: xConguration.
Typical examples include: set or read the value of the H320 network type, ISDN PRI switch type, call rate, etc. All conguration information is structured in a hierarchy making up a database of system settings.
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
6
www.cisco.com
Page 7
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
About the API
API Reference Guide

Addressing Using XPath or SimplePath

To address information in the hierarchic structure of Status and Conguration information, the systems support abbreviated XML Path Language (XPath) and a proprietary notation called SimplePath (only available using XACLI).
This allows the user to address everything from a single element of data (for example the call rate of a specic call) to larger parts of the hierarchy (for example all information available for a given call).
Using XPath
Addressing the 1st DNS Server Address of the 1st Network: Each level is separated with a slash (‘/’). Item numbers are
added in brackets after the element name:
• Network[1]/DNS Server[1]/Address
Example:
xCong uration Network[1]/DNS Server[1]/Address
*c xConguration Network 1 DNS Server 1 Address: “test”
OK
Using SimplePath
Addressing the 1st DNS Server Address of the 1st Network: Both levels and item numbers are separated with white spaces:
• Network 1 DNS Server 1 Address

Feedback

Feedback is an extremely powerful feature where the system actively returns updated status and conguration information to the user whenever changes occur.
The user can specify what parts of the status and conguration hierarchies it wants to monitor by using XPath. The user can thereby limit the amount of information it receives from the target system to only those parts being of interest for the given application. This will also reduce the load on the link connecting the systems.
Feedback is supported on XACLI (RS-232/SSH). The system uses SimplePath when presenting congurations. The structuring of information together with XPath and
SimplePath for addressing, makes up powerful features as the ability to search and setting of multiple instances of a conguration.
Example:
xCong uration Network 1 DNS Server 1 Address
*c xConguration Network 1 DNS Server 1 Address: “test”
OK
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
7
www.cisco.com
Page 8
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
About the API
API Reference Guide

Connecting to the ISDN Link

Accessing XACLI

XACLI can be accessed through SSH via the LAN interface or through the COM port by connecting a serial cable to the serial interface connector, referred to as the COM port.
The COM port (RS-232) is a 9-pin, female, D-sub connector located on the back of the unit. The connector is marked with the text: COM.

COM Port settings

Use: 115200 bps, 8 data bits, 1 stop bit, no parity.
SSH login
• User name is: admin
• The default password is blank.
Serial port login
• User name is: admin
• The default password is blank.

Hardware & Cabling (RS-232)

The pin outs for the RS-232 are dened in the tables to the right. Observe that the DTE (Data Terminal Equipment), could be a PC or any other device capable of serial communication.
Cable. A straight-through cable should be used between the RS-232 port and the DTE. The lower table shows the recommended cable-wiring scheme when connecting the ISDN Link to a PC through RS-232.
DTR and RTS are ignored. DSR, CD, and CTS are always asserted, while RI is not used.

Troubleshooting (RS-232)

If communication cannot be established between the PC/ terminal and the unit, the following should be checked:
1. Verify that the serial cable is a straight-through 9-pin to
9-pin cable.
2. Conrm that the conguration of the PC/terminal’s serial
RS-232 port is identical to the conguration of the RS-232 port.
3. Verify that the PC/terminal’s serial RS-232 port is working
properly by connecting it back-to-back to another PC/ terminal (using a special crossover cable for that purpose) and send characters in both directions.
COMport(RS-232)
Pin Signal name
1 Carrier detect, CD
2 Receive data, RXD
3 Transmit data, TXD
4 Data terminal ready, DTR
5 Signal GND
6 Data set ready, DSR
7 Ready to send, RTS
8 Clear to send, CTS
9 Ring indicator, RI
Cablewiring(RS-232)DCE<->PC
DCE 9 pin Direction PC DTE, 9 pin
1 CD
2 RD
3 TD
4 DTR <—
5 GND <—> 5 GND
6 DSR —> 6 DSR
7 RTS <— 7 RTS
8 CTS —> 8 CTS
9 RI —> 9 RI
—> 1 CD
—> 2 RD
<—
Direction
From DCE
From DCE
To D CE
From DCE
From DCE
To D CE
From DCE
From DCE
3 TD
4 DTR
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
8
www.cisco.com
Page 9
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
About the API

Value types and formats

The system supports the following value types:
• Integer values
• Literal values
• String values
Strings can have rules that further specify their format and length. Integer input may have a limited valid range.
API Reference Guide
Formatsforvaluetypes
Integer values:<x..y>
Denes the valid range for an integer input. x = min value, y = max value.
<1..10 0 >
Literal values: <X/Y/../Z>
Denes the possible values for a given conguration.
<On/O /Auto>
String values: <S: x, y>
Denes that the valid input for this conguration is a String with minimum length x and maximum length of y characters.
<S: 0, 49>
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
9
www.cisco.com
Page 10
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
About the API

User commands

By typing ? or help after connecting to the unit, the system will list all supported root commands.
API Reference Guide
?
- User Com mands -
Bye
The bye command will close the command line interface.
Echo <on/o>
If echo is set to On the key inputs are displayed when entering text in a command line interface.
If echo is set to O no user input is displayed when entering text in a command line interface.
The oher commands
The other user commands are described in the following pages.
help xcom mand xcong uration xfeedback xgetxml
xpreferences xstatus bye echo log
systemtools
OK
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
10
www.cisco.com
Page 11
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
About the API
API Reference Guide

Main type of commands

The XACLI is divided into three main types of commands, reecting the information types supported by the API Engine.
The main types are:
• Conguration type commands
• Status type commands
• Command type commands
Conguration type commands
Conguration type commands denes the system settings. Conguration commands are either supplied or read by the user.
System settings made by Conguration type commands are persistant over a reboot.
Example: Congure ISDN settings, external
network settings, and enabling/disabling of various features etc.
The Conguration commands are structured in a hierarchy, making up a database of system settings.
Supported Conguration type commands:
xConguration

Special commands

In addition to the above sets of commands, XACLI supports the following set of special commands:

Command type commands

Command type commands instructs the system to perform an action. Command commands are supplied by the user.
Actions performed by a Command type command are not persitant over a reboot.
Example: instructing the system to place a
call, assign oor to a specic site, disconnect a call etc.
A xCommand command is usually followed by a set of parameters to specify how the given action is to be executed.
Supported Command type commands:
xCommand
Feedback type command
The Feedback commands are used to specify what parts of the conguration and status hierarchies to monitor. Feedback will only be issued on the RS-232/SSH session for which it is specied. If connecting to the system with multiple sessions, each session can dene feedback individually.

Status type commands

Status type commands returns information about the system and system processes. xStatus type commands are read by the user.
Example: Information generated by the
system about ongoing calls, network status, conference status etc.
All status information is structured in a hierarchy, making up a database constantly being updated by the system to reect system and process changes.
Supported Status-type commands:
xStatus
Preferences type command
The Preference type command is used to set various preferences for the RS-232/ SSH sessions. Each session can dene preferences individually. IMPORTANT! This command has various settings to dene the formatting of the X ACLI output. It is therefore important to dene settings to match the parser used on the control system. XACLI is designed to make parsing of data from the system very simple.
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
More on this can be found in xfeedback.
xFeedback
11
More on this can be found in xpreferences.
xPreferences
www.cisco.com
Page 12
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
About the API
API Reference Guide
About xConguration
The xConguration type commands denes the system settings and are either supplied or read by the user. The xCongurations commands are organized in a hierarchic tree structure.
To get an overview of the supported xConguration commands, type ? or help after the xConguration command:
• xConguration ?
• xConguration help
To get an overview of the supported xConguration commands, with the corresponding value space, type ?? after the xConguration command:
• xConguration ??
When issuing a xConguration command, the command consists of three parts:
1. The type of command: xConguration
2. The path: An address expression, terminated by a colon
3. The value: A value type
xconguration ?
- User Congurations -
E1 H320 Secu rity Time
Experimental ISDN SIP
ExternalNetwork Network Syste m Unit
Gateway NetworkServices T1
OK
xCong uration ??
*? xConguration E1 Interface [1..1] CRC4: <Off/On>
*? xConguration ExternalNetwork Interface [1..1] DtrPulse: <Off/On>
*? xConguration ExternalNetwork Interface [1..1] Clocking: <Dual/Single>
*? xConguration ExternalNetwork Interface [1..1] CallControl: <Manual/RS366/RS366AdtranIM UX/RS366CustomIMUX/ LeasedLine>
*? xConguration ExternalNetwork Interface [1..1] CustomIMUX bw64 Prex: <S: 0, 12>
*? xConguration ExternalNetwork Interface [1..1] CustomIMUX bw64 Sufx: <S: 0, 12>
*? xConguration ExternalNetwork Interface [1..1] CustomIMUX bw64R Prex: <S: 0, 12>
*? xConguration ExternalNetwork Interface [1..1] CustomIMUX bw64R Sufx: <S: 0, 12>
.
.
.
OK
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
xConguration E1 Interface 1 CRC4: Off
Command Path Value
12
www.cisco.com
Page 13
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
About the API
API Reference Guide

About xCommand

The xCommand type commands instructs the system to perform an action. xCommand type commands are supplied by th e user.
To get an overview of the supported xCommand type commands, type ? or help after the command:
• xCom mand ?
• xCom mand help
To get an overview of the supported xCommand type commands with the corresponding value space, type ?? after the command:
• xCom mand ??
Required parameters are identied by an (r) behind the parameter name.
When issuing a xCommand type command, the command consists of several parts:
1. The type of command: xCommand
2. The path: An address expression
3. The parameter: The parameter, terminated by a colon,
folowed the corresponding value.
4. If more parameters: The parameter, terminated by a colon,
followed by the corresponding value.
xcom mand ?
- User Commands -
Boot Secu rity Syste m Un it
OK
xcom mand ??
xCom mand Boot
xCom mand Security FipsMode Activate
Conrm(r): <Yes>
xCom mand SystemUnit AdminPassword Set
Password(r): <S: 0, 64>
xCom mand SystemUnit DateTime Set
Year: <2008..2037>
Month: <1..12>
Day: <1..31>
Hour: <0..23>
Minute: <0..59>
Second: <0..59>
xCom mand SystemUnit DateTime Get
xCom mand SystemUnit FactoryReset
Conrm(r): <Yes>
xCom mand SystemUnit SoftwareUpgrade
URL(r): <S: 0, 255>
UserName: <S: 0, 255>
Password: <S: 0, 255>
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
OK
xCommand SystemUnit DateTime Set Year: 2012 Month: 4 Day: 1 Hour: 0 Minute: 0 Second: 0
Command Path Parameters and
corresponding values
13
www.cisco.com
Page 14
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
About the API
API Reference Guide

About xStatus commands

The xStatus type commands returns information about the system and system processes. Status type commands are read by the user.
All status information is structured in a hierarchy, making up a database constantly being updated by the system to reect system and process changes.
To get an overview of the supported xStatus type commands, type ? or help after the xStatus:
• xStatus ?
• xStatus help
When issuing a xStatus command, the command consists of several parts. You can query all information or just some of it.
1. The type of command: xCommand
2. The path: An address expression with one or more items of
the path included.
xStatus ?
- Status -
C a ll[...] H320 MediaChan nels SIP
ExternalNetwork ISDN Network Sys te m Un it
OK
Example with only one item of the path.
xStatus Network
*s Network 1 Ethernet MacAddress: "00:50:60:06:C5:52"
*s Network 1 Ethernet Link Network: "1000full"
*s Network 1 Ethernet Link Endpoint: "No LAN"
*s Network 1 IPv4 Address: "192.168.1.0"
*s Network 1 IPv4 SubnetMask: "255.255.255.0"
*s Network 1 IPv4 Gateway: "192.168.1.1"
*s Network 1 IPv4 DNS Domain Na me: "company.com"
*s Network 1 IPv4 DNS Server 1 Address: "192.168.10.10"
*s Network 1 IPv4 DNS Server 2 Address: "192.168.11.11"
*s Network 1 IPv4 DNS Server 3 Address: ""
*s Network 1 IPv4 DNS Server 4 Address: ""
*s Network 1 IPv4 DNS Server 5 Address: ""
*s Network 1 IPv6 Address: ""
*s Network 1 IPv6 Gateway: ""
*s Network 1 MTU: 1500
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
OK
Example with more than one item of the path.
xStatus Network 1 Ethernet Link
*s Network 1 Ethernet Link Network: “1000full”
*s Network 1 Ethernet Link Endpoint: “No LAN”
14
www.cisco.com
Page 15
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
About the API
API Reference Guide

About xFeedback

The xFeedback is a feature that lets you subscribe to noticatons of changes from the system.
• This can be xConguration, xStatus changes and changes
in the state of the unit.
The xFeedback command is used to specify what parts of the xConguration and xStatus hierarchies to monitor, and will only be issued on the RS-232/SSH for which it is specied.
If connecting to the system with multiple sessions, each session can dene feedback individually.
CAUTION: We discourage registering all status changes as
this may give more feedback information than the system is able to handle.
xFeedback ?
xFeedback help:
xFeedback Register XPathEx pression[1..255] - Registers feedback on expression XPathExpression xFeedback Deregister XPathExpression[1..255] - Deregisters feedback if resistered on XPathExpression xFeedback deregisterall - Deregister all expressions xFeedback List - Generate list of currently registered XPathExpressions xFeedback Help - Display this help text
ExamplewithxFeedback
xFeedback register Status/ISDN
xFeedback register Conguration/ISDN
xFeedback list
xFeedback deregister Conguration/ISDN
xFeedback list
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
15
www.cisco.com
Page 16
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
About the API
API Reference Guide

About xPreferences

The xPreferences command is used to set various preferences for the RS-232/SSH sessions.
Each session can dene preferences individually.
IMPORTANT! This command has various settings to dene
the formatting of the XACLI output. It is therefore important to dene settings to match the parser used on the control system. XACLI is designed to make parsing of data from the unit very simple.
To get an overview of the supported xPreferences commands and their value space, type ? or help after the xPreferences:
• xPreferences ?
• xPreferences help
The xPreferences output modes
• Terminal: Line based XACLI output for use with line based
control systems
• XML: Pure XML output for use with control systems that
understand XML.
xPreferences ?
xpreferences usage:
xpreferences outputmode <terminal/xml>
xpreferences apiversion <1/2>
OK
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
16
www.cisco.com
Page 17
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
About the API

The SystemTools commands

The systemtools command is used for administrative control of the ISDN Link and is only available from a command line interface.
Supported commands
To get an overview of the supported commands type “systemtools ?”.
systemtools bondingtrace on|o
Control logging of misc. bonding related events. Logging is typically sent to the application log le, but can be enabled for a console by enabling ‘log’ output, see separate command for this. Please notice that the bonding log may interfere with real time characteristics, and increases the chance of loosing H.320 side trac data.
on/o: Enable/disable decoding trace output.
API Reference Guide
systemtools license list
Lists all the licenses for the ISDN Link.
systemtools license show <name>
Shows the content of a license le, dene by the name. name(r): The name of the license le.
Example:
systemtools ?
bondingtrace
dumph221
isdntrace
license
network
passwd
rootsettings
securitysettings
securitystatus
showlog
OK
Parameters
Required parameters in angle brackets: <text> Optional parameters in square brackets: [text]
Detailed information
To see the usage of the commands add a question mark after the command.
Example:
systemtools license ?
usage: license <list | show <name>>
OK
systemtools dumph221 [inst] toggle
Dump H.221 internal information used for debugging purposes.
inst: H.221 call instance (0-3), defaults to 0. toggle: Toggle continuous dump on/o.
systemtools dumph221 reset
Reset H.221 dump buer.
systemtools isdntrace
List current trace settings for logging of the ISDN D-channel signalling.
systemtools isdntrace decode on|o
Logging of the ISDN D-channel signalling. on/o: Enable/disable decoding trace output.
systemtools sdntrace on|o [bri|pri [if]]
Logging of the ISDN D-channel signalling.
on/o: Enable/disable tracing. bri/pri: Select the type of IDSN. if: Dene which interface to enable/disable trace for. Interfaces
are numbered from 1. If not specied, all interfaces selected.
systemtools isdntrace output on|o
Logging of the ISDN D-channel signalling. on/o: Enable/disable trace output for console.
systemtools network ping <hostname>
Network debug command. hostname(r): The IP address or URL of the host.
systemtools network traceroute <hostname>
Network debug command. hostname(r): The IP address or URL of the host.
systemtools network netstat
Network debug command.
systemtools passwd
Change the password for the logged in user. When prompted enter the current password and the new password, and conrm the new password.
systemtools rootsettings get
Obtain the current setting for the systemtools rootsetting.
systemtools rootsettings on [password]
Command to control the root user availability and set the root password. Enable access to the system for the root user on all ports.
password: The root user password. Use “” as password to
clear root password.
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
17
www.cisco.com
Page 18
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
About the API
API Reference Guide
systemtools rootsettings serial [password]
Command to control the root user availability. Enable access to the system for the root user on the serial port.
password: The root user password.
systemtools rootsettings o
Command to control the root user availability. Disable access to the system for the root user on all ports.
systemtools rootsettings never
Command to control the root user availability.
NOTE! The root user is permanently turned o!
To get back the root user the system must be reset to factory defaults, ref. xCommand SystemUnit FactoryReset.
systemtools securitysettings jitc
Set up security requirements so they meet JITC. Set or view password and PIN polices enforced on the unit.
systemtools securitysettings isjitc
Check if the current settings are JTIC compliant.
systemtools securitysettings default
Revert to default security settings.
systemtools securitysettings ask
Query for the separate congurations. When issuing this command you will see each policy separately.
• Press enter to keep the current value.
• Enter a number and press enter to change the given policy.
• The default value “0” indicates no restrictions.
Max failed login attempts [0]?
• Number of failed log ins until a user is set inactive.
Suspend-time after max failed login attempts (minutes) [0]?
• Number of minutes the user is set inactive after maximum
failed login attempts have been exceeded.
Max simultaneous sessions total [0]?
• Maximum number of users that can be logged in
simultaneous to web and maximum number of users that can be logged in simultaneous to ssh.
Max simultaneous sessions per user [0]?
• Maximum number of simultaneous sessions per user.
Number of passwords to remember [0]?
• Number of previous passwords that the new password must
dier from.
Number of PINs to remember [0]?
• Number of previous PINs that the new PIN must dier from.
Maximum time between password renewals (days) [0]?
• If the user has not changed the password within the
renewal time the user will be set inactive.
Minimum time between password renewals (hours) [0]?
• The user can only change password once within this limit.
Maximum time between PIN renewals (days) [0]?
• If the user has not changed the PIN within the renewal time
the user will be set inactive.
Minimum time between PIN renewals (hours) [0]?
• The user can only change PIN once within this limit.
Maximum time between log ins (days) [0]?
• If the user has not logged in within this limit the user will be
set inactive.
Max consecutive equal digits in PINs [0]?
• Maximum consecutive equal digits in PINs.
Minimum number of digits in PINs [0]?
• Minimum number of digits in PINs.
Maximum number of digits in PINs [0]?
• Maximum number of digits in PINs.
Max consecutive identical characters in passwords [0]?
• Maximum consecutive identical characters in passwords.
Minimum number of characters in passwords [0]?
• Minimum number of characters in passwords.
Maximum number of characters in passwords [0]?
• Maximum number of characters in passwords.
Minimum number of lower-case letters in passwords [0]?
• Minimum number of lower-case letters in passwords.
Minimum number of upper-case letters in passwords [0]?
• Minimum number of upper-case letters in passwords.
Minimum number of numerical characters in passwords [0]?
• Minimum number of numerical characters in passwords.
Minimum number of special characters in passwords [0]?
• Minimum number of special characters in passwords.
Minimum number of character groups in passwords [0]?
• Minimum number of character groups in passwords.
Minimum number of character changed from previous password [0]?
• Minimum number of character changed from previous
password.
systemtools securitystatus
Shows the security status for the ISDN Link.
systemtools showlog [n]
List available logs. n: select archived log number ‘n’, where n=1 is the most
recent.
systemtools showlog logname|all [n]
Show specic log or all logs.
logname/all: Specify the name of the log or select all. n: select archived log number ‘n’, where n=1 is the most
recent.
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
18
www.cisco.com
Page 19
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
Description of the xConguration
API Reference Guide
Chapter 3
commands
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
19
www.cisco.com
Page 20
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
Description of the xConguration commands
In the following pages you will nd a complete list of the xConguration commands. The examples shows either the default value or an example of a value.
We recommend you visit our web site regularly for updated versions of the manual. Go to:
The E1 conguration
xConguration E1 Interface [1..1] CRC4
http://www.cisco.com/go/isdnlink-docs
E1 CRC-4 (Cyclic Redundancy Check 4-bit) is used for most E1-PRI congurations.
Value space: <On/Off>
On: The default value is On. O: Some manufactures do not support this feature. By setting E1 CRC4 to O this functionality
will be disabled.
Example: xConguration E1 Interface 1 CRC4: On
The ExternalNetwork conguration
xConguration ExternalNetwork Interface [1..1] DtrPulse
Congures the DTR signal on the External Network port (Net).
Value space: <On/Off>
On: The DTR signal will give a low pulse lasting for 5 seconds. O: The DTR pulse will stay low.
Example: xConguration ExternalNetwork Interface 1 DtrPulse: Off
xConguration ExternalNetwork Interface [1..1] Clocking
Congure the clocking signal which is compatible with the external equipment.
Value space: <Dual/Single>
Dual: (RS449/V35 Compatible) Use this setting when the external equipment provides two clock signals, one for transmit and one for receive. The dierence between RS449 and V35 lies solely in the cable.
Single: (X21 Compatible) Use this setting when the external equipment provides a common clock signal for both transmit and receive.
Example: xConguration ExternalNetwork Interface 1 Clocking: Dual
xConguration ExternalNetwork Interface [1..1] CallControl
Congure the dialling sheme which is compatible with the external equipment.
Value space: <Manual/RS366/RS366AdtranIMUX/RS366CustomIMUX/LeasedLine>
Manual: Select Manual used when no handshake signals are available and the external equipment requires a constantly connected line.
RS366: This is the only dialling protocol supported and would normally be used together with Dual network clocking when the external equipment uses RS366 ports.
RS366AdtranIMUX: This setting oers extra usability when dialling RS366 via an ADTR AN IMUX. This dialling scheme will map the call type and bandwidth selection to ADTRAN IMUX specic suxes to the dialled number. Should only be used when connected to an ADTRAN IMUX. The Adtran IMUX uses the following suxes <Number>#C#R, where #C = Call Type #2 = audio #3 = 56kbps #4 = 64kbps #R = Channel Rate #0 = 2xh221 (2x56\64kbps) #1 to 8 = the Call Rate.
RS366CustomIMUX: Uses a custom prex/sux table which describes the available bandwidths. The prexes/suxes are set from the Web Interface or Command Line interface. The user (administrator) shall be able to specify a IMUX prex/sux table for the following bandwidths (kbps): 64, 64 Restrict, 128, 128 Restrict, 192, 192 Restrict, 256, 256 Restrict, 320, 320 Restrict, 384, 384 Restrict, 512, 512 Restrict, 768, 768 Restrict, 1152, 1152 Restrict, 1472, 1472 Restrict, 1920, 1920 R estr i ct.
LeasedLine: Leased Line is a non-dialling protocol and should be used when two codecs are connected in a point-to-point connection. Use Leased Line when the handshaking signals DTR and CD are available. DTR and CD correspond to the X.21 network's C and I signals.
Example: xConguration ExternalNetwork Interface 1 CallControl: RS366
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
20
www.cisco.com
Page 21
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw64 Prex
Denes the prex to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw64 Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw64 Sux
Denes the sux to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw64 Sufx: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw64R Prex
Denes the prex to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw64R Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw64R Sux
Denes the sux to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw64R Sufx: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw128R Prex
Denes the prex to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw128R Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw128R Sux
Denes the sux to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw128R Sufx: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw192 Prex
Denes the prex to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw192 Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw192 Sux
Denes the sux to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw192 Sufx: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw128 Prex
Denes the prex to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw128 Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw128 Sux
Denes the sux to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw128 Sufx: ""
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw192R Prex
Denes the prex to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw192R Pre x: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw192R Sux
Denes the sux to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw192R Suf x: ""
21
www.cisco.com
Page 22
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw256 Prex
Denes the prex to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw256 Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw256 Sux
Denes the sux to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw256 Sufx: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw256R Prex
Denes the prex to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw256R Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw256R Sux
Denes the sux to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw256R Sufx: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw320R Prex
Denes the prex to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw320R Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw320R Sux
Denes the sux to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw320R Sufx: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw384 Prex
Denes the prex to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw384 Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw384 Sux
Denes the sux to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw384 Sufx: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw320 Prex
Denes the prex to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw320 Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw320 Sux
Denes the sux to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw320 Sufx: ""
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw384R Prex
Denes the prex to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw384R Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw384R Sux
Denes the sux to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw384R Sufx: ""
22
www.cisco.com
Page 23
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw512 Prex
Denes the prex to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw512 Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw512 Sux
Denes the sux to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw512 Sufx: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw512R Prex
Denes the prex to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw512R Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw512R Sux
Denes the sux to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw512R Sufx: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw768R Prex
Denes the prex to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw768R Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw768R Sux
Denes the sux to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw768R Sufx: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw1152 Prex
Denes the prex to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw1152 Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw1152 Sux
Denes the sux to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw1152 Sufx: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw768 Prex
Denes the prex to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw768 Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw768 Sux
Denes the sux to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw768 Sufx: ""
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw1152R Prex
Denes the prex to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw1152R Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw1152R Sux
Denes the sux to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw1152R Sufx: ""
23
www.cisco.com
Page 24
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw1472 Prex
Denes the prex to be used with the RS366 Custom IMUX at this bandwidth..
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw1472 Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw1472 Sux
Denes the sux to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw1472 Sufx: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw1472R Prex
Denes the prex to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw1472R Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw1472R Sux
Denes the sux to be used with the RS366 Custom IMUX at this restricted bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw1472R Sufx: ""
The Gateway conguration
xConguration Gateway SIP PeerUri
Set the address be used to reach the peer codec for incoming H.320 side calls when SIP (VCS) registered mode is used. It should hold the same setting as the peer codec uses to register itself on the VCS server. If SIP registered mode is not used, this setting is not used. (VCS = Video Communication Server)
Value space: <S: 0, 256>
Format: Compact string with a maximum of 256 characters.
Example: xConguration Gateway SIP PeerUri: "sip-codec@dom ain.com"
xConguration Gateway SIP PeerHost
Set the IP address of the peer SIP codec using the ISDN link. Only one SIP codec can use the ISDN link, and it must be on the same subnet as the ISDN link. This IP address must correspond to the IP address type (IPv4 or IPv6) that the codec is congured to use for SIP calls.
The address is used for:
1) Verication of the SIP remote media transpor t addresses (if there is a mismatch, the call will be rejected/disconnected).
2) System status monitoring, indicating alarm etc if specied codec is not reachable.
3) If not SIP (VCS) registered, this address is used to call the SIP codec for incoming H.320 side calls. (VCS = Video Communication Server)
Value space: <S: 0, 64>
Format: Compact string with a maximum of 64 characters.
Example: xConguration Gateway SIP PeerHost: "10.0.0.100"
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw1920 Prex
Denes the prex to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw1920 Prex: ""
xConguration ExternalNetwork Interface [1..1] CustomIMUX bw1920 Sux
Denes the sux to be used with the RS366 Custom IMUX at this bandwidth.
Value space: <S: 0, 12>
Format: String with a maximum of 12 characters.
Example: xConguration ExternalNetwork Interface 1 CustomIM UX bw1920 Sufx: ""
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
24
www.cisco.com
Page 25
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
The H320 conguration
xConguration H320 NetType
Denes the network type to use for H.320 calls.
Value space: <BRI/PRI/Extern a l/G703>
BRI: Select BRI for the BRI network. PRI: Select PRI for the PRI network. External: Select External for the external network (Net/V.35). G703: For test purpose only.
Example: xConguration H320 NetType: BRI
xConguration H320 Bonding Timer
Relaxed bonding timer is used when B channels requires additional time before they can become transparent.
Value space: <Normal/Rela xed>
Normal: The default value is Normal. Relaxed: Relaxed bonding timing should be used with applications where the B channels use
some additional time before they become transparent, like external encryption devices etc.
Example: xConguration H320 Bonding Timer: Normal
xConguration H320 Bonding Rebonding
Rebonding is used to re-establish H.320 calls if corrupted data is received for a longer period (10 ­15 sec).
Value space: <On/Off>
On: The default value is On. O: Some manufactures do not support this feature. By setting Rebonding to O this functionality
will be disabled.
Example: xConguration H320 Bonding Rebonding: On
xConguration H320 DefaultCall Restrict
A restricted call uses 56 kbps channels rather than the default unrestricted 64 kbps channels. Some older networks (primarily in the USA) do not support 64 kbps channels and require the use of restricted 56 kbps calls. By default, the system will dial an unrestricted call and downspeed to 56 kbps if necessary.
Value space: <On/Off>
On: Set to On to force restricted (56 kbps) calls. O: Set to O to disable restricted calls.
Example: xConguration H320 DefaultCall Restrict: Off
The ISDN conguration
xConguration ISDN SendComplete
Select if the ISDN message should contain sending complete information.
Value space: <On/Off>
On: If set to On the system will send the ISDN message information element Sending Complete. O: If set to O The system will not send Sending Complete.
Example: xConguration ISDN SendComplete: Off
xConguration ISDN SendNumber
Select if the system should send its own number to the far end.
Value space: <On/Off>
On: When set to On, the system will send its own numbers to the far end. O: When set to O, the system will not send its own numbers to the far end. Note that the
network may still send your numbers to the far end.
Example: xConguration ISDN SendNumber: On
xConguration ISDN ParallelDial
Select if the channels in bonding calls should be connected in parallel or one by one.
Value space: <On/Off>
On: When set to On, channels will be dialled and connected in parallel when setting up a bonding call.
O: When set to O, channels will be dialled one by one, which may increase the dialling time.
Example: xConguration ISDN ParallelDial: On
xConguration ISDN HCL
Select if HCL (Higher Level Capability) information should be included in the setup message (video calls only).
Value space: <On/Off>
On: When set to On, the system will signal, type of call i.e. video call, telephony or data. HLC must be enabled to work with some PRI networks in Italy.
O: When set to O, no HCL information will be sent.
Example: xConguration ISDN HCL: Off
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
25
www.cisco.com
Page 26
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
xConguration ISDN SpeechTimers
Select if scpeech timers should be active for ISDN Layer 3, telephony calls.
Value space: <On/Off>
On: Set to On to enable speech timers (T310, T304, T301). O: When set to O, there will be no T310, T304, T301.
Example: xConguration ISDN SpeechTimers: On
xConguration ISDN MSN
The use of MSN (Multiple Subscriber Number) enables the system to attach dierent ISDN terminals, with dierent numbers, to the same physical ISDN telephone line. This service can be ordered from your telephone company.
Value space: <On/Off>
On: Set to On to enable MSN on the video system when you have subscribed to a MSN service from your telephone company.
O: When set to O, only calls to numbers specied for the specic ISDN interfaces will be answered.
Example: xConguration ISDN MSN: Off
xConguration ISDN SubAddress
Using a sub address enables you to connect up to eight ISDN terminals to the same ISDN telephone number and line. The terminals are addressed by using dierent sub addresses. To call a terminal with a sub address, separate the ISDN telephone number and the sub address with a * (asterisk). Note that this service has limited access on some ISDN networks.
Value space: <S: 0, 20>
Format: String with a maximum of 20 characters.
Example: xConguration ISDN SubAddress: ""
xConguration ISDN SubAddressSend
Using a sub address enables you to connect up to eight ISDN terminals to the same ISDN telephone number and line. The terminals are addressed by using dierent sub addresses. To call a terminal with a sub address, separate the ISDN telephone number and the sub address with a * (asterisk). Note that this service has limited access on some ISDN networks.
Value space: <On/Off>
On: When set to on, the system will use the values set by "ISDN SubAddress". O: Set to O to disable use of sub addresses.
Example: xConguration ISDN SubAddressSend: On
xConguration ISDN CliNumbSpec
Select if calling party numbers should be enabled. Explicitely specify Calling Party Number elds Type/Plan to be used in outgoing calls in the ISDN setup message.
Value space: <On/Off>
On: When set to on, the system will use the values set by "ISDN CliNumPlan" and "ISDN CliNumbType".
O: When set to O, default values are used.
Example: xConguration ISDN CliNumbSpec: Off
xConguration ISDN CliNumbType
Value to be used for calling part y number eld Type. If the value is set to 2, the number type in the setup message will be set to National. This is required in the UAE (United Arab Emirates).
Value space: < 0..6 >
Range: Select a value between 0 and 6.
Example: xConguration ISDN CliNumbTy pe: 0
xConguration ISDN CliNumbPlan
Value to be used for calling part y number eld Plan in the ISDN setup message. If the value is set to 1, the numbering plan in the setup message will signal ISDN. This is required in the UAE (United Arab Emirates).
Value space: < 0..14 >
Range: Select a value between 0 and 14.
Example: xConguration ISDN CliNumbPlan: 0
xConguration ISDN PRI SwitchType
Selects the type of PRI switch the system is connected to.
Value space: <NI/ATT/Euro/Jap a n>
NI: Select NI if the switch is a National ISDN switch type. AT T: Select ATT if the switch is an AT&T (for the U.S.) ISDN switch type. Euro: Select Euro if the switch is an Euro (UK and others) ISDN switch type. Japan: Select Japan if the switch is a Japanese ISDN switch type.
Example: xConguration ISDN PRI SwitchType: NI
xConguration ISDN PRI InitialRestart
Select if the system should re-initialize the PRI interfaces after the system has been restarted.
Value space: <On/Off>
On: When set to On, the PRI interfaces will be re-initialized after restart of the system. O: When set to O, the PRI interface will not be re-initialized after restart.
Example: xConguration ISDN PRI InitialRestart: On
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
26
www.cisco.com
Page 27
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
xConguration ISDN PRI Alert
Select if the system should respond with an alert message to all incoming setup messages, or to the rst incoming channel only.
Value space: <On/Off>
On: When set to On, the system will respond with an alert message to all incoming setup messages.
O: When set to O (default) the system will respond with an alert message only to the incoming setup message related to the initial channel. Note that if the PBX requires this signalling you will only get connected on the rst incoming channel.
Example: xConguration ISDN PRI Alert: Off
xConguration ISDN PRI ChanId
Select if PRI Channel ID information should be sent to the PXB.
Value space: <On/Off>
On: When set to On, the system will signal to the PBX which PRI channels is used for the call. Note: This setting must be set to On, to work with an Ericsson MD110 PBX.
O: When set to O, Channel ID information is not sent. Default setting is O.
Example: xConguration ISDN PRI ChanId: Off
xConguration ISDN PRI L2WindowSize
Set Layer 2 window size (ISDN Layer 2).
Value space: < 1..7 >
Range: Select a value between 1 and 7.
Example: xConguration ISDN PRI L2WindowSize: 7
xConguration ISDN PRI NSFTelephony Mode
Congure the NSF (Network Service Facility) mode for telephony.
Value space: <On/Off>
On: Set to On, to enable Network Service Facility for telephony. O: Set to O to disable Net work Service Facility for telephony.
Example: xConguration ISDN PRI NSFTelephony Mode: Off
xConguration ISDN PRI NSFTelephony Number
Denes what Service Facility to use for telephony. Requires the NSFTelephony Mode set to On.
Service proles for AT&T (ref. 1): NSF Service 0 Disable 1 SDN (including GSDN) 2 Toll Free Megacom (800) 3 Megacom 6 ACCUNET Switched Digital Service (including Switched Digital International) 7 Long Distance Ser vice (including AT&T World Connect) 8 International Toll Free Service (I800) 16 AT&T MultiQuest 23 Call Redirection Service
Service proles for Sprint (ref. 2): NSF Service 0 Reserved 1 Private 2 Inwatts 3 Outwatts 4 FX 5 TieTrunk
Service proles for MCI (ref. 3): NSF Service 1 V NET/Vi sio n 2 800 3 PRISM1, PRISMII, WATS 4 900 5 DAL
Value space: < 0.. 31>
Range: Select a value between 0 and 31.
Example: xConguration ISDN PRI NSFTelephony Number: 0
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
27
www.cisco.com
Page 28
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
xConguration ISDN PRI NSFVideoTelephony Mode
Congure the NSF (Network Service Facility) mode for video telephony.
Value space: <On/Off>
On: Set to On, to enable Network Service Facility for video telephony. O: Set to O, to disable Network Ser vice Facility for video telephony.
Example: xConguration ISDN PRI NSFVideoTelephony Mode: Off
xConguration ISDN PRI NSFVideoTelephony Number
Denes what Service Facility to use for video telephony. Requires NSFVideoTelephony Mode set to On.
Value space: < 0.. 31>
Range: Select a value between 0 and 31.
Example: xConguration ISDN PRI NSFVideoTelephony Number: 0
xConguration ISDN PRI Interface [1..1] MaxChannels
Set the maximum number of channels the system may use at any given time.
Value space: < 1.. 3 0 >
Range: Select a value between 1 and 30.
Example: xConguration ISDN PRI Interface 1 MaxChannels: 23
xConguration ISDN PRI Interface [1..1] HighChannel
Set the highest numbered B-channel that may be used by the system when selecting channels for outgoing calls.
Value space: <1..31>
Range: Select a value between 1 and 31.
Example: xConguration ISDN PRI Interface 1 HighChannel: 31
xConguration ISDN PRI Interface [1..1] LowChannel
Set the lowest numbered B-channel that may be used by the system when selecting channels for outgoing calls.
Value space: <1..31>
Range: Select a value between 1 and 31.
Example: xConguration ISDN PRI Interface 1 LowChannel: 1
xConguration ISDN PRI Interface [1..1] Search
Selects whether to start searching for available B-channels from the highest numbered channel or from the lowest numbered channel.
Value space: <High/Low>
High: When set to High, the system will start searching for available B-channels from the highest numbered channel.
Low: When set to Low, the system will start searching for available B-channels from the lowest numbered channel.
Example: xConguration ISDN PRI Interface 1 Search: High
xConguration ISDN PRI Interface [1..1] NumberRangeStart
If the PRI line has a range of numbers, the rst number in the range should be entered in the Number Range Start eld.
Value space: <S: 0, 24>
Format: String with a maximum of 24 characters.
Example: xConguration ISDN PRI Interface 1 NumberRangeStart: ""
xConguration ISDN PRI Interface [1..1] NumberRangeStop
If the PRI line has a range of numbers, the last number in the range is entered in the Number Range Stop eld.
Value space: <S: 0, 24>
Format: String with a maximum of 24 characters.
Example: xConguration ISDN PRI Interface 1 NumberRangeStop: ""
xConguration ISDN BRI Alert
Select if the system should respond with an alert message to all incoming setup messages, or to the rst incoming channel only.
Value space: <On/Off>
On: When set to On, the system will respond with an alert message to all incoming setup messages.
O: When set to O (default) the system will respond with an alert message only to the incoming setup message related to the initial channel. Note that if the PBX requires this signalling you will only get connected on the rst incoming channel.
Example: xConguration ISDN BRI Alert: Off
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
28
www.cisco.com
Page 29
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
xConguration ISDN BRI ChanId
Select if BRI Channel ID information should be sent to the PXB.
Value space: <On/Off>
On: When set to On, the system will signal to the PBX which BRI channels is used for the call. Note: This setting must be set to On, to work with an Ericsson MD110 PBX.
O: When set to O, Channel ID information is not sent. Default setting is O.
Example: xConguration ISDN BRI ChanId: Off
xConguration ISDN BRI InterfaceSearch
Selects whether to start searching for available B-channels from the highest numbered interface or from the lowest numbered interface.
Value space: <High/Low>
High: When set to High, the system will start searching for available B-channels from the highest numbered interface.
Low: When set to Low, the system will start searching for available B-channels from the lowest numbered interface.
Example: xConguration ISDN BRI InterfaceSearch: High
xConguration ISDN BRI SwitchType
Select the type of BRI switch the system is connected to.
Value space: <NI/ATT/Euro/Jap a n/1T R6/Austr alia/F ET EX>
NI: Select NI if the switch is a National ISDN switch type. AT T: Select ATT if the switch is an AT&T (for the U.S.) ISDN switch type. Euro: Select Euro if the switch is an Euro (UK and others) ISDN switch type. Japan: Select Japan if the switch is a Japanese ISDN switch type. 1TR6: Select 1TR6 if the switch is an 1TR6 switch type. Australia: Select Australia if the switch is an Australian ISDN switch type. FETEX: Select FETEX if the switch is a FETEX ISDN switch type.
Example: xConguration ISDN BRI SwitchType: Euro
xConguration ISDN BRI MaxDeactiveTime
Set the maximum duration for Layer 1 in de-active state before auto activation (re)starts.
Value space: < 1..60>
Range: Select a value between 1 and 60 seconds.
Example: xConguration ISDN BRI MaxDeactiveTime: 5
xConguration ISDN BRI Interface [1..4] Mode
Select BRI interface 1 to 4, and set the BRI interface mode.
Value space: <On/Off>
On: Set to On to enable the selected BRI inter face. O: Set to O to disable the selected BRI interface.
Example: xConguration ISDN BRI Interface 1 Mode: Off
xConguration ISDN BRI Interface [1..4] DirectoryNumber [1..2] Number
Congure the Directory Numbers for the various BRI interfaces.
Value space: <S: 0, 24>
Format: String with a maximum of 24 characters.
Example: xConguration ISDN BRI Interface 1 DirectoryNum ber 1 Number: ""
xConguration ISDN BRI Interface [1..4] SPID [1..2] Number
Congure the SPID Numbers for the various BRI interfaces.
Value space: <S: 0, 20>
Format: String with a maximum of 20 characters.
Example: xConguration ISDN BRI Interface 1 SPID 1 Number: ""
xConguration ISDN BRI AutoActivation
Set the auto activation mode of the BRI interface (ISDN Layer 1).
Value space: <Off/Selected/All>
O: When set to O, no interfaces will be activated. Selected: When set to Selected, the system will activate the interfaces which are already on. All: When set to All, the system will activate all interfaces regardless of status.
Example: xConguration ISDN BRI AutoActivation: All
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
29
www.cisco.com
Page 30
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
The Network conguration
xConguration Network [1..1] Link Network
Set the Ethernet link speed for the network.
Value space: < Aut o/10 half/10f ull/100 h a lf/100ful l/1000f ull >
Auto: Autonegotiate link speed. 10h alf: Force link to 10 Mbps half-duplex. 10ful l: Force link to 10 Mbps full-duplex. 100 half: Force link to 100 Mbps half-duplex. 100full: Force link to 100 Mbps full-duplex. 1000full: Force link to 1 Gbps full-duplex.
Example: xConguration Network 1 Link Network: Auto
xConguration Network [1..1] Link Endpoint
Set the Ethernet link speed for the endpoint (video system).
Value space: < Aut o/10 half/10f ull/100 h a lf/100ful l/1000f ull >
Auto: Autonegotiate link speed. 10h alf: Force link to 10 Mbps half-duplex. 10ful l: Force link to 10 Mbps full-duplex. 100 half: Force link to 100 Mbps half-duplex. 100full: Force link to 100 Mbps full-duplex. 1000full: Force link to 1 Gbps full-duplex.
Example: xConguration Network 1 Link Endpoint: Auto
xConguration Network [1..1] Assignment
Dene whether to use DHCP or Static IPv4 assignment.
Value space: <Static/DH CP>
Static: Set the network assignment to Static and congure the static IPv4 settings (IP Address, SubnetMask and Gateway).
DHCP: The system addresses are automatically assigned by the DHCP server.
Example: xConguration Network 1 Assignment: DHCP
xConguration Network [1..1] DNS Domain Name
DNS Domain Name is the default domain name sux which is added to unqualied names. Example: If the DNS Domain Name is "domain.com" and the name to lookup is "MyVideoSystem",
this will result in the DNS lookup "MyVideoSystem.domain.com".
Value space: <S: 0, 64>
Format: String with a maximum of 64 characters.
Example: xConguration Network 1 DNS Domain Name: ""
xConguration Network [1..1] DNS Server [1..3] Address
Dene the network addresses for DNS servers. Up to 3 addresses may be specied. If the network addresses are unknown, contact your administrator or Internet Service Provider.
Value space: <S: 0, 64>
Format: String with a maximum of 64 characters.
Example: xConguration Network 1 DNS Server 1 Address: ""
xConguration Network [1..1] IPStack
Select which internet protocols the system will support.
Value space: <IPv4/IPv6>
IPv4: IP version 4 is supported. IPv6: IP version 6 is supported, and the IPv4 settings (IP Address, IP Subnet Mask and Gateway)
will be disabled.
Example: xConguration Network 1 IPStack: IPv4
xConguration Network [1..1] IPv4 Address
Enter the static IPv4 network address for the system. Only applicable if the Network Assignment is set to Static.
Value space: <S: 0, 64>
Format: Only the valid IP address format is accepted. Any IP address that contains letters (192.a.2.0) or unvalid IP addresses (192.0.1234.0) will be rejected.
Example: xConguration Network 1 IPv4 Address: "192.0.2.0"
xConguration Network [1..1] IPv4 Gateway
Dene the IPv4 network gateway. Only applicable if the Network Assignment is set to Static.
Value space: <S: 0, 64>
Format: Compact string with a maximum of 64 characters.
Example: xConguration Network 1 IPv4 Gateway: "192.0.2.0"
xConguration Network [1..1] IPv4 SubnetMask
Dene the IPv4 network subnet mask. Only applicable if the Network Assignment is set to Static.
Value space: <S: 0, 64>
Format: Compact string with a maximum of 64 characters.
Example: xConguration Network 1 IPv4 SubnetMask: "255.255.255.0"
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
30
www.cisco.com
Page 31
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
xConguration Network [1..1] IPv6 Address
Enter the static IPv6 network address for the system. Only applicable if the Network IPv6 Assignment is set to Static.
Value space: <S: 0, 64>
Format: The IPv6 address of host name.
Example: xCongu ration Network 1 IPv6 Address: "ffff:ffff:ffff:ffff:ffff:ffff:fff
f:ffff"
xConguration Network [1..1] IPv6 Gateway
Dene the IPv6 network gateway address. Only applicable if the Network IPv6 Assignment is set to Static.
Value space: <S: 0, 64>
Format: The IPv6 address of host name.
Example: xCongu ration Network 1 IPv6 Gateway: "ffff:ffff:ffff:ffff:ffff:ffff:fff
f:ffff"
xConguration Network [1..1] IPv6 Assignment
Dene whether to use Autoconf or Static IPv6 assignment.
Value space: <Static/Autoconf>
Static: Set the network assignment to Static and congure the static IPv6 settings (IP Address and Gateway).
Autoconf: Enable IPv6 stateless autoconguration of the IPv6 network interface. See RFC4862 for a detailed description.
Example: xConguration Network 1 IPv6 Assignment: Autoconf
xConguration Network [1..1] IPv6 DHCPOptions
Retrieves a set of DHCP options from a DHCPv6 server.
Value space: <On/Off>
On: Enable the retrieval of a selected set of DHCP options from a DHCPv6 server. O: Set to O when IPv6 Assignment is set to Static.
Example: xConguration Network 1 IPv6 DHCPOptions: On
xConguration Network [1..1] QoS Mode
The QoS (Quality of Service) is a method which handles the priorit y of audio, video, data, etc. in the network. The QoS settings must be supported by the infrastructure. Diserv (Dierentiated Services) is a computer networking architecture that species a simple, scalable and coarse-grained mechanism for classifying, managing network trac and providing QoS priorities on modern IP networks.
Value space: <Off/Diffserv>
O: No QoS method is used. Diserv: When you set the QoS Mode to Diserv you must congure the Diserv sub menu
settings (Audio, Data, Signalling, Video, ICMPv6 and NTP).
Example: xConguration Network 1 QoS Mode: Diffserv
xConguration Network [1..1] QoS Diserv Audio
The Diserv Audio denes which priorit y Audio packets should have in an IP network. The higher the number, the higher the priority. These priorities might be overridden when packets are leaving the network controlled by the local network administrator.
Value space: < 0..6 3 >
Range: Select a value from 0 to 63. A recommended value for Audio packets is Diserv Code Point (DSCP) AF41, which equals the value 34. If in doubt, contact your network administrator.
Example: xConguration Network 1 QoS Diffserv Audio: 0
xConguration Network [1..1] QoS Diserv Data
The Diserv Data denes which priority Data packets should have in an IP network. The higher the number, the higher the priority. These priorities might be overridden when packets are leaving the network controlled by the local network administrator.
Value space: < 0..6 3 >
Range: Select a value from 0 to 63. A recommended value for Data packets is Diserv Code Point (DSCP) AF23, which equals the value 22. If in doubt, contact your network administrator.
Example: xConguration Network 1 QoS Diffserv Data: 0
xConguration Network [1..1] QoS Diserv Signalling
The Diserv Signalling denes which priority Signalling packets should have in an IP network. The higher the number, the higher the priority. These priorities might be overridden when packets are leaving the network controlled by the local network administrator.
Value space: < 0..6 3 >
Range: Select a value from 0 to 63. A recommended value for Signalling packets is Diserv Code Point (DSCP) AF31, which equals the value 26. If in doubt, contact your network administrator.
Example: xConguration Network 1 QoS Diffserv Signalling: 0
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
31
www.cisco.com
Page 32
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
xConguration Network [1..1] QoS Diserv ICMPv6
The Diserv ICMPv6 denes which priority ICMPv6 packets should have in an IP network. The higher the number, the higher the priority. These priorities might be overridden when packets are leaving the network controlled by the local network administrator.
Value space: < 0..6 3 >
Range: Select a value from 0 to 63. A recommended value for ICMPv6 packets is Diserv Code Point (DSCP) CS7, which equals the value 56. If in doubt, contact your network administrator.
Example: xConguration Network 1 QoS Diffserv ICMPv6: 0
xConguration Network [1..1] QoS Diserv NTP
The Diserv NTP denes which priority NTP packets should have in an IP network. The higher the number, the higher the priority. These priorities might be overridden when packets are leaving the network controlled by the local network administrator.
Value space: < 0..6 3 >
Range: Select a value from 0 to 63. A recommended value for NTP packets is Diserv Code Point (DSCP) CS7, which equals the value 56. If in doubt, contact your network administrator.
Example: xConguration Network 1 QoS Diffserv NTP: 0
xConguration Network [1..1] QoS Diserv Video
The Diserv Video denes which priority Video packets should have in an IP network. The higher the number, the higher the priority. These priorities might be overridden when packets are leaving the network controlled by the local network administrator.
Value space: < 0..6 3 >
Range: Select a value from 0 to 63. A recommended value for Video packets is Diserv Code Point (DSCP) AF41, which equals the value 34. If in doubt, contact your network administrator.
Example: xConguration Network 1 QoS Diffserv Video: 0
xConguration Network [1..1] MTU
Set the Ethernet MTU (Maximum Transmission Unit).
Value space: < 5 76 ..1 5 0 0 >
Range: Select a value from 576 to 1500 bytes.
Example: xConguration Network 1 MTU: 1500
The NetworkServices conguration
xConguration NetworkServices NTP Mode
The Network Time Protocol (NTP) is used to synchronize the time of the system to a reference time server. The time server will subsequently be queried ever y 24th hour for time updates. The time will be displayed on the top of the screen. The system will use the time to timestamp messages transmitted to Gatekeepers or Border Controllers requiring H.235 authentication. The system will use the time to timestamp messages transmitted to Gatekeepers or Border Controllers that requires H.235 authentication. It is also used for timestamping Placed Calls, Missed Calls and Received Calls.
Value space: <Off/Auto/Manual>
O: The system will not use an NTP server. Auto: The system will use the NTP server, by which address is supplied from the DHCP server in
the network. If no DHCP ser ver is used, or the DHCP server does not provide the system with a NTP server address, the system will use the static dened NTP server address specied by the us e r.
Manual: The system will always use the static dened NTP server address specied by the user.
Example: xConguration NetworkServices NTP Mode: Manual
xConguration NetworkServices NTP Address
Enter the NTP Address to dene the network time protocol server address. This address will be used if NTP Mode is set to Manual, or if set to Auto and no address is supplied by a DHCP server.
Value space: <S: 0, 64>
Format: String with a maximum of 64 characters.
Example: xConguration NetworkServices NTP Address: "1.ntp.tand berg.com"
xConguration NetworkServices SSH Mode
SSH (or Secure Shell) protocol can provide secure encrypted communication between the codec and your local computer.
Value space: <On/Off>
On: The SSH protocol is enabled. O: The SSH protocol is disabled.
Example: xConguration NetworkServices SSH Mode: On
xConguration Network [1..1] RemoteAccess Allow
Filter IP addresses for access to ssh/telnet/HTTP/HTTPS.
Value space: <S: 0, 255>
Format: String with a maximum of 255 characters, comma separated IP adresses or IP range.
Example: xConguration Network 1 RemoteAccess Allow: "192.168.1.231,
192.168.1.182 "
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
32
www.cisco.com
Page 33
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
The Security conguration
xConguration Security Session InactivityTimeout
Determines how long the system will accept inactivity from the user before he is automatically logged out.
Value space: <0..10000>
Range: Select a value from 0 to 10000 seconds. 0 means that inactivity will not enforce automatically logout.
Example: xConguration Security Session InactivityTimeout: 0
The SIP conguration
xConguration SIP Encryption
Set the conference encryption mode. A padlock with the text "Encryption On" or "Encryption O" displays on screen for a few seconds when the conference starts.
Value space: <Bes t Effo r t/O n/Of f>
BestEort: The system will use encryption whenever possible.
1) In Point to point calls: If the far end system supports encryption (AES-128), the call will be
encrypted. If not, the call will proceed without encryption.
2) In MultiSite calls: In order to have encrypted MultiSite conferences, all sites must support encryption. If not, the conference will be unencrypted.
On: The system will only allow calls that are encrypted. O: The system will not use encryption.
Example: xConguration SIP Encryption: BestEffort
xConguration SIP Prole [1..1] URI
The SIP URI or number is used to address the system. This is the URI that is registered and used by the SIP services to route inbound calls to the system. A Uniform Resource Identier (URI) is a compact string of characters used to identify or name a resource.
Value space: <S: 0, 255>
Format: Compact string with a maximum of 255 characters.
Example: xConguration SIP Prole 1 URI: "sip:rstname.lastname@domain.com"
xConguration SIP Prole [1..1] Authentication [1..1] LoginName
This is the user name part of the credentials used to authenticate towards the SIP proxy.
Value space: <S: 0, 128>
Format: String with a maximum of 128 characters.
Example: xConguration SIP Prole 1 Authentication 1 LoginName: ""
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
xConguration SIP Prole [1..1] Authentication [1..1] Password
This is the password part of the credentials used to authenticate towards the SIP proxy.
Value space: <S: 0, 128>
Format: String with a maximum of 128 characters.
Example: xConguration SIP Prole 1 Authentication 1 Password:
33
www.cisco.com
Page 34
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
xConguration SIP Prole [1..1] Proxy [1..4] Address
The Proxy Address is the manually congured address for the outbound proxy. It is possible to use a fully qualied domain name, or an IP address. The default port is 5060 for TCP and UDP but another one can be provided. If Outbound is enabled, multiple proxies can be addressed.
Value space: <S: 0, 255>
Format: Compact string with a maximum of 255 characters. An IP address that contains letters (192.a.2.0) or unvalid IP addresses (192.0.1234.0) will be rejected.
Example: xConguration SIP Prole 1 Proxy 1 Address: ""
xConguration SIP Prole [1..1] Proxy [1..4] Discovery
Select if the SIP Proxy address is to be obtained manually or by using Dynamic Host Conguration Protocol (DHCP).
Value space: <Auto/Manual>
Auto: When Auto is selected, the SIP Proxy address is obtained using Dynamic Host Conguration Protocol (DHCP).
Manual: When Manual is selected, the manually congured SIP Proxy address will be used.
Example: xConguration SIP Prole 1 Proxy 1 Discovery: Manual
xConguration SIP Prole [1..1] DefaultTransport
Select the transport protocol to be used over the LAN.
Value space: < U D P/TCP/T l s/ A u t o >
UDP: The system will always use UDP as the default transport method. TCP: The system will always use TCP as the default transport method. Tls: The system will always use TLS as the default transpor t method. For TLS connections a SIP
CA-list can be uploaded to the video system. If no such CA-list is available on the system then anonymous Die Hellman will be used.
Auto: The system will try to connect using transport protocols in the following order: TLS, TCP, U D P.
Example: xConguration SIP Prole 1 DefaultTransport: Auto
xConguration SIP Prole [1..1] Type
Enables SIP extensions and special behaviour for a vendor or provider.
Value space: <Standard/Alcatel/Avaya/Cisco/Microsoft/Nortel/Broadsoft>
Standard: To be used when registering to standard SIP Proxy (tested with Cisco TelePresence VCS and Broadsoft)
Alcatel: To be used when registering to Alcatel-Lucent OmniPCX Enterprise. NOTE: This mode is not fully supported.
Avaya: To be used when registering to Avaya Communication Manager. NOTE: This mode is not fully supported.
Cisco: To be used when registering to Cisco Unied Communication Manager. Microsoft: To be used when registering to Microsoft LCS or OCS. NOTE: This mode is not fully
supported. Nortel: To be used when registering to Nortel MCS 5100 or MCS 5200 PBX. NOTE: This mode is
not fully supported. Broadsoft: To be used when registering to Broadsoft.
Example: xConguration SIP Prole 1 Type: Standard
xConguration SIP Prole [1..1] Outbound
The client initiated connections mechanism for rewall traversal, connection reuse and redundancy. The current version supports http://tools.ietf.org/html/draft-ietf-sip-outbound-20.
Value space: <On/Off>
On: Set up multiple outbound connections to servers in the Proxy Address list. O: Connect to the single proxy congured rst in Proxy Address list.
Example: xConguration SIP Prole 1 Outbound: Off
xConguration SIP Prole [1..1] TlsVerify
For TLS connections a SIP CA-list can be uploaded to the video system.
Value space: <On/Off>
On: Set to On to verify TLS connections. Only TLS connections to servers, whose x.509 certicate is validated against the CA-list, will be allowed.
O: Set to O to allow TLS connections without verifying them. The TLS connections are allowed to be set up without verifying the x.509 certicate received from the server against the local CA­list. This should typically be selected if no SIP CA-list has been uploaded.
Example: xConguration SIP Prole 1 TlsVerify: Off
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
34
www.cisco.com
Page 35
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
The SystemUnit conguration
xConguration SystemUnit Name
Enter the name of the unit. The system unit name will be displayed:
1) When acting as an SNMP Agent.
2) Towards a DHCP ser ver.
Value space: <S: 0, 50>
Format: String with a maximum of 50 characters.
Example: xConguration SystemUnit Name: "ISDN Link"
The T1 conguration
xConguration T1 Interface [1..1] CableLength
Species the length of the cable connected to the T1 interface.
Value space: <Range1/Range2/Range3/Range4/Range5>
Range1: 0–133 ft (0–40 m) Range2: 133–266 ft (40–81 m) Range3: 266–399 ft (81–122 m) Range4: 399–533 ft (122–162 m) Range5: 533–655 ft (162–200 m)
Example: xConguration T1 Interface 1 CableLength: Range1;
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
35
www.cisco.com
Page 36
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xConguration
API Reference Guide
The Time conguration
xConguration Time Zone
Set the time zone where the system is located, using Windows time zone description format.
Value space: <GMT-12:00 (International Date Line West)/GMT-11:00 (Midway Island,
Samoa)/GMT-10:00 (Hawaii)/GMT-09:00 (Alaska)/GMT-08:00 (Pacic Time (US & Canada); Tijuana)/GMT-07:00 (Arizona)/GMT-07:00 (Mountain Time (US & Canada))/ GMT-07:00 (Chihuahua, La Paz, Mazatlan)/GMT-06:00 (Central America)/GMT-06:00 (Saskatchewan)/GMT-06:00 (Guadalajara, Mexico City, Monterrey)/GMT-06:00 (Central Time (US & Canada))/GMT-05:00 (Indiana (East))/GMT-05:00 (Bogota, Lima, Quito)/ GMT-05:00 (Eastern Time (US & Canada))/GMT-04:30 (Caracas)/GMT-04:00 (La Paz)/ GMT-04:00 (Santiago)/GMT-04:00 (Atlantic Time (Canada))/GMT-03:30 (Newfoundland)/ GMT-03:00 (Buenos Aires, Georgetown)/GMT-03:00 (Greenland)/GMT-03:00 (Brasilia)/ GMT-02:00 (Mid-Atlantic)/GMT-01:00 (Cape Verde Is.)/GMT-01:00 (Azores)/GMT (Casablanca, Monrovia)/GMT (Coordinated Universal Time)/GMT (Greenwich Mean Time : Du blin, Edinburgh, Lisbon, London)/GMT+01:00 (West Central Africa)/ GMT+01:00 (Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna)/GMT+01:00 (Brussels, Copenhagen, Madrid, Paris)/GMT+01:00 (Sarajevo, Skopje, Warsaw, Zagreb)/GMT+01:00 (Belgrade, Bratislava, Budapest, Ljubljana, Prague)/GMT+02:00 (Harare, Pretoria)/GMT+02:00 (Jerusalem)/GMT+02:00 (Athens, Istanbul, Minsk)/ GMT+02:00 (Helsinki, Kyiv, Riga, Soa, Tallinn, Vilnius)/GMT+02:00 (Cairo)/ GMT+02:00 (Bucharest)/GMT+03:00 (Nairobi)/GMT+03:00 (Kuwait, Riyadh)/GMT+03:00 (Moscow, St. Petersburg, Volgograd)/GMT+03:00 (Baghdad)/GMT+03:30 (Tehran)/ GMT+04:00 (Abu Dhabi, Muscat)/GMT+04:00 (Baku, Tbilisi, Yerevan)/GMT+04:30 (Kabul)/GMT+05:00 (Islamabad, Karachi, Tashkent)/GMT+05:00 (Ekaterinburg)/ GMT+05:30 (Chennai, Kolkata, Mumbai, New Delhi)/GMT+05:45 (Kathmandu)/GMT+06:00 (Sri Jayawardenepura)/GMT+06:00 (Astana, Dhaka)/GMT+06:00 (Almaty, Novosibirsk)/ GMT+06:30 (Rangoon)/GMT+07:00 (Bangkok, Hanoi, Jakarta)/GMT+07:00 (Krasnoyarsk)/ GMT+08:00 (Perth)/GMT+08:00 (Taipei)/GMT+08:00 (Kuala Lumpur, Singapore)/GMT+08:00 (Beijing, Chongqing, Hong Kong, Uru mqi)/GMT+08:00 (Irkutsk, Ulaan Bataar)/ GMT+09:00 (Osaka, Sapporo, Tokyo)/GMT+09:00 (Seoul)/GMT+09:00 (Yakutsk)/GMT+09:30 (Darwin)/GMT+09:30 (Adelaide)/GMT+10:00 (Guam, Port Moresby)/GMT+10:00 (Brisbane)/ GMT+10:00 (Vladivostok)/GMT+10:00 (Hobart)/GMT+10:00 (Canberra, Melbourne, Sydney)/GMT+11:00 (Magadan, Solomon Is., New Caledonia)/GMT+12:00 (Fiji, Kamchatka, Marshall Is.)/GMT+12:00 (Auckland, Wellington)/GMT+13:00 (Nuku alofa)>
Range: Select a time zone from the list time zones. If using a command line interface; watch up for typos.
Example: xConguration Time Zone: "GMT (Greenwich Mean Time : Dublin,
Edinburgh, Lisbon, London)"
The Experimental conguration
The Experimental settings are for testing only and should not be used unless agreed with Cisco. These settings are not documented and WILL change in later releases.
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
36
www.cisco.com
Page 37
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xCommand
Description of the xCommand
API Reference Guide
Chapter 4
commands
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
37
www.cisco.com
Page 38
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xCommand

Description of the xCommands commands

In the following pages you will nd a complete list of all xCommand type commands with parameters. We recommend you visit our web site regularly for updated versions of the manual. Go to: http://www.cisco.com/go/isdnlink-docs
API Reference Guide
The Boot commands
xCommand Boot
Reboot system.
Requires user role: USER
Example:
xCom mand Boot
*r BootResult (status=OK):
** end
OK
CUIL reboot request, restarting
Connection closed by foreign host.
The Security commands
xCommand Security FIPSMode Activate
Activate FIPS (140-2) mode. NOTE: Activating FIPS mode implies a reset to factory defaults. While in FIPS mode, software upgrade is disabled and the following limitations will apply: All calls will
be encrypted. IEEE802.1x and SNMP are disabled. The SIP Prole Type setting cannot be Microsoft. The root user is not available (root settings cannot be changed). To exit FIPS mode, perform a factory reset.
Conrm: <Yes>
Requires user role: ADMIN
Parameters:
Conrm(r): <Yes>
Example:
xCom mand Security FIPSMode Activate Conrm: "Yes"
OK
*r SecurityFIPSModeActivateResult (status=OK)
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
38
www.cisco.com
Page 39
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xCommand
API Reference Guide
The SystemUnit commands
xCommand SystemUnit AdminPassword Set
Set an administrator password to restrict access to the ISDN Link.
Requires user role: USER
Parameters:
Password(r): <S: 0, 64>
Example:
xCom mand SystemUnit AdminPassword Set Password: ""
*r SystemUnitAdminPasswordSetResult (status=OK):
** end
xCommand SystemUnit DateTime Set
Set the date and time for the system, if not available from NTP (Network Time Protocol). See the xConguration NetworkServices NTP Mode
Requires user role: ADMIN
Parameters:
Year: <2008..2037> Mo n t h : <1..12 > Day : <1. .31> Hour: <0..23> Minute: <0..59> Second: <0..59>
Example:
xCom mand SystemUnit DateTime Set Year:2012 Month:7 Day:1 Hour:12 Minute:0 Se c ond:0
*r SystemUnitDateTimeSetResult (status=OK):
** end
xCommand SystemUnit DateTime Get
Read the time and date from the system.
Requires user role: USER
Example:
xCom mand SystemUnit DateTime get
*r SystemUnitDateTimeGetResult (status=OK):
Year: 2012
Month: 7
Day: 1
Hour: 12
Minute: 0
Second: 0
** end
xCommand SystemUnit FactoryReset
Reset the codec to factory default settings. The call logs will be deleted and all system parameters will be reset to default values. All les that have been uploaded to the codec will be deleted. The Release key and Option key will not be aected.
As a default the system restar ts after the factory reset.
Requires user role: ADMIN
Parameters:
Conrm(r): <Yes>
Example:
xCom mand SystemUnit FactoryReset Conrm: Yes
*r SystemUnitFactoryResetResult (status=OK):
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
39
www.cisco.com
Page 40
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xCommand
xCommand SystemUnit SoftwareUpgrade
Initiate a software upgrade by fetching the software on a given URL. If the server requires username and password these parameters must be included.
Requires user role: USER
Parameters:
URL(r): <S: 0, 255> UserName: <S: 0, 255> Password: <S: 0, 255>
Example:
xCom mand SystemUnit SoftwareUpgrade URL: "ftp://<ftp _ server _ ip _ address>/<path>/<lenam e>" UserName: "" Password: ""
*r SystemUnitSoftwareUpgradeResult (status=OK):
** end
API Reference Guide
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
40
www.cisco.com
Page 41
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
Chapter 5
Description of the xStatus
commands
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
41
www.cisco.com
Page 42
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus

Description of the xStatus commands

The following pages will list an example of the xStatus commands and the response. Status type commands returns information about the system and system processes. You can query all information or just some of it.
We recommend you visit our web site regularly for updated versions of the manual. Go to:
http://www.cisco.com/go/isdnlink-docs
API Reference Guide
Call status
ISDN Link operates as a gateway between a Caller and a Callee. Thus xStatus referring to "Caller" is about the calling party or the connection between the calling party and the ISDN Link. Similarly xStatus referring to "Callee" is about the called party or the connection between the ISDN Link and the called party.
xStatus Call
Shows the top level overview of the call status. The call identity is used when querying for additional information about the call.
Example:
xStatus Call
*s Call 20 Status: Active
*s Call 20 CallType: Video
*s Call 20 Duration: 2354
*s Call 20 Caller Status: Connected
*s Call 20 Caller Protocol: "SIP"
*s Call 20 Caller RemoteNumber: "rstname.lastna me@company.com"
*s Call 20 Caller CallbackNu mber: "rstna me.lastname@compa ny.com"
*s Call 20 Caller LocalNu mber: "isdn-link1@company.com;x-h320number=1234"
*s Call 20 Caller TransmitCallRate: 768
*s Call 20 Caller ReceiveCallRate: 1920
*s Call 20 Caller Encryption Ty pe: "Aes-128"
*s Call 20 Callee Status: Connected
*s Call 20 Callee Protocol: "H320"
*s Call 20 Callee RemoteNumber: "1234"
*s Call 20 Callee Call backNum ber: "1234"
*s Call 20 Callee LocalNumber: "5678"
*s Call 20 Callee TransmitCallRate: 1920
*s Call 20 Callee ReceiveCallRate: 768
*s Call 20 Callee Encryption Ty pe: "None"
** end
xStatus Call [1..n] Status
Shows the status of a call. You can run the command xStatus Call to nd the call identity.
Value space of the result returned:
<Idle/Initializing/Accepted/Active/Disconnecting>
Example:
xStatus Call 20 Status
*s Call 20 Status: Active
** end
xStatus Call [1..n] CallType
Shows the call type of the incoming or outgoing call. You can run the command xStatus Call to nd the call identity.
Value space of the result returned:
<Video/Audio>
Example:
xStatus Call 20 CallType
*s Call 20 CallType: Video
** end
xStatus Call [1..n] Duration
Shows the duration of a call (in seconds). You can run the command xStatus Call to nd the call identity.
Value space of the result returned:
<Integer>
Example:
xStatus Call 20 Duration
*s Call 20 Duration: 2354
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
42
www.cisco.com
Page 43
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus Call [1..n] Caller Status xStatus Call [1..n] Callee Status
Shows the call status between the calling par ty and the ISDN Link (Caller Status) or between the ISDN Link and the called party (Callee Status). You can run the command xStatus Call to nd the call identity.
Value space of the result returned:
<Idle/Dialling/Ringing/Connecting/Connected/Disconnecting/Unknown>
Example:
xStatus Call 20 Caller Status
*s Call 20 Caller Status: Connected
** end
xStatus Call [1..n] Caller Protocol xStatus Call [1..n] Callee Protocol
Shows the call protocol being used between the calling party and the ISDN Link (Caller Protocol) or between the ISDN Link and the called party (Callee Protocol).You can run the command xStatus Call to nd the call identity.
Value space of the result returned:
<String>
Example:
xStatus Call 20 Callee Protocol
*s Call 20 Callee Protocol: "H320"
** end
xStatus Call [1..n] Caller RemoteNumber xStatus Call [1..n] Callee RemoteNumber
Shows the number or URI of the calling party (Caller RemoteNumber) or called party (Callee RemoteNumber). You can run the command xStatus Call to nd the call identity.
Value space of the result returned:
<String>
Example:
xStatus Call 20 Callee RemoteNum ber
*s Call 20 Callee RemoteNumber: "1234"
** end
xStatus Call [1..n] Caller CallbackNumber xStatus Call [1..n] Callee CallbackNumber
Shows the number or URI that ISDN Link shall use when calling back to the calling party (Caller CallbackNumber) or called party (Callee CallbackNumber). You can run the command xStatus Call to nd the call identity.
Value space of the result returned:
<String>
Example:
xStatus Call 20 Callee CallbackNumber
*s Call 20 Callee Call backNum ber: "1234"
** end
xStatus Call [1..n] Caller LocalNumber
Shows the number called to reach the ISDN Link. For SIP callers this would be the number and parameters needed to reach the callee.
Value space of the result returned:
<String>
Example:
Calling from a SIP client to an H320 client
-------------------------------------------
xStatus Call 20 Caller LocalNu m ber
*s Call 20 Caller LocalNumber: "isdn-link1@company.com;x-h320number=1234"
** end
Calling from an H320 client
---------------------------
xStatus Call 20 Caller LocalNu m ber
*s Call 20 Caller LocalNumber: "5678"
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
43
www.cisco.com
Page 44
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus Call [1..n] Callee LocalNumber
Shows the number from which the ISDN Link is calling. This number is the callback number for the called party. For SIP callee's this would include the number and parameters to perform callback to the caller side.
Value space of the result returned:
<String>
Example:
Calling to an H320 client
-------------------------
xStatus Call 20 Callee LocalNum ber
*s Call 20 Callee LocalNumber: "5678"
** end
Calling to a SIP client from an H320 client
-------------------------------------------
xStatus Call 20 Callee LocalNum ber
*s Call 20 Callee LocalNu mber: "isdn-link1@company.com;x-h320number=1234"
** end
xStatus Call [1..n] Caller TransmitCallRate xStatus Call [1..n] Callee TransmitCallRate
Shows the transmit bandwidth used between the calling party and the ISDN Link (Caller TransmitCallRate) or between the ISDN Link and the called party (Callee TransmitCallRate). The bandwidth is in kilobits per second (kbps). You can run the command xStatus Call to nd the call identity.
Value space of the result returned:
<Integer>
Example:
xStatus Call 20 Caller TransmitCallRate
*s Call 20 Caller TransmitCallRate: 768
** end
xStatus Call [1..n] Caller ReceiveCallRate xStatus Call [1..n] Callee ReceiveCallRate
Shows the receive bandwidth used between the calling party and the ISDN Link (Caller ReceiveCallRate) or between the ISDN Link and the called par ty (Callee ReceiveCallRate). The bandwidth is in kilobits per second (kbps). You can run the command xStatus Call to nd the call identity.
Value space of the result returned:
<Integer>
Example:
xStatus Call 20 Caller ReceiveCallRate
*s Call 20 Caller ReceiveCallRate: 1920
** end
xStatus Call [1..n] Caller Encryption Type xStatus Call [1..n] Callee Encryption Type
Shows the encryption type used between the calling party and the ISDN Link (Caller Encryption Type) or between the ISDN Link and the called part y (Callee Encryption Type). You can run the command xStatus Call to nd the call identity
Value space of the result returned:
< "N o n e "/ "Ae s -12 8">
Example:
xStatus Call 20 Caller Encryption Type
*s Call 20 Caller Encryption Ty pe: "Aes-128"
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
44
www.cisco.com
Page 45
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
ExternalNetwork status
xStatus ExternalNetwork
Shows the top level overview of the External Network inter face (V.35, RS-366, RS-449 or RS-530) status.
Cisco TelePresence ISDN Link has three communication interfaces: ISDN BRI, ISDN PRI and External Network. Only one of these interfaces can be enabled at any time.
Example:
xStatus Externa lNetwork
*s ExternalNetwork Interface 1 Status: Ready
*s ExternalNetwork Interface 1 ClockRate: 1920
*s ExternalNetwork Interface 1 Channel 1 Status: Disconnected
*s ExternalNetwork Interface 1 Channel 1 Call 10 CallingNu mber: "1234"
*s ExternalNetwork Interface 1 Channel 1 Call 10 CauseLocation: 0
*s ExternalNetwork Interface 1 Channel 1 Call 10 ChannelCause: 16
*s ExternalNetwork Interface 1 Channel 1 Call 10 Duration: 771
** end
xStatus ExternalNetwork Interface [1..1] Status
Shows the status of the External Network interface. Ready: The external network is ready to relay calls. NotReady: The external network is not ready for use, e.g. when clock is missing or the line is broken. O: The external network is not enabled (i.e. xConguration H320 NetType is not set to External).
Value space of the result returned:
<Ready/NotReady/O>
Example:
xStatus ExternalNetwork Interface 1 Status
*s ExternalNetwork Interface 1 Status: Ready
** end
xStatus ExternalNetwork Interface [1..1] ClockRate
Shows the clock rate (in kbps) used for synchronous communication on the external network. This clock is provided by the attached equipment.
Value space of the result returned:
<Integer>
Example:
xStatus ExternalNetwork Interface 1 ClockRate
*s ExternalNetwork Interface 1 ClockRate: 1920
** end
xStatus ExternalNetwork Interface [1..1] Channel [1..n] Status
Gives information about the call progress in a channel on the external interface. The information indicates the various stages each channel goes through whilst establishing a connection.
Idle: The channel is idle. This state is normally only seen if the channel has never been used. Calling: The network has acknowledged an incoming call, but the connection is not yet established. Answering: The network has acknowledged an outgoing call, but the connection is not yet
established. Connect: The connection is established. Disconnecting: Waiting for the network to conrm the termination of the incoming or outgoing call. Disconnected: The network has acknowledged the termination of the call. The channel is available for
a new call.
Value space of the result returned:
<Idle/Calling/Answering/Connect/Disconnecting/Disconnected>
Example:
xStatus ExternalNetwork Interface 1 Channel 1 Status
*s ExternalNetwork Interface 1 Channel 1 Status: Disconnected
** end
xStatus ExternalNetwork Interface [1..1] Channel [1..n] Call [1..n] CallingNumber
Shows the number of the system initiating a call on the external network.
Value space of the result returned:
<String>
Example:
xStatus ExternalNetwork Interface 1 Channel 1 Call 10 CallingNumber
*s ExternalNetwork Interface 1 Channel 1 Call 10 CallingNu mber: "1234"
** end
xStatus ExternalNetwork Interface [1..1] Channel [1..n] Call [1..n] CauseLocation
Shows where the disconnection of a call on the external network is originated. The location codes are specied in ITU-T Recommendation Q.931 (the Cause information element).
Value space of the result returned:
<Integer>
Example:
xStatus ExternalNetwork Interface 1 Channel 1 Call 10 CauseLocation
*s ExternalNetwork Interface 1 Channel 1 Call 10 CauseLocation: 0
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
45
www.cisco.com
Page 46
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus ExternalNetwork Interface [1..1] Channel [1..n] Call [1..n] ChannelCause
Shows the reason why a call on the external network is disconnected. The cause values are specied in ITU-T Recommendation Q.931 (the Cause information element).
Some common cause values are listed below; ITU-T Q.931 contains the complete list. 1: Unallocated (unassigned) number 2: No route to specied transit network 16: Normal call clearing 17: User busy 18: No user responding 21: Call rejected 28: Invalid number format 29: Facility rejected 31: Normal, unspecied 34: No circuit/channel available 41: Temporary failure 58: Bearer capability not presently available 65: Bearer capability not implemented 69: Requested facility not implemented 81: Invalid call reference value 88: Incompatible destination 100: Invalid information element contents 102: Recovery on timer expiry 127: Interworking, unspecied 128-255: Cisco specic codes
Value space of the result returned:
<Integer>
Example:
xStatus ExternalNetwork Interface 1 Channel 1 Call 10 ChannelCause
*s ExternalNetwork Interface 1 Channel 1 Call 10 ChannelCause: 16
** end
H320 status
xStatus H320 NetType
Shows which one of ISDN Link's communication interfaces is enabled. Note that only one inter face is enabled at a time.
BRI: The ISDN BRI interface is enabled. PRI: The ISDN PRI interface is enabled. External: The external network (NET) interface is enabled. G703: For testing only.
Value space of the result returned:
<BRI/PRI/External/G703>
Example:
xStatus H320 NetType
*s H320 NetType: PRI
** end
xStatus ExternalNetwork Interface [1..1] Channel [1..n] Call [1..n] Duration
Shows the duration (in seconds) of a call on the external network.
Value space of the result returned:
<Integer>
Example:
xStatus ExternalNetwork Interface 1 Channel 1 Call 10 Duration
*s ExternalNetwork Interface 1 Channel 1 Call 10 Duration: 771
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
46
www.cisco.com
Page 47
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
ISDN status
xStatus ISDN
Shows the top level overview of the ISDN status. Cisco TelePresence ISDN Link has three communication interfaces: ISDN BRI, ISDN PRI and external
network (NET). Only one of these interfaces can be enabled at any time.
Example:
The PRI interface is enabled
----------------------------
xStatus ISDN
*s ISDN PRI Interface 1 Status: Ready
*s ISDN PRI Interface 1 BChansFree: 18
*s ISDN PRI Interface 1 BChansTotal: 30
*s ISDN PRI Interface 1 Layer1Status: Synnc
*s ISDN PRI Interface 1 Channel 1 Type: BChannel
*s ISDN PRI Interface 1 Channel 1 Status: Idle
.
.
.
*s ISDN PRI Interface 1 Channel 31 Type: BChannel
*s ISDN PRI Interface 1 Channel 31 Status: Connect
*s ISDN BRI Interface 1 Status: Off
*s ISDN BRI Interface 2 Status: Off
*s ISDN BRI Interface 3 Status: Off
*s ISDN BRI Interface 4 Status: Off
** end
The BRI interface is ena bled
----------------------------
xStatus ISDN
*s ISDN PRI Interface 1 Status: Off
*s ISDN BRI Interface 1 Status: Ready
*s ISDN BRI Interface 1 Channel 1 Type: BChannel
*s ISDN BRI Interface 1 Channel 1 Status: Connect
*s ISDN BRI Interface 1 Channel 1 Call 1 CallingNum ber: "1234"
*s ISDN BRI Interface 1 Channel 2 Type: BChannel
*s ISDN BRI Interface 1 Channel 2 Status: Connect
*s ISDN BRI Interface 1 Channel 2 Call 1 CallingNum ber: "1234"
*s ISDN BRI Interface 2 Status: Off
*s ISDN BRI Interface 3 Status: Off
*s ISDN BRI Interface 4 Status: Off
** end
Neither the PRI nor the BRI interface is enabled
------------------------------------------------
xStatus ISDN
*s ISDN PRI Interface 1 Status: Off
*s ISDN BRI Interface 1 Status: Off
*s ISDN BRI Interface 2 Status: Off
*s ISDN BRI Interface 3 Status: Off
*s ISDN BRI Interface 4 Status: Off
** end
xStatus ISDN PRI Interface [1..1] Status
Shows the status of the PRI interface. Ready: The PRI interface is ready to relay calls. NotReady: The PRI interface is not ready for use, e.g. when synchronization is missing or the line is
broken. O: The PRI interface is not enabled (i.e. xConguration H320 NetType is not set to PRI).
Value space of the result returned:
<Ready/NotReady/O>
Example:
xStatus ISDN PRI Interface 1 Status
*s ISDN PRI Interface 1 Status: Ready
** end
xStatus ISDN PRI Interface [1..1] BChansFree
Shows the number of B channels (bearer channels, 64 kbps) currently available on the PRI interface.
Value space of the result returned:
<0..30>
Example:
xStatus ISDN PRI Interface 1 BChansFree
*s ISDN PRI Interface 1 BChansFree: 18
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
47
www.cisco.com
Page 48
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus ISDN PRI Interface [1..1] BChansTotal
Shows how many B channels (bearer channels, 64 kbps) the PRI interface oers in total.
Value space of the result returned:
<1..30 >
Example:
xStatus ISDN PRI Interface 1 BChansTotal
*s ISDN PRI Interface 1 BChansTotal: 30
** end
xStatus ISDN PRI Interface [1..1] Layer1Status
Shows whether there are issues relating to framing information (physical layer). Sync: The system is receiving framing information and the channels are synchronized. Yellow: The system is receiving framing information, but the remote system is not receiving the
transmitted framing information. This may be caused by a broken connector in the TX part of your PRI cable. It could also indicate a weak or noisy signal in the TX part of the PRI cable.
Red: There is no signal and thus the system receives no framing information from the remote site (this has the same eect as pulling out the PRI cable).
Blue: The network on the far side of the CSU (Channel Services Unit) is unavailable. For example, assume that a system is connected via a CSU (Channel Services Unit) as follows: System–CableA– CSU–CableB–Network. If the CSU loses framing/synchronisation from the network, e.g. due to a bad CableB, it will no longer send valid framing out on CableA towards the system. Instead it transmits "Blue Alarm". Seen from the system receiving the blue alarm, this means that the network on the far side of the CSU is unavailable.
Unknown: The system is not able to determine the layer 1 status.
Value space of the result returned:
<Sync/Yellow/Red/Blue/Unknown>
Example:
xStatus ISDN PRI Interface 1 Layer1Status
*s ISDN PRI Interface 1 Layer1Status: Sync
** end
xStatus ISDN PRI Interface [1..1] Channel [1..n] Type
Shows the channel type for a channel on the PRI interface. The PRI interface comprises a number of channels, each dedicated to either the primary communication or to control and signalling information.
DChannel: The channel is a data channel (D channel), which carries the control and signalling information in ISDN. The bit rate of the D channel on a PRI interface is 64 kbps.
BChannel: The channel is a bearer channel (B channel), which carries the primary video conference or speech call communication in ISDN. The bit rate of a B channel on a PRI interface is 64 kbps.
Value space of the result returned:
<DChannel/BChannel>
Example:
xStatus ISDN PRI Interface 1 Channel 1 Ty pe
*s ISDN PRI Interface 1 Channel 1 Type: BChannel
** end
xStatus ISDN PRI Interface [1..1] Channel [1..n] Status
Gives information about the call progress in a channel on the PRI interface. The information indicates the various stages each channel goes through whilst establishing a connection.
Idle: The channel is idle. This state is normally only seen if the channel has never been used. Calling: The network has acknowledged an incoming call, but the connection is not yet established. Answering: The network has acknowledged an outgoing call, but the connection is not yet
established. Connect: The connection is established. Disconnecting: Waiting for the network to conrm the termination of the incoming or outgoing call. Disconnected: The network has acknowledged the termination of the call. The channel is available for
a new call.
Value space of the result returned:
<Idle/Calling/Answering/Connect/Disconnecting/Disconnected>
Example:
xStatus ISDN PRI Interface 1 Channel 1 Status
*s ISDN PRI Interface 1 Channel 1 Status: Idle
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
xStatus ISDN PRI Interface [1..1] Channel [1..n] Call [1..n] CallingNumber
Shows the number calling into the ISDN PRI interface (for an incoming call), and the number that ISDN Link is making a call to on the ISDN PRI interface (for an outgoing call).
Value space of the result returned:
<String>
Example:
xStatus ISDN PRI Interface 1 Channel 1 Call 20 CallingNum ber
*s ISDN PRI Interface 1 Channel 1 Call 20 CallingNumber: "1234"
** end
48
www.cisco.com
Page 49
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus ISDN PRI Interface [1..1] Channel [1..n] Call [1..n] CauseLocation
Shows where the disconnection of a call on the PRI interface is originated. The location codes are specied in ITU-T Recommendation Q.931 (the Cause information element).
Value space of the result returned:
<Integer>
Example:
xStatus ISDN PRI Interface 1 Channel 1 Call 20 CauseLocation
*s ISDN PRI Interface 1 Channel 1 Call 20 CauseLocation: 0
** end
xStatus ISDN PRI Interface [1..1] Channel [1..n] Call [1..n] ChannelCause
Shows the reason why a call on the PRI interface is disconnected. The cause values are specied in ITU-T Recommendation Q.931 (the Cause information element).
Some common cause values are listed below; ITU-T Q.931 contains the complete list. 1: Unallocated (unassigned) number 2: No route to specied transit network 16: Normal call clearing 17: User busy 18: No user responding 21: Call rejected 28: Invalid number format 29: Facility rejected 31: Normal, unspecied 34: No circuit/channel available 41: Temporary failure 58: Bearer capability not presently available 65: Bearer capability not implemented 69: Requested facility not implemented 81: Invalid call reference value 88: Incompatible destination 100: Invalid information element contents 102: Recovery on timer expiry 127: Interworking, unspecied 128-255: Cisco specic codes
Value space of the result returned:
<Integer>
Example:
xStatus ISDN PRI Interface 1 Channel 1 Call 20 ChannelCause
*s ISDN PRI Interface 1 Channel 1 Call 20 ChannelCause: 16
** end
xStatus ISDN PRI Interface [1..1] Channel [1..n] Call [1..n] Duration
Shows the duration (in seconds) of a call on the PRI interface.
Value space of the result returned:
<Integer>
Example:
xStatus ISDN PRI Interface 1 Channel 1 Call 20 Duration
*s ISDN PRI Interface 1 Channel 1 Call 20 Duration: 210
** end
xStatus ISDN BRI Interface [1..4] Status
Shows the status of the BRI interface. Ready: The BRI interface is ready to relay calls. NotReady: The BRI interface is not ready for use, e.g. when synchronization is missing or the line is
broken. O: The BRI interface is not enabled (i.e. xConguration H320 NetType is not set to BRI).
Value space of the result returned:
<Ready/NotReady/O>
Example:
xStatus ISDN BRI Interface 1 Status
*s ISDN BRI Interface 1 Status: Ready
** end
xStatus ISDN BRI Interface [1..4] Layer1Alarm
Shows whether or not there are any alarms related to the physical layer, e.g. cable not properly connected to switch.
On: Layer 1 alarm. O: No alarm.
Value space of the result returned:
<On/O>
Example:
xStatus ISDN BRI Interface 1 Layer1Alarm
*s ISDN BRI Interface 1 Layer1Alarm: Off
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
49
www.cisco.com
Page 50
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus ISDN BRI Interface [1..4] Layer2Alarm
Shows whether there are any alarms related to the data-link layer. On: Layer 2 alarm. O: No alarm.
Value space of the result returned:
<On/O>
Example:
xStatus ISDN BRI Interface 1 Layer2Alarm
*s ISDN BRI Interface 1 Layer2Alarm: Off
** end
xStatus ISDN BRI Interface [1..4] Channel [1..3] Type
Shows the channel type for a channel on a BRI interface. A BRI interface comprises two channels for the primary communication and one channel for control and signalling information.
DChannel: The channel is a data channel (D channel), which carries the control and signalling information in ISDN. The bit rate of the D channel of a BRI interface is 16 kbps.
BChannel: The channel is a bearer channel (B channel), which carries the primary video conference or speech call communication in ISDN. The bit rate of a B channel on a BRI interface is 64 kbps.
Value space of the result returned:
<DChannel/BChannel>
Example:
xStatus ISDN BRI Interface 1 Channel 1 Ty pe
*s ISDN BRI Interface 1 Channel 1 Type: BChannel
** end
xStatus ISDN BRI Interface [1..4] Channel [1..3] Status
Gives information about the call progress in a channel on a BRI interface. The information indicates the various stages each channel goes through whilst establishing a connection.
Idle: The channel is idle. This state is normally only seen if the channel has never been used. Calling: The network has acknowledged an incoming call, but the connection is not yet established. Answering: The network has acknowledged an outgoing call, but the connection is not yet
established. Connect: The connection is established. Disconnecting: Waiting for the network to conrm the termination of the incoming or outgoing call. Disconnected: The network has acknowledged the termination of the call. The channel is available for
a new call.
Value space of the result returned:
<Idle/Calling/Answering/Connect/Disconnecting/Disconnected>
Example:
xStatus ISDN BRI Interface 1 Channel 1 Status
*s ISDN BRI Interface 1 Channel 1 Status: Connect
** end
xStatus ISDN BRI Interface [1..4] Channel [1..3] Call [1..n] CallingNumber
Shows the number calling into the ISDN BRI interface (for an incoming call), and the number that ISDN Link is making a call to on the ISDN BRI interface (for an outgoing call).
Value space of the result returned:
<String>
Example:
xStatus ISDN BRI Interface 1 Channel 1 Call 30 CallingNum ber
*s ISDN BRI Interface 1 Channel 1 Call 30 CallingNu mber: "1234"
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
xStatus ISDN BRI Interface [1..4] Channel [1..3] Call [1..n] CauseLocation
Shows where the disconnection of a call on the BRI interface is originated. The location codes are specied in ITU-T Recommendation Q.931 (the Cause information element).
Value space of the result returned:
<Integer>
Example:
xStatus ISDN BRI Interface 1 Channel 1 Call 30 CauseLocation
*s ISDN BRI Interface 1 Channel 1 Call 30 CauseLocation: 0
** end
50
www.cisco.com
Page 51
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus ISDN BRI Interface [1..4] Channel [1..3] Call [1..n] ChannelCause
Shows the reason why a call on the BRI interface is disconnected. The cause values are specied in ITU-T Recommendation Q.931 (the Cause information element).
Some common cause values are listed below; ITU-T Q.931 contains the complete list. 1: Unallocated (unassigned) number 2: No route to specied transit network 16: Normal clearing 17: User busy 18: No user responding 21: Call rejected 28: Invalid number format 29: Facility rejected 31: Normal, unspecied 34: No circuit/channel available 41: Temporary failure 58: Bearer capability not presently available 65: Bearer capability not implemented 69: Requested facility not implemented 81: Invalid call reference value 88: Incompatible destination 100: Invalid information element contents 102: Recovery on timer expiry 127: Interworking, unspecied 128-255: Cisco specic codes
Value space of the result returned:
<Integer>
Example:
xStatus ISDN BRI Interface 1 Channel 1 Call 30 ChannelCause
*s ISDN BRI Interface 1 Channel 1 Call 30 ChannelCause: 16
** end
xStatus ISDN BRI Interface [1..4] Channel [1..3] Call [1..n] Duration
Shows the duration (in seconds) of a call. Applies to calls on a BRI inter face channel only.
Value space of the result returned:
<Integer>
Example:
xStatus ISDN BRI Interface 1 Channel 1 Call 30 Duration
*s ISDN BRI Interface 1 Channel 1 Call 30 Duration: 270
** end
MediaChannels status
ISDN Link operates as a gateway between a Caller and a Callee. Thus xStatus referring to "Caller" is about the calling party or the connection between the calling party and the ISDN Link. Similarly xStatus referring to "Callee" is about the called party or the connection between the ISDN Link and the called party.
xStatus MediaChannels
Shows the top level overview of the media channel status. The example shows the status for an ongoing call. The identities of the call and channels are used when querying additional information.
Example:
xStatus MediaChannels
*s MediaChannels Call 20 Caller IncomingAudioChannel 1 Encryption Status: On
*s MediaChannels Call 20 Caller IncomingAudioChannel 1 Audio Protocol: G722
*s MediaChannels Call 20 Caller IncomingAudioChannel 1 Audio Mute: False
*s MediaChannels Call 20 Caller IncomingAudioChannel 1 Audio Channels: 1
*s MediaChannels Call 20 Caller IncomingAudioChannel 1 Transport RTP Local Ip A d d r e ss: "192.0.2.54"
*s MediaChannels Call 20 Caller IncomingAudioChannel 1 Transport RTP Local Port: 2326
*s MediaChannels Call 20 Caller IncomingAudioChannel 1 Transport RTP Remote Ip A d d r e ss: "192.0.2.181"
*s MediaChannels Call 20 Caller IncomingAudioChannel 1 Transport RTP Remote Port: 2366
*s MediaChannels Call 20 Caller IncomingAudioChannel 1 Transport RTCP Local Ip A d d r e ss: "192.0.2.54"
*s MediaChannels Call 20 Caller IncomingAudioChannel 1 Transport RTCP Local Port: 2327
*s MediaChannels Call 20 Caller IncomingAudioChannel 1 Transport RTCP Remote IpAddress: "192.0.2.181"
*s MediaChannels Call 20 Caller IncomingAudioChannel 1 Transport RTCP Remote Port: 2367
*s MediaChannels Call 20 Caller IncomingVideoChannel 2 Encryption Status: On
*s MediaChannels Call 20 Caller IncomingVideoChannel 2 ChannelRole: Main
*s MediaChannels Call 20 Caller IncomingVideoChannel 2 Video Protocol: H264
*s MediaChannels Call 20 Caller IncomingVideoChannel 2 Transport RTP Local Ip A d d r e ss: "192.0.2.54"
*s MediaChannels Call 20 Caller IncomingVideoChannel 2 Transport RTP Local Port: 2342
*s MediaChannels Call 20 Caller IncomingVideoChannel 2 Transport RTP Remote Ip A d d r e ss: "192.0.2.181"
*s MediaChannels Call 20 Caller IncomingVideoChannel 2 Transport RTP Remote Port: 2368
*s MediaChannels Call 20 Caller IncomingVideoChannel 2 Transport RTCP Local
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
51
www.cisco.com
Page 52
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
Ip A d d r e ss: "192.0.2.54"
*s MediaChannels Call 20 Caller IncomingVideoChannel 2 Transport RTCP Local Port: 2343
*s MediaChannels Call 20 Caller IncomingVideoChannel 2 Transport RTCP Remote IpAddress: "192.0.2.181"
*s MediaChannels Call 20 Caller IncomingVideoChannel 2 Transport RTCP Remote Port: 2369
*s MediaChannels Call 20 Caller IncomingVideoChannel 3 Encryption Status: On
*s MediaChannels Call 20 Caller IncomingVideoChannel 3 ChannelRole: Presentation
*s MediaChannels Call 20 Caller IncomingVideoChannel 3 Video Protocol: Off
*s MediaChannels Call 20 Caller IncomingVideoChannel 3 Transport RTP Local Ip A d d r e ss: "192.0.2.54"
*s MediaChannels Call 20 Caller IncomingVideoChannel 3 Transport RTP Local Port: 2358
*s MediaChannels Call 20 Caller IncomingVideoChannel 3 Transport RTP Remote Ip A d d r e ss: "192.0.2.181"
*s MediaChannels Call 20 Caller IncomingVideoChannel 3 Transport RTP Remote Port: 2370
*s MediaChannels Call 20 Caller IncomingVideoChannel 3 Transport RTCP Local Ip A d d r e ss: "192.0.2.54"
*s MediaChannels Call 20 Caller IncomingVideoChannel 3 Transport RTCP Local Port: 2359
*s MediaChannels Call 20 Caller IncomingVideoChannel 3 Transport RTCP Remote IpAddress: "192.0.2.181"
*s MediaChannels Call 20 Caller IncomingVideoChannel 3 Transport RTCP Remote Port: 2371
*s MediaChannels Call 20 Caller OutgoingAudioCha nnel 1 Encryption Status: On
*s MediaChannels Call 20 Caller OutgoingAudioCha nnel 1 Aud io Protocol: G722
*s MediaChannels Call 20 Caller OutgoingAudioCha nnel 1 Aud io Channels: 1
*s MediaChannels Call 20 Caller OutgoingAudioCha nnel 1 Transport RTP Local Ip A d d r e ss: "192.0.2.54"
*s MediaChannels Call 20 Caller OutgoingAudioCha nnel 1 Transport RTP Local Port: 2326
*s MediaChannels Call 20 Caller OutgoingAudioCha nnel 1 Transport RTP Remote Ip A d d r e ss: "192.0.2.181"
*s MediaChannels Call 20 Caller OutgoingAudioCha nnel 1 Transport RTP Remote Port: 2366
*s MediaChannels Call 20 Caller OutgoingAudioCha nnel 1 Transport RTCP Local Ip A d d r e ss: "192.0.2.54"
*s MediaChannels Call 20 Caller OutgoingAudioCha nnel 1 Transport RTCP Local Port: 2327
*s MediaChannels Call 20 Caller OutgoingAudioCha nnel 1 Transport RTCP Remote IpAddress: "192.0.2.181"
*s MediaChannels Call 20 Caller OutgoingAudioCha nnel 1 Transport RTCP
Remote Port: 2367
*s MediaChannels Call 20 Caller OutgoingVideoChannel 2 Encry ption Status: On
*s MediaChannels Call 20 Caller OutgoingVideoChannel 2 Chan nelRole: Main
*s MediaChannels Call 20 Caller OutgoingVideoChannel 2 Video Protocol: H264
*s MediaChannels Call 20 Caller OutgoingVideoChannel 2 Transport RTP Local Ip A d d r e ss: "192.0.2.54"
*s MediaChannels Call 20 Caller OutgoingVideoChannel 2 Transport RTP Local Port: 2342
*s MediaChannels Call 20 Caller OutgoingVideoChannel 2 Transport RTP Remote Ip A d d r e ss: "192.0.2.181"
*s MediaChannels Call 20 Caller OutgoingVideoChannel 2 Transport RTP Remote Port: 2368
*s MediaChannels Call 20 Caller OutgoingVideoChannel 2 Transport RTCP Local Ip A d d r e ss: "192.0.2.54"
*s MediaChannels Call 20 Caller OutgoingVideoChannel 2 Transport RTCP Local Port: 2343
*s MediaChannels Call 20 Caller OutgoingVideoChannel 2 Transport RTCP Remote Ip A d d r e ss: "192.0.2.181"
*s MediaChannels Call 20 Caller OutgoingVideoChannel 2 Transport RTCP Remote Port: 2369
*s MediaChannels Call 20 Caller OutgoingVideoChannel 3 Encry ption Status: On
*s MediaChannels Call 20 Caller OutgoingVideoChannel 3 Chan nelRole: Presentation
*s MediaChannels Call 20 Caller OutgoingVideoChannel 3 Video Protocol: Off
*s MediaChannels Call 20 Caller OutgoingVideoChannel 3 Transport RTP Local Ip A d d r e ss: "192.0.2.54"
*s MediaChannels Call 20 Caller OutgoingVideoChannel 3 Transport RTP Local Port: 2358
*s MediaChannels Call 20 Caller OutgoingVideoChannel 3 Transport RTP Remote Ip A d d r e ss: "192.0.2.181"
*s MediaChannels Call 20 Caller OutgoingVideoChannel 3 Transport RTP Remote Port: 2370
*s MediaChannels Call 20 Caller OutgoingVideoChannel 3 Transport RTCP Local Ip A d d r e ss: "192.0.2.54"
*s MediaChannels Call 20 Caller OutgoingVideoChannel 3 Transport RTCP Local Port: 2359
*s MediaChannels Call 20 Caller OutgoingVideoChannel 3 Transport RTCP Remote Ip A d d r e ss: "192.0.2.181"
*s MediaChannels Call 20 Caller OutgoingVideoChannel 3 Transport RTCP Remote Port: 2371
*s MediaChannels Call 20 Callee IncomingAudioCha nnel 1 Encryption Status:
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
52
www.cisco.com
Page 53
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
Off
*s MediaChannels Call 20 Callee IncomingAudioCha nnel 1 Audio Protocol: G722
*s MediaChannels Call 20 Callee IncomingAudioCha nnel 1 Audio Mute: False
*s MediaChannels Call 20 Callee IncomingAudioCha nnel 1 Audio Channels: 1
*s MediaChannels Call 20 Callee IncomingVideoChannel 2 Encry ption Status: Off
*s MediaChannels Call 20 Callee IncomingVideoChannel 2 Chan nelRole: Main
*s MediaChannels Call 20 Callee IncomingVideoChannel 2 Video Protocol: H264
*s MediaChannels Call 20 Callee IncomingVideoChannel 3 Encry ption Status: Off
*s MediaChannels Call 20 Callee IncomingVideoChannel 3 Chan nelRole: Presentation
*s MediaChannels Call 20 Callee IncomingVideoChannel 3 Video Protocol: Off
*s MediaChannels Call 20 Callee OutgoingAudioChannel 1 Encryption Status: Off
*s MediaChannels Call 20 Callee OutgoingAudioChannel 1 Audio Protocol: G722
*s MediaChannels Call 20 Callee OutgoingAudioChannel 1 Audio Chan nels: 1
*s MediaChannels Call 20 Callee OutgoingVideoChan nel 2 Encry ption Status: Off
*s MediaChannels Call 20 Callee OutgoingVideoChan nel 2 ChannelRole: Main
*s MediaChannels Call 20 Callee OutgoingVideoChan nel 2 Video Protocol: H264
*s MediaChannels Call 20 Callee OutgoingVideoChan nel 3 Encry ption Status: Off
*s MediaChannels Call 20 Callee OutgoingVideoChan nel 3 ChannelRole: Presentation
*s MediaChannels Call 20 Callee OutgoingVideoChan nel 3 Video Protocol: Off
** end
xStatus MediaChannels Call [1..n] Caller IncomingAudioChannel [1..n] Encryption Status xStatus MediaChannels Call [1..n] Caller OutgoingAudioChannel [1..n] Encryption Status xStatus MediaChannels Call [1..n] Callee IncomingAudioChannel [1..n] Encryption Status xStatus MediaChannels Call [1..n] Callee OutgoingAudioChannel [1..n] Encryption Status
Shows the encryption status on the incoming or outgoing audio channel, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<On/O>
Example:
xStatus MediaChannels Call 20 IncomingAudioChannel 1 Encry ption Status
*s MediaChannels Call 20 IncomingAudioChannel 1 Encry ption Status: On
** end
xStatus MediaChannels Call [1..n] Caller IncomingAudioChannel [1..n] Audio Protocol xStatus MediaChannels Call [1..n] Caller OutgoingAudioChannel [1..n] Audio Protocol xStatus MediaChannels Call [1..n] Callee IncomingAudioChannel [1..n] Audio Protocol xStatus MediaChannels Call [1..n] Callee OutgoingAudioChannel [1..n] Audio Protocol
Shows the audio algorithm for the incoming or outgoing audio channel, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
G722: The G.722 algorithm is an ITU-T standard. G7221: The G.722.1 algorithm is a licensed royalty-free ITU-T standard. G711Mu: The G.711 Mu-law compression algorithm is used in North America and Japan. G711A: The G.711 A-law compression algorithm is used in Europe and the rest of the world.
Value space of the result returned:
<G722/G7221/G711Mu/G711A>
Example:
xStatus MediaChannels Call 20 IncomingAudioChannel 1 Audio Protocol
*s MediaChannels Call 20 IncomingAudioChannel 1 Audio Protocol: G722
** end
xStatus MediaChannels Call [1..n] Caller IncomingAudioChannel [1..n] Audio Mute xStatus MediaChannels Call [1..n] Callee IncomingAudioChannel [1..n] Audio Mute
Audio mute status of incoming audio on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
True: Audio is muted. False: Audio is not muted.
Value space of the result returned:
<True/False>
Example:
xStatus MediaChannels Call 20 IncomingAudioChannel 1 Audio Mute
*s MediaChannels Call 20 IncomingAudioChannel 1 Audio Mute: False
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
53
www.cisco.com
Page 54
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus MediaChannels Call [1..n] Caller IncomingAudioChannel [1..n] Audio Channels xStatus MediaChannels Call [1..n] Caller OutgoingAudioChannel [1..n] Audio Channels xStatus MediaChannels Call [1..n] Callee IncomingAudioChannel [1..n] Audio Channels xStatus MediaChannels Call [1..n] Callee OutgoingAudioChannel [1..n] Audio Channels
Shows the number of incoming or outgoing audio channels, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<Integer>
Example:
xStatus MediaChannels Call 20 IncomingAudioChannel 1 Audio Channels
*s MediaChannels Call 20 IncomingAudioChannel 1 Audio Channels: 1
** end
xStatus MediaChannels Call [1..n] Caller IncomingAudioChannel [1..n] Transport RTP Local IpAddress
xStatus MediaChannels Call [1..n] Caller OutgoingAudioChannel [1..n] Transport RTP Local IpAddress
xStatus MediaChannels Call [1..n] Callee IncomingAudioChannel [1..n] Transport RTP Local IpAddress
xStatus MediaChannels Call [1..n] Callee OutgoingAudioChannel [1..n] Transport RTP Local IpAddress
Shows the local IP address of the Real-time Transport Protocol (RTP) port for the incoming or outgoing audio, on the connection between the ISDN Link and the calling par ty (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<String>
Example:
xStatus MediaChannels Call 20 IncomingAudioChannel 1 Transport RTP Local IpAddress
*s MediaChannels Call 20 IncomingAudioChannel 1 Transport RTP Local Ip A d d r e ss: "192.0.2.54"
** end
xStatus MediaChannels Call [1..n] Caller IncomingAudioChannel [1..n] Transport RTP Local Port
xStatus MediaChannels Call [1..n] Caller OutgoingAudioChannel [1..n] Transport RTP Local Port
xStatus MediaChannels Call [1..n] Callee IncomingAudioChannel [1..n] Transport RTP Local Port
xStatus MediaChannels Call [1..n] Callee OutgoingAudioChannel [1..n] Transport RTP Local Port
Shows the local UDP port number of the Real-time Transport Protocol (RTP) port for the incoming or outgoing audio, on the connection between the ISDN Link and the calling par ty (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<Integer>
Example:
xStatus MediaChannels Call 20 IncomingAudioChannel 1 Transport RTP Local Port
*s MediaChannels Call 20 IncomingAudioChannel 1 Transport RTP Local Port: 2326
** end
xStatus MediaChannels Call [1..n] Caller IncomingAudioChannel [1..n] Transport RTP Remote IpAddress
xStatus MediaChannels Call [1..n] Caller OutgoingAudioChannel [1..n] Transport RTP Remote IpAddress
xStatus MediaChannels Call [1..n] Callee IncomingAudioChannel [1..n] Transport RTP Remote IpAddress
xStatus MediaChannels Call [1..n] Callee OutgoingAudioChannel [1..n] Transport RTP Remote IpAddress
Shows the remote IP address of the Real-time Transport Protocol (RTP) port for the incoming or outgoing audio, on the connection between the ISDN Link and the calling par ty (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<String>
Example:
xStatus MediaChannels Call 20 IncomingAudioChannel 1 Transport RTP Remote IpAddress
*s MediaChannels Call 20 IncomingAudioChannel 1 Transport RTP Remote Ip A d d r e ss: "192.0.2.181"
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
54
www.cisco.com
Page 55
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus MediaChannels Call [1..n] Caller IncomingAudioChannel [1..n] Transport RTP Remote Port
xStatus MediaChannels Call [1..n] Caller OutgoingAudioChannel [1..n] Transport RTP Remote Port
xStatus MediaChannels Call [1..n] Callee IncomingAudioChannel [1..n] Transport RTP Remote Port
xStatus MediaChannels Call [1..n] Callee OutgoingAudioChannel [1..n] Transport RTP Remote Port
Shows the remote UDP port number of the Real-time Transport Protocol (RTP) port for the incoming or outgoing audio, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<Integer>
Example:
xStatus MediaChannels Call 20 IncomingAudioChannel 1 Transport RTP Remote Port
*s MediaChannels Call 20 IncomingAudioChannel 1 Transport RTP Remote Port: 2366
** end
xStatus MediaChannels Call [1..n] Caller IncomingAudioChannel [1..n] Transport RTCP Local IpAddress
xStatus MediaChannels Call [1..n] Caller OutgoingAudioChannel [1..n] Transport RTCP Local IpAddress
xStatus MediaChannels Call [1..n] Callee IncomingAudioChannel [1..n] Transport RTCP Local IpAddress
xStatus MediaChannels Call [1..n] Callee OutgoingAudioChannel [1..n] Transport RTCP Local IpAddress
Shows the local IP address of the Real-time Transport Control Protocol (RTCP) port for the incoming or outgoing audio, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<String>
Example:
xStatus MediaChannels Call 20 IncomingAudioChannel 1 Transport RTCP Local IpAddress
*s MediaChannels Call 20 IncomingAudioChannel 1 Transport RTCP Local Ip A d d r e ss: "192.0.2.54"
** end
xStatus MediaChannels Call [1..n] Caller IncomingAudioChannel [1..n] Transport RTCP Local Port
xStatus MediaChannels Call [1..n] Caller OutgoingAudioChannel [1..n] Transport RTCP Local Port
xStatus MediaChannels Call [1..n] Callee IncomingAudioChannel [1..n] Transport RTCP Local Port
xStatus MediaChannels Call [1..n] Callee OutgoingAudioChannel [1..n] Transport RTCP Local Port
Shows the local UDP port number of the Real-time Transport Control Protocol (RTCP) port for the incoming or outgoing audio, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<Integer>
Example:
xStatus MediaChannels Call 20 IncomingAudioChannel 1 Transport RTCP Local Port
*s MediaChannels Call 20 IncomingAudioChannel 1 Transport RTCP Local Port: 2327
** end
xStatus MediaChannels Call [1..n] Caller IncomingAudioChannel [1..n] Transport RTCP Remote IpAddress
xStatus MediaChannels Call [1..n] Caller OutgoingAudioChannel [1..n] Transport RTCP Remote IpAddress
xStatus MediaChannels Call [1..n] Callee IncomingAudioChannel [1..n] Transport RTCP Remote IpAddress
xStatus MediaChannels Call [1..n] Callee OutgoingAudioChannel [1..n] Transport RTCP Remote IpAddress
Shows the remote IP address of the Real-time Transport Control Protocol (RTCP) port for the incoming or outgoing audio, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<String>
Example:
xStatus MediaChannels Call 20 IncomingAudioChannel 1 Transport RTCP Remote IpAddress
*s MediaChannels Call 20 IncomingAudioChannel 1 Transport RTCP Remote Ip A d d r e ss: "192.0.2.181"
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
55
www.cisco.com
Page 56
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus MediaChannels Call [1..n] Caller IncomingAudioChannel [1..n] Transport RCTP Remote Port
xStatus MediaChannels Call [1..n] Caller OutgoingAudioChannel [1..n] Transport RTCP Remote Port
xStatus MediaChannels Call [1..n] Callee IncomingAudioChannel [1..n] Transport RTCP Remote Port
xStatus MediaChannels Call [1..n] Callee OutgoingAudioChannel [1..n] Transport RTCP Remote Port
Shows the remote UDP port number of the Real-time Transport Control Protocol (RTCP) port for the incoming or outgoing audio, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<Integer>
Example:
xStatus MediaChannels Call 20 IncomingAudioChannel 1 Transport RTCP Remote Port
*s MediaChannels Call 20 IncomingAudioChannel 1 Transport RTCP Remote Port: 2367
** end
xStatus MediaChannels Call [1..n] Caller IncomingVideoChannel [1..n] Encryption Status xStatus MediaChannels Call [1..n] Caller OutgoingVideoChannel [1..n] Encryption Status xStatus MediaChannels Call [1..n] Callee IncomingVideoChannel [1..n] Encryption Status xStatus MediaChannels Call [1..n] Callee OutgoingVideoChannel [1..n] Encryption Status
Shows the encryption status on the incoming or outgoing video channel, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<On/O>
Example:
xStatus MediaChannels Call 20 IncomingVideoCha nnel 2 Encryption Status
*s MediaChannels Call 20 IncomingVideoChannel 2 Encryption Status: On
** end
xStatus MediaChannels Call [1..n] Caller IncomingVideoChannel [1..n] ChannelRole xStatus MediaChannels Call [1..n] Caller OutgoingVideoChannel [1..n] ChannelRole xStatus MediaChannels Call [1..n] Callee IncomingVideoChannel [1..n] ChannelRole xStatus MediaChannels Call [1..n] Callee OutgoingVideoChannel [1..n] ChannelRole
Shows whether the incoming or outgoing channel is the main video channel or the presentation channel. The status is for the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee)
Value space of the result returned:
<Main/Presentation/Legacy>
Example:
xStatus MediaChannels Call 20 IncomingVideoCha nnel 2 ChannelRole
*s MediaChannels Call 20 IncomingVideoChannel 2 ChannelRole: Main
** end
xStatus MediaChannels Call [1..n] Caller IncomingVideoChannel [1..n] Video Protocol xStatus MediaChannels Call [1..n] Caller OutgoingVideoChannel [1..n] Video Protocol xStatus MediaChannels Call [1..n] Callee IncomingVideoChannel [1..n] Video Protocol xStatus MediaChannels Call [1..n] Callee OutgoingVideoChannel [1..n] Video Protocol
Shows the video algorithm for the incoming or outgoing video channel, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
H264: The H.264 algorithm is an ITU-T standard for video compression. H263pp: The H.263pp algorithm is an ITU-T standard for video compression. H263: The H.263 algorithm is an ITU-T standard for video compression. H261: The H.261 algorithm is an ITU-T standard for video compression.
Value space of the result returned:
<H264/H263pp/H263/H261>
Example:
xStatus MediaChannels Call 20 IncomingVideoCha nnel 2 Video Protocol
*s MediaChannels Call 20 IncomingVideoChannel 2 Video Protocol: H264
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
56
www.cisco.com
Page 57
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus MediaChannels Call [1..n] Caller IncomingVideoChannel [1..n] Transport RTP Local IpAddress
xStatus MediaChannels Call [1..n] Caller OutgoingVideoChannel [1..n] Transport RTP Local IpAddress
xStatus MediaChannels Call [1..n] Callee IncomingVideoChannel [1..n] Transport RTP Local IpAddress
xStatus MediaChannels Call [1..n] Callee OutgoingVideoChannel [1..n] Transport RTP Local IpAddress
Shows the local IP address of the Real-time Transport Protocol (RTP) port for the incoming or outgoing video, on the connection bet ween the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<String>
Example:
xStatus MediaChannels Call 20 IncomingVideoCha nnel 2 Transport RTP Local IpAddress
*s MediaChannels Call 20 IncomingVideoChannel 2 Transport RTP Local Ip A d d r e ss: "192.0.2.54"
** end
xStatus MediaChannels Call [1..n] Caller IncomingVideoChannel [1..n] Transport RTP Local Port
xStatus MediaChannels Call [1..n] Caller OutgoingVideoChannel [1..n] Transport RTP Local Port
xStatus MediaChannels Call [1..n] Callee IncomingVideoChannel [1..n] Transport RTP Local Port
xStatus MediaChannels Call [1..n] Callee OutgoingVideoChannel [1..n] Transport RTP Local Port
Shows the local UDP port number of the Real-time Transport Protocol (RTP) port for the incoming or outgoing video, on the connection bet ween the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<Integer>
Example:
xStatus MediaChannels Call 20 IncomingVideoCha nnel 2 Transport RTP Local Port
*s MediaChannels Call 20 IncomingVideoChannel 2 Transport RTP Local Port: 2342
** end
xStatus MediaChannels Call [1..n] Caller IncomingVideoChannel [1..n] Transport RTP Remote IpAddress
xStatus MediaChannels Call [1..n] Caller OutgoingVideoChannel [1..n] Transport RTP Remote IpAddress
xStatus MediaChannels Call [1..n] Callee IncomingVideoChannel [1..n] Transport RTP Remote IpAddress
xStatus MediaChannels Call [1..n] Callee OutgoingVideoChannel [1..n] Transport RTP Remote IpAddress
Shows the remote IP address of the Real-time Transport Protocol (RTP) port for the incoming or outgoing video, on the connection bet ween the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<String>
Example:
xStatus MediaChannels Call 20 IncomingVideoCha nnel 2 Transport RTP Remote IpAddress
*s MediaChannels Call 20 IncomingVideoChannel 2 Transport RTP Remote Ip A d d r e ss: "192.0.2.181"
** end
xStatus MediaChannels Call [1..n] Caller IncomingVideoChannel [1..n] Transport RTP Remote Port
xStatus MediaChannels Call [1..n] Caller OutgoingVideoChannel [1..n] Transport RTP Remote Port
xStatus MediaChannels Call [1..n] Callee IncomingVideoChannel [1..n] Transport RTP Remote Port
xStatus MediaChannels Call [1..n] Callee OutgoingVideoChannel [1..n] Transport RTP Remote Port
Shows the remote UDP port number of the Real-time Transpor t Protocol (RTP) port for the incoming or outgoing video, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<Integer>
Example:
xStatus MediaChannels Call 20 IncomingVideoCha nnel 2 Transport RTP Remote Port
*s MediaChannels Call 20 IncomingVideoChannel 2 Transport RTP Remote Port: 2368
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
57
www.cisco.com
Page 58
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus MediaChannels Call [1..n] Calller IncomingVideoChannel [1..n] Transport RTCP Local IpAddress
xStatus MediaChannels Call [1..n] Caller OutgoingVideoChannel [1..n] Transport RTCP Local IpAddress
xStatus MediaChannels Call [1..n] Callee IncomingVideoChannel [1..n] Transport RTCP Local IpAddress
xStatus MediaChannels Call [1..n] Callee OutgoingVideoChannel [1..n] Transport RTCP Local IpAddress
Shows the local IP address of the Real-time Transport Control Protocol (RTCP) port for the incoming or outgoing video, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<String>
Example:
xStatus MediaChannels Call 20 IncomingVideoCha nnel 2 Transport RTCP Local IpAddress
*s MediaChannels Call 20 IncomingVideoChannel 2 Transport RTCP Local Ip A d d r e ss: "192.0.2.54"
** end
xStatus MediaChannels Call [1..n] Caller IncomingVideoChannel [1..n] Transport RTCP Local Port
xStatus MediaChannels Call [1..n] Caller OutgoingVideoChannel [1..n] Transport RTCP Local Port
xStatus MediaChannels Call [1..n] Callee IncomingVideoChannel [1..n] Transport RTCP Local Port
xStatus MediaChannels Call [1..n] Callee OutgoingVideoChannel [1..n] Transport RTCP Local Port
Shows the local UDP port number of the Real-time Transport Control Protocol (RTCP) port for the incoming or outgoing video, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<Integer>
Example:
xStatus MediaChannels Call 20 IncomingVideoCha nnel 2 Transport RTCP Local Port
*s MediaChannels Call 20 IncomingVideoChannel 2 Transport RTCP Local Port: 2343
** end
xStatus MediaChannels Call [1..n] Caller IncomingVideoChannel [1..n] Transport RTCP Remote IpAddress
xStatus MediaChannels Call [1..n] Caller OutgoingVideoChannel [1..n] Transport RTCP Remote IpAddress
xStatus MediaChannels Call [1..n] Callee IncomingVideoChannel [1..n] Transport RTCP Remote IpAddress
xStatus MediaChannels Call [1..n] Callee OutgoingVideoChannel [1..n] Transport RTCP Remote IpAddress
Shows the remote IP address of the Real-time Transport Control Protocol (RTCP) port for the incoming or outgoing video, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<String>
Example:
xStatus MediaChannels Call 20 IncomingVideoCha nnel 2 Transport RTCP Remote IpAddress
*s MediaChannels Call 20 IncomingVideoChannel 2 Transport RTCP Remote Ip A d d r e ss: "192.0.2.181"
** end
xStatus MediaChannels Call [1..n] Caller IncomingVideoChannel [1..n] Transport RCTP Remote Port
xStatus MediaChannels Call [1..n] Caller OutgoingVideoChannel [1..n] Transport RTCP Remote Port
xStatus MediaChannels Call [1..n] Callee IncomingVideoChannel [1..n] Transport RTCP Remote Port
xStatus MediaChannels Call [1..n] Callee OutgoingVideoChannel [1..n] Transport RTCP Remote Port
Shows the remote UDP port number of the Real-time Transpor t Control Protocol (RTCP) port for the incoming or outgoing video, on the connection between the ISDN Link and the calling party (Caller) or between the ISDN Link and the called party (Callee).
Value space of the result returned:
<Integer>
Example:
xStatus MediaChannels Call 20 IncomingVideoCha nnel 2 Transport RTCP Remote Port
*s MediaChannels Call 20 IncomingVideoChannel 2 Transport RTCP Remote Port: 2369
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
58
www.cisco.com
Page 59
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
Network status
xStatus Network
Shows the top level overview of the network status.
Example:
xStatus Network
*s Network 1 Ethernet MacAddress: "00:50:60:70:80:90"
*s Network 1 Ethernet Link Network: "No LAN"
*s Network 1 Ethernet Link Endpoint: "1000full"
*s Network 1 IPv4 Address: "192.0.2.149"
*s Network 1 IPv4 SubnetMask: "255.255.255.0"
*s Network 1 IPv4 Gateway: "192.0.2.10"
*s Network 1 IPv4 DNS Domain Name: "www.example.com w ww.example.int"
*s Network 1 IPv4 DNS Server 1 Add ress: "192.0.2.60"
*s Network 1 IPv4 DNS Server 2 Add ress: "192.0.2.61"
*s Network 1 IPv4 DNS Server 3 Add ress: ""
*s Network 1 IPv6 Address: "2001:DB8::1234"
*s Network 1 IPv6 Gateway: "2001:DB8::0001"
*s Network 1 MTU: 1500
** end
xStatus Network [1..1] Ethernet MacAddress
Shows the MAC (Media Access Control) address for the Ethernet interface.
Value space of the result returned:
<String>
Example:
xStatus Network 1 Ethernet MacAddress
*s Network 1 Ethernet MacAddress: "00:50:60:70:80:90"
** end
xStatus Network [1..1] Ethernet Link Network
Shows the Ethernet link status for the network Ethernet por t. This port is used if the ISDN Link is connected to a network (LAN).
Value space of the result returned:
<"No LAN"/"10half"/"10full"/"100half"/"100full"/"1000full">
Example:
xStatus Network 1 Ethernet Link Network
*s Network 1 Ethernet Link Network: "No LAN"
** end
xStatus Network [1..1] Ethernet Link Endpoint
Shows the Ethernet link status for the endpoint Ethernet por t. This port is used to connect an endpoint (codec) to the ISDN Link
Value space of the result returned:
<"No LAN"/"10half"/"10full"/"100half"/"100full"/"1000full">
Example:
xStatus Network 1 Ethernet Link Endpoint
*s Network 1 Ethernet Link Endpoint: "1000full"
** end
xStatus Network [1..1] IPv4 Address
Shows the IPv4 address that uniquely identies this system.
Value space of the result returned:
<String>
Example:
xStatus Network 1 IPv4 Address
*s Network 1 IPv4 Address: "192.0.2.149"
** end
xStatus Network [1..1] IPv4 SubnetMask
Shows the subnet mask which determines which subnet an IPv4 address belongs to.
Value space of the result returned:
<String>
Example:
xStatus Network 1 IPv4 SubnetMask
*s Network 1 IPv4 SubnetMask: "255.255.255.0"
** end
xStatus Network [1..1] IPv4 Gateway
Shows the address of the IPv4 gateway.
Value space of the result returned:
<String>
Example:
xStatus Network 1 IPv4 Gateway
*s Network 1 IPv4 Gateway: "192.0.2.10"
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
59
www.cisco.com
Page 60
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus Network [1..1] IPv4 DNS Domain Name
Shows the domain name.
Value space of the result returned:
<String>
Example:
xStatus Network 1 IPv4 DNS Domain Na me
*s Network 1 IPv4 DNS Domain Name: "www.example.com w ww.example.int"
** end
xStatus Network [1..1] IPv4 DNS Server [1..3] Address
Shows the IP address of the DNS server.
Value space of the result returned:
<String>
Example:
xStatus Network 1 IPv4 DNS Server 1. Address
*s Network 1 IPv4 DNS Server 1 Add ress: "192.0.2.60"
** end
xStatus Network [1..1] IPv6 Address
Shows the IPv6 address that uniquely identies this system.
Value space of the result returned:
<String>
Example:
xStatus Network 1 IPv6 Address
*s Network 1 IPv6 Address: "2001:DB8::1234"
** end
xStatus Network [1..1] MTU
Shows the MTU (Maximum Transmission Unit) size for the network.
Value space of the result returned:
<Integer>
Example:
xStatus Network 1 MTU
*s Network 1 MTU: 1500
** end
xStatus Network [1..1] IPv6 Gateway
Shows the address of the IPv6 gateway.
Value space of the result returned:
<String>
Example:
xStatus Network 1 IPv6 Gateway
*s Network 1 IPv6 Gateway: "2001:DB8::0001"
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
60
www.cisco.com
Page 61
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
SIP status
xStatus SIP
Shows the top level overview of the SIP status.
Example:
xStatus SIP
*s SIP Prole 1 Proxy 1 Status: Active
*s SIP Prole 1 Proxy 1 Address: "192.0.1.50"
*s SIP Prole 1 Secure: True
*s SIP Prole 1 Veried: False
*s SIP Prole 1 Authentication: Off
*s SIP Prole 1 Registration 1 Status: Registered
*s SIP Prole 1 Registration 1 Reason: ""
*s SIP Prole 1 Registration 1 URI: "isdn-link1@company.com"
** end
xStatus SIP Prole [1..1] Proxy [1..1] Status
Shows the status of the communication between the endpoint and the SIP Proxy server. Active: The communication between the endpoint and the SIP Proxy is active. DNSFailed: The attempt to establish communication to the DNS server failed. O: There is no communication between the endpoint and the SIP Proxy. Timeout: The attempt to establish communication to the SIP Proxy timed out. UnableTCP: The system is unable to use TCP as the transport method. UnableTLS: The system is unable to use TLS as the transport method. Unknown: The status of the communication is not known.
Value space of the result returned:
<Active/DNSFailed/O/Timeout/UnableTCP/UnableTLS/Unknown>
Example:
xStatus SIP Prole 1 Proxy 1 Status
*s SIP Prole 1 Proxy 1 Status: Active
** end
xStatus SIP Prole [1..1] Proxy [1..1] Address
Shows the address of the SIP Proxy that the system communicates with.
Value space of the result returned:
<String>
Example:
xStatus SIP Prole 1 Proxy 1 Address
*s SIP Prole 1 Proxy 1 Address: "192.0.2.50"
** end
xStatus SIP Prole [1..1] Secure
Shows the encryption status of the signalling with the SIP Proxy server.
Value space of the result returned:
<True/False>
Example:
xStatus SIP Prole 1 Secure
*s SIP Prole 1 Secure: True
** end
xStatus SIP Prole [1..1] Veried
Shows whether or not the SSL certicate of the server that the video system / codec tries to register to is included in the codec’s trusted CA-list. The ser ver will typically be a Cisco VCS or Cisco Unied CM (CUCM).
True: The server’s SIP certicate is checked against the trusted CA-list on the codec and found valid. Additionally, the fully qualied domain name of the server matches the valid certicate.
False: A TLS connection is not set up because the SIP cer ticate verication failed or the domain name did not match. Note that the status will also return False when TLS is not used (SIP Prole [1..1] DefaultTransport not set to TLS) or certicate verication is switched o (SIP Prole TlsVerify set to O).
Value space of the result returned:
<True/False>
Example:
xStatus SIP Prole 1 Veried
*s SIP Prole 1 Veried: False
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
61
www.cisco.com
Page 62
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus SIP Prole [1..1] Authentication
Shows which authentication mechanism is used when registering to the SIP Proxy Server. Digest: Uses the Digest access authentication method, as specied by RFC 2069. NTLM: Uses the NTLM authentication method, which is a Microsoft authentication protocol. O: No authentication mechanism is used.
Value space of the result returned:
<Digest/NTLM/O>
Example:
xStatus SIP Prole 1 Authentication
*s SIP Prole 1 Authentication: Off
** end
xStatus SIP Prole [1..1] Registration [1..n] Status
Shows the status of the registration to the SIP Proxy Server. Deregister: The system is in the process of de-registering to the SIP Proxy. Failed: The system failed to register to the SIP Proxy. Inactive: The system is not registered to any SIP Proxy. Registered: The system is registered to the SIP Proxy. Registering: The system is in the process of registering to the SIP Proxy.
Value space of the result returned:
<Deregister/Failed/Inactive/Registered/Registering>
Example:
xStatus SIP Prole 1 Registration 1 Status
*s SIP Prole 1 Registration 1 Status: Registered
** end
xStatus SIP Prole [1..1] Registration [1..n] URI
Shows the URI used for registration to the SIP Proxy server.
Value space of the result returned:
<String>
Example:
xStatus SIP Prole 1 Registration 1 URI
*s SIP Prole 1 Registration 1 URI: "isdn-link1@company.com"
** end
xStatus SIP Prole [1..1] Registration [1..n] Reason
Shows a message to explain the reason why the SIP registration failed.
Value space of the result returned:
<String>
Example:
xStatus SIP Prole 1 Registration 1 Reason
*s SIP Prole 1 Registration 1 Reason: ""
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
62
www.cisco.com
Page 63
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
SystemUnit status
xStatus SystemUnit
Shows the top level overview of the system unit status.
Example:
xStatus SystemUnit
*s SystemUnit ProductType: "Cisco TelePresence ISDN link"
*s SystemUnit Uptime: 2158
*s SystemUnit Software Version: "IL1.0.0"
*s SystemUnit Software Name: "s51500"
*s SystemUnit Software ReleaseDate: "2012-05-30"
*s SystemUnit Software BootStage1: "U-boot Stage1 2010.06-4"
*s SystemUnit Software BootStage2: "U-boot Stage2 2010.06-8"
*s SystemUnit Software MaxVideoCalls: 3
*s SystemUnit Software MaxAudioCalls: 3
*s SystemUnit Hardware Module SerialNu m ber: "FTT1234567V"
*s SystemUnit Hardware Module Identier: "01"
*s SystemUnit Hardware MainBoard SerialNu m ber: "F0999999"
*s SystemUnit Hardware MainBoard Identier: "102030-1 [00]"
*s SystemUnit Hardware MainBoard CPLDFirmware: "s01770-6"
*s SystemUnit Hardware MainBoard Temperature: "33.5"
*s SystemUnit State Status: OK
*s SystemUnit State StatusCode: OK
*s SystemUnit State StatusText: ""
*s SystemUnit State H320Number: "21090"
*s SystemUnit State MaxNumberOfCalls: 3
*s SystemUnit State NumberOfActiveCalls: 1
*s SystemUnit State NumberOfSuspendedCalls: 0
*s SystemUnit State NumberOfInProgressCalls: 0
** end
xStatus SystemUnit ProductType
Shows the product type.
Value space of the result returned:
<String>
Example:
xStatus SystemUnit ProductType
*s SystemUnit ProductType: "Cisco TelePresence ISDN link"
** end
xStatus SystemUnit Uptime
Shows the number of seconds since the last restart of the system.
Value space of the result returned:
<Integer>
Example:
xStatus SystemUnit Uptime
*s SystemUnit Uptime: 2158
** end
xStatus SystemUnit Software Version
Shows the software version installed on the system.
Value space of the result returned:
<String>
Example:
xStatus SystemUnit Software Version
*s SystemUnit Software Version: "IL1.0.0"
** end
xStatus SystemUnit Software Name
Shows the name of the software that is installed on the system.
Value space of the result returned:
<String>
Example:
xStatus SystemUnit Software Name
*s SystemUnit Software Name: "s51500"
** end
xStatus SystemUnit Software ReleaseDate
Shows the release date of the software installed on the system.
Value space of the result returned:
<String>
Example:
xStatus SystemUnit Software ReleaseDate
*s SystemUnit Software ReleaseDate: "2012-05-30"
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
63
www.cisco.com
Page 64
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus SystemUnit Software BootStage1
Shows the version of boot stage 1 loader.
Value space of the result returned:
<String>
Example:
xStatus SystemUnit Software BootStage1
*s SystemUnit Software BootStage1: "U-boot Stage1 2010.06-4"
** end
xStatus SystemUnit Software BootStage2
Shows the version of the boot stage 2 loader.
Value space of the result returned:
<String>
Example:
xStatus SystemUnit Software BootStage2
*s SystemUnit Software BootStage2: "U-boot Stage2 2010.06-8"
** end
xStatus SystemUnit Software MaxVideoCalls
Shows the maximum number of simultaneous video calls that is supported.
Value space of the result returned:
<Integer>
Example:
xStatus SystemUnit Software MaxVideoCalls
*s SystemUnit Software MaxVideoCalls: 3
** end
xStatus SystemUnit Hardware Module SerialNumber
Shows the serial number of the system.
Value space of the result returned:
<String>
Example:
xStatus SystemUnit Hardware Module SerialNu mber
*s SystemUnit Hardware Module SerialNu m ber: "FTT1234567V"
** end
xStatus SystemUnit Hardware Module Identier
Shows the revision of the system.
Value space of the result returned:
<String>
Example:
xStatus SystemUnit Hardware Module Identier
*s SystemUnit Hardware Module Identier: "01"
** end
xStatus SystemUnit Hardware MainBoard SerialNumber
Shows the serial number of the main board in the system.
Value space of the result returned:
<String>
Example:
xStatus SystemUnit Hardware MainBoard SerialNu mber
*s SystemUnit Hardware MainBoard SerialNu m ber: "F0999989"
** end
xStatus SystemUnit Software MaxAudioCalls
Shows the maximum number of simultaneous audio calls that is supported.
Value space of the result returned:
<Integer>
Example:
xStatus SystemUnit Software MaxAudioCalls
*s SystemUnit Software MaxAudioCalls: 3
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
xStatus SystemUnit Hardware MainBoard Identier
Shows the revision of the main board in the system.
Value space of the result returned:
<String>
Example:
xStatus SystemUnit Hardware MainBoard Identier
*s SystemUnit Hardware MainBoard Identier: "102030-1 [00]"
** end
64
www.cisco.com
Page 65
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
API Reference Guide
xStatus SystemUnit Hardware MainBoard CPLDFirmware
Shows the version of installed CPLD rmware.
Value space of the result returned:
<String>
Example:
xStatus SystemUnit Hardware MainBoard CPLDFirmware
*s SystemUnit Hardware MainBoard CPLDFirmware: "s01770-6"
** end
xStatus SystemUnit Hardware MainBoard Temperature
Shows the temperature (in degrees Celsius) of the system's main board.
Value space of the result returned:
<String>
Example:
xStatus SystemUnit Hardware MainBoard Temperature
*s SystemUnit Hardware MainBoard Temperature: "33.5"
** end
xStatus SystemUnit State Status
Shows the system state, i.e. whether there are any errors or warnings issued. Initializing: The system is initializing and not yet ready for use. OK: The system is ready for use. OKWithWarning: The system can be used for making calls, but there are warnings issued that might
inuence its behavior. Error: The system is in an erroneous state and cannot be used for making calls.
Value space of the result returned:
<Initializing/OK/OKWithWarning/Error>
Example:
xStatus SystemUnit State Status
*s SystemUnit State Status: Error
** end
xStatus SystemUnit State StatusCode
Shows the type of error or warning that is issued for the system (if any). OK: The system is ready for use. EthLinkDown: There is no Ethernet connection, and thus the ISDN Link cannot be used. BRIWarning: A warning is issud for the BRI interface. BRIError: There is an error on the BRI interface. PRIError: There is an error on the PRI inter face. ExtNetError: There is an error on the external network interface (NET). Initializing: The system is initializing and not yet ready for use.
Value space of the result returned:
<OK/EthLinkDown/BRIWarning/BRIError/PRIError/ExtNetError/Initializing>
Example:
xStatus SystemUnit State StatusCode
*s SystemUnit State StatusCode: BRIError
** end
xStatus SystemUnit State StatusText
Textual description of the system state, e.g. type of alarm if in an erroneous state.
Value space of the result returned:
<String>
Example:
xstatus SystemUnit State StatusText
*s SystemUnit State StatusText: "BRI1: [L1 Alarm] BRI2: [L1 Alarm] BRI3: [L1 Alarm] BRI4: [L1 Alarm]"
** end
xStatus SystemUnit State H320Number
Shows the number that can be used to dial in on the ISDN BRI/PRI interface in order to reach this ISDN Link and subsequently the endpoint associated with the ISDN Link. This requires that numbers have been assigned to the BRI or PRI interfaces respectively.
Not applicable when using the external network (NET) interface.
Value space of the result returned:
<String>
Example:
xStatus SystemUnit State H320Number
*s SystemUnit State H320Number: "5678"
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
65
www.cisco.com
Page 66
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
xStatus
xStatus SystemUnit State MaxNumberOfCalls
Shows the maximum number of simultaneous calls.
Value space of the result returned:
<1..3>
Example:
xStatus SystemUnit State MaxNum berOfCalls
*s SystemUnit State MaxNumberOfCalls: 3
** end
xStatus SystemUnit State NumberOfActiveCalls
Shows the number of active calls.
Value space of the result returned:
<0..3>
Example:
xStatus SystemUnit State Num berOfActiveCalls
*s SystemUnit State NumberOfActiveCalls: 1
** end
xStatus SystemUnit State NumberOfSuspendedCalls
Shows the number of suspended calls.
Value space of the result returned:
<0..3>
Example:
xStatus SystemUnit State Num berOfSuspendedCalls
*s SystemUnit State NumberOfSuspendedCalls: 0
** end
API Reference Guide
xStatus SystemUnit State NumberOfInProgressCalls
Shows the number of calls in progress.
Value space of the result returned:
<0..3>
Example:
xStatus SystemUnit State Num berOfInProgressCalls
*s SystemUnit State NumberOfInProgressCalls: 0
** end
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
66
www.cisco.com
Page 67
Cisco TelePresence ISDN Link
Contents
Contact us
Introduction
About the API
xConguration
xCommand
xStatus
Contact us
API Reference Guide
On our web site you will nd an overview of the worldwide Cisco contacts.
Go to: http://www.cisco.com/web/siteassets/contacts
Corporate Headquar ters
Cisco Systems, Inc.
170 West Tasman Dr.
San Jose, CA 95134 USA
THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND
RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL
THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE
INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFT WARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY.
The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of California, Berkeley (UCB) as part of UCB’s public domain version of the UNIX
NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED “AS IS” WITH ALL FAULTS. CISCO AND THE ABOVE-
NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILIT Y, FITNESS FOR A PARTICULAR PURPOSE AND
IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR
LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its aliates in the U.S. and other countries. A listing of Cisco's trademarks can be found at www.cisco.com/go/trademarks.
Third party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1005R)
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network
topology diagrams, and other gures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and
D14953.01 ISDN Link A PI Reference Guide IL1.0 June 2012.
© 2012 Cisco Systems, Inc. All rights reserved.
operating system. All rights reserved. Copyright © 1981, Regents of the University of California.
NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PR ACTICE.
TANDBERG is now a part of Cisco. TANDBERG® is a registered trademark belonging to Tandberg ASA.
RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS.
coincidental.
67
www.cisco.com
Loading...