Cisco Cisco TelePresence Video Communication Server Expressway 관리 매뉴얼

다운로드
페이지 401
Dial plan and call processing
where:
n
order
and preference determine the order in which NAPTR records are processed. The record
with the lowest order is processed first, with those with the lowest preference being processed first
in the case of matching order.
n
flag
determines the interpretation of the other fields in this record. Only the value (indicating that
this is a terminal rule) is currently supported, and this is mandatory.
n
service
states whether this record is intended to describe E.164 to URI conversion for H.323 or
for SIP. Its value must be either E2U+h323 or E2U+SIP.
n
regex
is a regular expression that describes the conversion from the given E.164 number to an
H.323 or SIP URI.
n
replacement
is not currently used by the VCS and should be set to . (the full stop character).
Non-terminal rules in ENUM are not currently supported by the VCS. For more information on these,
see section 2.4.1 of RFC 3761 [
].
For example, the record:
IN NAPTR 10 100 "u" "E2U+h323" "!^(.*)$!h323:\1@example.com!" .
would be interpreted as follows:
n
10
is the order
n
100
is the preference
n
u
is the flag
n
E2U+h323
states that this record is for an H.323 URI
n
!^(.*)$!h323:\1@example.com!
describes the conversion:
l
!
is a field separator
l
the first field represents the string to be converted. In this example, ^(.*)$ represents the
entire E.164 number
l
the second field represents the H.323 URI that will be generated. In this example,
h323:\1@example.com
states that the E.164 number will be concatenated with
@example.com
. For example, 1234 will be mapped to 1234@example.com.
n
.
shows that the replacement field has not been used.
Configuring DNS servers for ENUM and URI dialing
DNS servers are required to support ENUM and URI dialing:
n
ENUM dialing: to query for NAPTR records that map E.164 numbers to URIs
n
URI dialing: to look up endpoints that are not locally registered or cannot be accessed via neighbor
systems
To configure the DNS servers used by the VCS for DNS queries:
1. Go to the DNS page (
System > DNS
).
2. Enter in the Address 1 to Address 5 fields the IP addresses of up to 5 DNS servers that the VCS
will query when attempting to locate a domain. These fields must use an IP address, not a FQDN.
Configuring a zone for incoming calls only
To configure a zone so that it is never sent an alias search request (for example if you only want to
receive incoming calls from this zone), do not define any search rules that have that zone as its target.
In this scenario, when viewing the zone, you can ignore the warning indicating that search rules have
not been configured.
Cisco VCS Administrator Guide (X6.1)
Page 151 of 401