Cisco Cisco Expressway

Page of 68
Note that the regular expression used to prevent local domains being searched via the DNS zone can be broken down 
into the following components:
(.*) = match all pattern strings
(?!.*@example\.com.*$).* = do not match any pattern strings ending in @example.com
In the deployment example, calls destined for @cisco.com would be searched via the DNS zone, whereas calls 
destined for @example.com would not.
Task 14: Configuring External (Unknown) IP Address Routing
The following configuration defines how an Expressway routes calls (and other requests) to external IP addresses. An 
external IP address is an IP address which is not ‘known’ to the Expressway and therefore assumed to be a publicly 
routable address.
Known IP addresses are addresses defined in a subzone (using a subzone membership subnet rule).
 
All requests destined for external IP addresses, originating at the Expressway-C are routed to the Expressway-
E using a search rule.
 
The Expressway-E then attempts to open a connection directly to the IP address.
To configure how the Expressway handles calls to unknown IP addresses:
 
1.
Go to Configuration > Dial plan > Configuration.
 
2.
Configure the fields as follows:
 
Expressway-C
Expressway-E
Calls to unknown IP addresses
Indirect
Direct
Expressway-C
Expressway-E
 
3.
Click Save.
To create the search rules to route calls to IP addresses to the Expressway-E:
 
1.
Go to Configuration > Dial plan > Search rules.
 
2.
Click New.
32
Cisco Expressway-E and Expressway-C - Basic Configuration Deployment Guide
Routing Configuration