262
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
TransformAdd
Adds and configures a new transform.
Pattern
(r)
: <S: 1, 60>
Specifies the pattern against which the alias is compared.
Type: <Exact/Prefix/Suffix/Regex>
How the pattern string must match the alias for the transform to be applied.
Exact
: the entire string must exactly 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 is treated as a regular expression.
Default: Prefix
Behavior: <Strip/Replace/AddPrefix/AddSuffix>
How the alias is modified.
Strip
: removes the matching prefix or suffix from the alias.
Replace
: substitutes the matching part of the alias with the text in the replace string.
AddPrefix
:
prepends the replace string to the alias.
AddSuffix
: appends the replace string to the alias.
Default: Strip
Replace: <S: 0..60>
The text string to use in conjunction with the selected Pattern behavior.
Priority: <1..65534>
Assigns a priority to the specified transform. Transforms are compared with incoming aliases in order of priority, and the priority must be unique for each transform.
Default: 1
Description: <S: 0..64>
A free-form description of the transform.
State: <Enabled/Disabled>
Indicates if the transform is enabled or disabled. Disabled transforms are ignored.
Default: Enabled
Example:
xCommand TransformAdd Pattern: "example.net" Type: suffix Behavior: replace Replace: "example.com" Priority: 3 Description: "Change
example.net to example.com" State: Enabled
TransformDelete
Deletes a transform.
TransformId
(r)
: <1..100>
The index of the transform to be deleted.
Example:
xCommand TransformDelete TransformId: 2
UserLoginGroupAdd
Creates a new user login group.
Name
(r)
: <S: 0..128>
Defines the name of a user group that determines which access rights members of the group have after they have been successfully authenticated to use the VCS.
Access
(r)
: <None/ReadWrite>
Defines the access level for members of the specified user group.
None
: no access allowed.
ReadWrite
: configuration can be viewed and changed.
Default: ReadWrite
Example:
xCommand UserLoginGroupAdd Name: "FindMeAccounts" Access: ReadWrite