229
D14049.05
February 2009
Grey Headline
(continued)
TANDBERG
VIDEO COMMUNICATIONS SERVER
ADMINISTRATOR GUIDE
Introduction
Getting started
Overview and
status
System
configuration
VCS
configuration
Zones and
neighbors
Call
processing
Bandwidth
control
Firewall
traversal
Appendices
Applications
Maintenance
Command reference - xCommand
AdminAccountAdd
Creates a new administrator account.
Name
(r)
: <S:0..25>
Defines the name of an administrator user who can login to the VCS web interface.
Password
(r)
: <S:0..65>
Defines the password of an administrator user who can login to the VCS web interface. The maximum plaintext length is 16 characters, which will then be encrypted.
Access
(r)
: <AccountDisabled/ReadOnly/ReadWrite>
Defines the Access level of an administrator user who can login to the VCS web interface. The Access determines whether the user can access the VCS, and if so whether they can
change the configuration or just view it.
Default: ReadWrite
Example:
xCommand AdminAccountAdd Name: "guest" Password: "password123" Access: readonly
AdminAccountDelete
Deletes an administrator account.
AdminAccountId
(r)
: <1..15>
The index of the administrator account to be deleted.
Example:
xCommand AdminAccountDelete AdminAccountId: 1
AllowListAdd
Adds an entry to the Allow List.
PatternString
(r)
: <S: 1, 60>
Specifies an entry to be added to the Allow List. If one of an endpoint's aliases matches one of the patterns in the Allow List, the registration will be permitted.
PatternType: <Exact/Prefix/Suffix/Regex>
Specifies whether the entry in the Allow List is a prefix, suffix, regular expression, or must be matched exactly.
Exact
: the string must match the alias character for character.
Prefix
:
the string must appear at the beginning of the alias.
Suffix
: the string must appear at the end of the alias.
Regex
: the string will be treated as a regular expression.
Default: Exact.
Example:
xCommand AllowListAdd PatternString: "[email protected]" PatternType: Exact
AllowListDelete
Deletes an entry from the Allow List.
AllowListId
(r)
: <1..2500>
The index of the entry to be deleted.
Example:
xCommand AllowListDelete AllowListId: 2
Boot
Restarts the VCS.
This command has no parameters.
Example:
xCommand boot