90
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
Searches and transforms
Configuring pre-search transforms
The
Transforms
page lists all the pre-search transforms currently configured on the VCS. It is used
to create, edit, delete, enable and disable transforms.
To go to the
Transforms
page:
•
VCS configuration > Transforms
.
To configure pre-search transforms using the CLI:
•
xConfiguration Transform [1..100]
Click on the transform you want to configure (or click
New
to create a new transform, or click
Delete
to remove a transform).
If you hover your mouse pointer over a transform, the transform description (if one has been
defined) appears as a tooltip.
Enabling and disabling transforms
When you are making or testing configuration changes to your transforms, you may want to
temporarily enable or disable certain transforms. You can do this by selecting the transform's
check box and clicking
Enable
or
Disable
as appropriate. Any disabled transforms still appear in the
transforms list but are ignored by the VCS when processing search requests.
Configuration options
The configurable options are:
Priority
Assigns a priority to this transform. Priority can be from
1
to
65534
, with 1 being the highest
priority. Transforms are applied in order of priority, and the priority must be unique for each
transform.
Description
An optional free-form description of the transform.
Pattern type
The way in which the
Pattern string
must match the alias. Options are:
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
: treats the string as a regular expression.
Pattern string
Specifies the pattern against which the alias is compared.
Pattern behavior
Specifies how the matched part of the alias is modified. Options are:
Strip
: the matching prefix or suffix is removed.
Replace
: the matching part of the alias is substituted with the text in the
Replace string
.
Add Prefix
: prepends the
Additional text
to the alias.
Add Suffix
: appends the
Additional text
to the alias.
Replace string
(Applies if
Pattern Behavior
is
Replace
.)
The string to be used as a substitution for the part of the alias that matched the pattern.
Additional text
(Applies if
Pattern Behavior
is
Add Prefix
or
Add Suffix
.)
The string to add as a prefix or suffix.
State
Indicates if the transform is enabled or not.
Pre-search transforms support the use of Regular Expressions in both the
Pattern String
and
Replace String
fields. See the
Regular expression reference
Appendix for more
information.
You can test whether a pattern will match a particular alias and be transformed in the
expected way by using the
Check pattern
tool (
Maintenance > Tools > Check pattern
).
Note that the transforms also apply to any Publication, Subscription or Notify URIs handled
by the
Presence Services
.
Pre-search transforms (continued)