263
D14049.07
March 2010
Grey Headline
(continued)
TANDBERG
VIDEO COMMUNICATION SERVER
ADMINISTRATOR GUIDE
Introduction
Overview and
status
System
configuration
VCS
configuration
Zones and
neighbors
Clustering and
peers
Call
processing
Bandwidth
control
Firewall
traversal
Appendices
Applications
Maintenance
Command reference - xCommand
UserLoginGroupDelete
Deletes a user login group.
UserLoginGroupId
(r)
: <1..15>
The index of the user login group to be deleted.
Example:
xCommand UserLoginGroupDelete UserLoginGroupId: 1
WarningAcknowledge
Acknowledges an existing warning.
Note: this command is intended for developer use only.
WarningID
(r)
: <S:36..36>
The warning ID
Example:
xCommand WarningAcknowledge WarningID: "ab3d63f6-c0bb-4a9c-a121-e683abfedff0"
WarningLower
Lowers a warning.
Note: this command is intended for developer use only.
WarningID
(r)
: <S:36..36>
The warning ID.
Example:
xCommand WarningLower WarningID: "ab3d63f6-c0bb-4a9c-a121-e683abfedff0"
WarningRaise
Raises a warning.
Note: this command is intended for developer use only.
WarningID
(r)
: <S:36..36>
The warning ID.
WarningText
(r)
: <S:0..255>
The description of the warning.
Example:
xCommand WarningRaise WarningID: "ab3d63f6-c0bb-4a9c-a121-e683abfedff0" WarningText: "Module foo is malfunctioning”
ZoneAdd
Adds and configures a new zone.
ZoneName
(r)
: <S: 1, 50>
Assigns a name to this zone.
Type
(r)
: <Neighbor/TraversalClient/TraversalServer/ENUM/DNS>
Determines the nature of the specified zone, in relation to the local VCS.
Neighbor
: the new zone will be a neighbor of the local VCS.
TraversalClient
: there is a firewall between the
zones, and the local VCS is a traversal client of the new zone.
TraversalServer
: there is a firewall between the zones and the local VCS is a traversal server for the new zone.
ENUM
:
the new zone contains endpoints discoverable by ENUM lookup.
DNS
: the new zone contains endpoints discoverable by DNS lookup.
Example:
xCommand ZoneAdd ZoneName: "UK Sales Office" Type: Neighbor