240
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
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>
Determines the way in which the string must match the alias.
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: Prefix
Behavior: <Strip/Replace>
Determines how the matched part of the alias will be modified.
Strip
: the matching prefix or suffix will removed from the alias.
Replace
: the matching part of the alias will be
substituted with the text in the Replace string.
Default: Strip
Replace: <S: 0, 60>
(Applies only if pattern behavior is set to Replace.) Specifies the string to be used as a substitution for the part of the alias that matched the pattern.
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
Example:
xCommand TransformAdd Pattern: "example.net" Type: suffix Behavior: replace Replace: "example.com" Priority: 3
TransformDelete
Deletes a transform.
TransformId
(r)
: <1..100>
The index of the transform to be deleted.
Example:
xCommand TransformDelete TransformId: 2
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"