Topic Last Modified: 2012-11-01
A Lync Server 2013 voice route associates destination phone numbers with one or more public switched telephone network (PSTN) gateways or SIP trunks and one or more PSTN usage records.
To view voice routes by using Lync Server Control Panel-
Open a browser window, and then enter the Admin URL to open the Lync Server Control Panel. For details about the different methods you can use to start Lync Server Control Panel, see Open Lync Server Administrative Tools.
-
Click Voice Routing.
-
Click Route.
-
Double-click a voice route to view additional properties from the list of voice routes, or select the route and click Edit. Then click Show details.
Note: You can only view detailed information for a single route at a time.
-
Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2013, and then click Lync Server Management Shell. Voice routes can be viewed by using Windows PowerShell and the Get-CsVoiceRoute cmdlet. This cmdlet can be run either from the Lync Server 2013 Management Shell or from a remote session of Windows PowerShell. For details about using remote Windows PowerShell to connect to Lync Server, see the Lync Server Windows PowerShell blog article "Quick Start: Managing Microsoft Lync Server 2010 Using Remote PowerShell" at http://go.microsoft.com/fwlink/p/?linkId=255876.
To view information about all of your voice routes, type the following command in the Lync Server Management Shell, and then press ENTER:
Copy Code Get-CsVoiceRoute
That will return information similar to this:
Copy Code Identity : global Priority : -1 Description : NumberPattern : ^(\+1[0-9]{10})$ PstnUsages : {} PstnGatewayList : {} Name : global SuppressCallerId : AlternateCallerId :
Note: |
---|
For details, see Voice Routes in the Planning documentation. |