Installation guide

Example of Configuring a Static Route from a Lync Front End Server
Acano solution: Single combined Acano server Deployment Guide R1.6 76-1054-01-H
Page 58
Appendix C Example of Configuring a Static
Route from a Lync Front End
Server
Important Note: This appendix provides an example to be used as a guideline and is not
meant to be an explicit set of instructions for you to follow. Acano strongly advises you to seek
the advice of your local Lync server administrator on the best way to implement the equivalent
on your server’s configuration.
1. Ensure that you have installed certificates on the Acano solution to trust the Lync server as
described earlier in this document.
Lync Configuration Changes
2. Optionally, enable HD720p on Lync as follows (if you want HD calls from Lync because the
default is VGA):
a. Open the Lync Server Management Shell,
b. Enable support for HD720P Lync calls with:
Set-CsMediaConfiguration -MaxVideoRateAllowed Hd720p15M
3. Add the trusted application and static routes to the Acano solution with the following five
commands:
New-CsTrustedApplicationPool -Identity acano-trust -ComputerFqdn
fqdn.acanoserver.com -Registrar fqdn.lyncserver.com -site 1 -
RequiresReplication $false -ThrottleAsServer $true -
TreatAsAuthenticated $true
Replacing
acano-trust with a name of your choice
fqdn.acanoserver.com with the FQDN of the Acano solution
fqdn.lyncserver.com with your Lync FE Server or Pool FQDN
New-CsTrustedApplication -ApplicationId acano-application -
TrustedApplicationPoolFqdn acano-trust -Port 5061
Replacing
acano-application with name of your choice
acano-trust with name used above
$x=New-CsStaticRoute -TLSRoute -Destination "fqdn.acanoserver.com" -
MatchUri "something.com" -Port 5061 -UseDefaultCertificate $true
Replacing
fqdn.acanoserver.com with your FQDN of the Acano solution