126
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
ENUM Dialing
ENUM Dialing for Outgoing Calls
Conguring Matches for ENUM Zones
If you wish locally registered endpoints to be able to make ENUM calls via the VCS, then at a
minimum you should congure an ENUM zone with:
a match that has a
•
Mode of AlwaysMatch
a
•
DNS sufx of e164.arpa (the domain specied by the ENUM standard).
This will result in DNS always being queried for all aliases, not just ENUMs. It will also mean that
ENUM dialing will only be successful if the enterprise being dialed uses the e164.arpa domain.
To ensure successful ENUM dialing, you must congure an ENUM zone for each domain that holds
NAPTR records for endpoints that callers in your enterprise might wish to dial.
Once these ENUM zones have been created, you can lter the queries that are sent to each as
follows:
congure a match that has a
•
Mode of PatternMatch
use the
•
Pattern string and Pattern type elds to dene the aliases that will trigger an ENUM
lookup.
Example
For example, you want to enable ENUM dialing from your network to a remote ofce in the UK where
the endpoints’ E.164 numbers start with 44. You would congure an ENUM zone on your VCS that
has a Match congured as follows:
Mode
•
of PatternMatch
Pattern string
•
of 44
Pattern type
•
of Prex.
This will result in an ENUM query being sent to that zone only when someone dials a number
starting with 44.
Conguring Transforms for ENUM Zones
You can congure transforms for ENUM zones in the same way as any other zones (see Zone
Searching and Transforming for full information).
If there are any transforms congured for an ENUM zone, these will be applied prior to the number
being converted to an ENUM domain.
Example
For example, you want to enable ENUM dialing from your network to endpoints at a remote site
using a prex of 8 followed by the last 4 digits of the remote endpoints’ E.164 number. You would
congure an ENUM zone on your VCS that has a Match congured as follows:
Mode
•
of PatternMatch
Pattern string
•
of 8(\d{4})
Pattern type
•
of Regex
Pattern behavior
•
of Replace
Replace string
•
of 44123123(\1)
With this conguration, it will be the resulting string (i.e. 44123123xxxx) that will then be
converted into an ENUM domain and queried for via DNS.
To verify that you have congured your outward ENUM dialing correctly, use the
xCommand Locate command to try and resolve an E.164 alias.