Cisco Cisco TelePresence Video Communication Server Expressway

다운로드
페이지 69
Routing configuration
Cisco VCS Basic Configuration (Control with Expressway) Deployment Guide
Page 17 of 69
Step 6: Transform configuration
The pre-search transform configuration described in this document is used to standardize destination aliases
originating from both H.323 and SIP devices.
The following transform configuration modifies the destination alias of all call attempts made to destination
aliases which do not contain an ‘@’. The old destination alias has @example.com appended to it. This has
the effect of standardizing all called destination aliases into a SIP URI form.
To configure the transform:
1. Go to the
Transforms
page (
VCS configuration > Dial plan > Transforms
).
2. Click New.
3. Configure the transform fields as follows:
VCS Control
VCS Expressway
Priority
Enter 1
Same as VCS Control
Description
Enter Transform destination aliases to URI format
Pattern type
Select Regex
Pattern string
Enter ([^@]*)
Pattern behavior
Select Replace
Replace string
Enter \1@example.com
State
Select Enabled
4. Click Create transform.