Topic Last Modified: 2012-11-01

Lync Server 2013 functionality supports multiple associations between gateways and Mediation Servers. These associations are made by defining a trunk, which is a logical association between a Mediation Server pool and a public switched telephone network (PSTN) gateway, Session Border Controller (SBC), or IP-PBX. Use the Topology Builder to associate gateways with Mediation Servers (that is, trunks).

When a trunk is defined, it must be associated to a route. To associate a trunk to a route, you define a simple name for the trunk in Topology Builder. This simple name is used as the trunk name in the Lync Server Control Panel, where trunks can be associated with routes. The simple trunk name is used as the gateway name from the Lync Server Management Shell.

Copy Code
New-CsVoiceRoute -Identity <RouteId> -NumberPattern <String> -PstnUsages @{add="<UsageString>"} -PstnGatewayList @{add="<TrunkSimpleName>"}

The administrator must select a default trunk associated with a Mediation Server. From the Topology Builder, right-click the associated Mediation Server, and then click Properties. Specify the default gateway for the Mediation Server.

The following diagram illustrates the multiple trunks that are defined for each Mediation Server and gateway.

M-N Trunk Routing

Multiple trunk assignments.