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

다운로드
페이지 479
Dial plan and call processing
Cisco VCS Administrator Guide (X7.1)
Page 196 of 479
ENUM relies on the presence of NAPTR records, as defined by
. These are used to obtain an
H.323 or SIP URI from an E.164 number.
The record format that the VCS supports is:
order flag preference service regex replacement
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
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: