Cisco Cisco Expressway

Page of 62
 
3.
Configure the fields as follows:
Priority
Enter a high priority such as 5 (the priority of this transform should be before any 
transforms that need to be applied for searching neighbor zones)
Description
Strip off any port information
Pattern type 
Regex
Pattern string
For example: (.+):.*
Pattern behavior
Replace
Replace string
For example: \1
State
Enabled
 
4.
Click Create transform.
Configure Static Routes from Lync Server to Gateway Expressway
This involves configuring domain static routes that route calls for Cisco Collaboration endpoints to Gateway 
Expressway.
The routes should reside on the Director (pool) if present, otherwise on the FE Server (pool).
Note:
 Adding and deleting static routes on a Lync Server does not automatically apply the route to all the other Lync 
Servers that may need the route. You need to add the route to the global static routing configuration. You then need 
to enable the changed topology to put the changes into effect.
 
1.
Use 
New-CsStaticRoute
 to create a static route from Lync to the Gateway Expressway. Use the following 
switches:
$routename=New-CsStaticRoute
: name and assign a variable to hold the new route.
-TLSRoute
: the route uses TLS (recommended)
-TCPRoute
: the route uses TCP (not recommended)
-Destination
: the Gateway Expressway  Cluster FQDN. Use the IP Address in case of TCP routes.
-MatchUri
: the SIP domain in which the Gateway Expressway is authoritative.
38
Cisco Expressway with Microsoft Lync Deployment Guide
Configuration