Microsoft Lync Server 2013 Setup – TCP
The following setup is based in the Microsoft Lync Server 2013 documentation, Deploying Remote Call Control, for more about commands syntaxes check:
http://technet.microsoft.com/en-us/library/gg558664.aspx
The following shall be configured:
Configure a Static Route for Remote Call Control
Configure a Trusted Application Entry for Remote Call Control
Configure Static Route for Remote Call Control
The following commands shall be executed in the Lync Server Management Shell to configure Remote Call Control.
Route for Remote Call Control Setup, port 5060 (TCP): |
$TCPRoute = New-CsStaticRoute -TCPRoute -Destination 192.168.222.156 -Port 5062 -MatchUri mx-one.domain.com |
Set-CsStaticRoutingConfiguration -Route @{Add=$TCPRoute} -Identity Global |
To verify the setup use the command: |
Get-CsStaticRoutingConfiguration |
Configure a Trusted Application Pool Entry for Remote Call Control
To create a Trusted Application Pool use the command: |
New-CsTrustedApplicationpool -Identity 192.168.222.156 -Registrar lync-enter.domain.com –Site 1 –TreatAsAuthenticated $True –ThrottleAsServer $True |
To verify the setup use the command: |
Get-CsTrustedApplicationpool |
Configure a Trusted Application Entry for Remote Call Control
To setup the trusted application use the command:: |
New-CsTrustedApplication -ApplicationID RCC -TrustedApplicationPoolFqdn 192.168.222.156 -Port 5062 -EnableTcp |
To verify the setup use the command: |
Get-CsTrustedApplication |
Publish the topology
To implement the changes in the Lync , publish the topology |
Enable-CsTopology |
Define a SIP/CSTA Gateway IP Address
In this example TCP is used, then the SIP/CSTA gateway IP address needs to be defined. Follow the instruction in the session “Define a SIP/CSTA Gateway IP Address” from Microsoft documentation: http://technet.microsoft.com/en-us/library/gg602125.aspx.
When the setup is done, the Topology Builder screen should be similar to figure below.
