TANDBERG Security Camera Security Camera User Manual


 
181
D14049.03
MAY 2008
Grey Headline (continued)
TANDBERG VIDEO COMMUNICATIONS SERVER
ADMINISTRATOR GUIDE
Introduction Getting Started
Overview and
Status
System
Conguration
VCS
Conguration
Zones and
Neighbors
Call
Processing
Bandwidth
Control
Firewall
Traversal
Maintenance Appendices
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 conguration 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. prex, sufx, 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%
xConguration Ethernet 1 IP V4 Address
xConguration Ethernet 1 IP V6 Address
xConguration Ethernet 2 IP V4 Address
xConguration Ethernet 2 IP V6 Address
Matches all IPv4 and IPv6 addresses
currently congured on the VCS.
not applicable
%ipv4%
xConguration Ethernet 1 IP V4 Address
xConguration Ethernet 2 IP V4 Address
Matches the IPv4 addresses currently
congured on the VCS for LAN 1 and LAN 2.
not applicable
%ipv4 _ 1%
xConguration Ethernet 1 IP V4 Address Matches all IPv4 address currently
congured on the VCS for LAN 1.
Replaces the string with the
LAN 1 IPv4 address.
%ipv4 _ 2%
xConguration Ethernet 2 IP V4 Address Matches all IPv4 address currently
congured on the VCS for LAN 2.
Replaces the string with the
LAN 2 IPv4 address.
%ipv6%
xConguration Ethernet 1 IP V6 Address
xConguration Ethernet 2 IP V6 Address
Matches the IPv6 addresses currently
congured on the VCS for LAN 1 and LAN 2.
not applicable
%ipv6 _ 1%
xConguration Ethernet 1 IP V6 Address Matches the IPv6 address currently
congured on the VCS for LAN 1.
Replaces the string with the
LAN 1 IPv6 address.
%ipv6 _ 2%
xConguration Ethernet 2 IP V6 Address Matches the IPv6 address currently
congured on the VCS for LAN 2.
Replaces the string with the
LAN 2 IPv6 address.
%localdomains%
xConguration SIP Domains Domain 1 Name
...
xConguration SIP Domains Domain 20 Name
Matches all the SIP domains currently
congured on the VCS.
not applicable
%localdomain1%
...
%localdomain20%
xConguration SIP Domains Domain 1 Name
...
xConguration SIP Domains Domain 20 Name
Matches the specied SIP domain. Up to
20 SIP domains can be congured on the
VCS, and they are identied by an index
number between 1 and 20.
Replaces the string with the
specied SIP domain.
%systemname%
xConguration SystemUnit Name Matches the VCS’s System Name. Replaces the string with the
VCS’s System Name.
Overview Valid Variable Strings