203
D14049.04
JULY 2008
Grey Headline (continued)
TANDBERG VIDEO COMMUNICATIONS SERVER
ADMINISTRATOR GUIDE
Introduction Getting Started
Overview and
Status
System
Conguration
VCS
Conguration
Zones and
Neighbors
Call
Processing
Bandwidth
Control
Firewall
Traversal
Appendices
Applications Maintenance
Pattern Variable Reference
The VCS makes use of pattern matching in a
number of its features, namely Allow Lists and
Deny Lists, pre-search Transforms and Zone
Transforms.
For each of these pattern matches, the VCS
allows you to use a variable that it will replace
with the current conguration value(s) before
the pattern is checked.
These variables can be used as either or both
of:
all or part of the pattern that is being
•
searched for
all or part of the string that is replacing the
•
pattern that was found.
The variables can be used in all types of
patterns, i.e. prex, sufx, regex and exact.
The table opposite shows the strings that
are valid as variables, and the values they
represent.
String Equals current value(s) returned by... When used in a Match eld When used in a Replace eld
%ip%
xConguration Ethernet 1 IP V4 Address
xConguration Ethernet 1 IP V6 Address
xConguration Ethernet 2 IP V4 Address
xConguration Ethernet 2 IP V6 Address
Matches all IPv4 and IPv6 addresses
currently congured on the VCS.
not applicable
%ipv4%
xConguration Ethernet 1 IP V4 Address
xConguration Ethernet 2 IP V4 Address
Matches the IPv4 addresses currently
congured on the VCS for LAN 1 and LAN 2.
not applicable
%ipv4 _ 1%
xConguration Ethernet 1 IP V4 Address Matches all IPv4 address currently
congured on the VCS for LAN 1.
Replaces the string with the
LAN 1 IPv4 address.
%ipv4 _ 2%
xConguration Ethernet 2 IP V4 Address Matches all IPv4 address currently
congured on the VCS for LAN 2.
Replaces the string with the
LAN 2 IPv4 address.
%ipv6%
xConguration Ethernet 1 IP V6 Address
xConguration Ethernet 2 IP V6 Address
Matches the IPv6 addresses currently
congured on the VCS for LAN 1 and LAN 2.
not applicable
%ipv6 _ 1%
xConguration Ethernet 1 IP V6 Address Matches the IPv6 address currently
congured on the VCS for LAN 1.
Replaces the string with the
LAN 1 IPv6 address.
%ipv6 _ 2%
xConguration Ethernet 2 IP V6 Address Matches the IPv6 address currently
congured on the VCS for LAN 2.
Replaces the string with the
LAN 2 IPv6 address.
%localdomains%
xConguration SIP Domains Domain 1 Name
...
xConguration SIP Domains Domain 20 Name
Matches all the SIP domains currently
congured on the VCS.
not applicable
%localdomain1%
...
%localdomain20%
xConguration SIP Domains Domain 1 Name
...
xConguration SIP Domains Domain 20 Name
Matches the specied SIP domain. Up to
20 SIP domains can be congured on the
VCS, and they are identied by an index
number between 1 and 20.
Replaces the string with the
specied SIP domain.
%systemname%
xConguration SystemUnit Name Matches the VCS’s System Name. Replaces the string with the
VCS’s System Name.
Overview Valid Variable Strings