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

다운로드
페이지 550
Field
Value
Mode
Alias pattern match
Pattern type
Regex
Pattern string
(\d+)@domain
Pattern behavior
Leave
On successful match
Continue
Target zone
Local Zone
State
Enabled
These search rules ensure that both the E.164 number and full URI are searched for, so that endpoints can still be 
reached whether they have registered with an H.323 number (
123
) or a full URI (
123@domain
).
 
The first search rule takes any aliases in the format 
number@domain
 and transforms them into the format 
number
 
To ensure that any endpoints that have actually registered with an alias in the format 
number@domain
 can also 
still be reached, the lower-priority second search rule places calls to 
number@domain
 without transforming the 
alias.
Transforms for Alphanumeric H.323 ID Dial Strings
This example builds on the 
 example. That example caters for 
number-only dial strings, however H.323 IDs do not have to be purely numeric; they can contain alphanumeric (letters 
and digits) characters. 
This example follows the same model as the example mentioned above — a 
 and two 
 to ensure that endpoints can be reached whether they have registered with an H.323 ID or a full URI — 
but uses a different regex (regular expression) that supports alphanumeric characters. 
Pre-Search Transform
On the Create transforms page (Configuration > Dial plan > Transforms > New):
Field
Value
Priority
1
Description
Append @domain to any alphanumeric dial string
Pattern type
Regex
Pattern string
([^@]*)
Pattern behavior
Replace
Replace string
\1@domain
State
Enabled
This pre-search transform takes any alphanumeric dial string (such as 
123abc
) and appends the domain used in your 
deployment to ensure that calls made by SIP and H.323 endpoints result in the same URI. 
Local Zone Search Rules
On the Create search rule page (Configuration > Dial plan > Search rules > New), create two new search rules as 
follows:
Rule #1
203
Cisco TelePresence Video Communication Server Administrator Guide
Dial Plan and Call Processing