Cisco Cisco Meeting Server 2000

下载
页码 110
Cisco Meeting Server Release 2.0 : Single Combined Meeting Server Deployments
101
Appendix C Example of configuring a static route
from a Lync Front End Server
Note: Important - 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. Cisco 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.
Before you make configure a static route from the Lync Front End server, ensure that you have
installed certificates on the Meeting Server which will be trusted by the Lync FE server – as
described in the
.
C.1 Lync configuration changes
1. 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
2. Add the trusted application and static routes to the Meeting Server with these five
commands:
New-CsTrustedApplicationPool -Identity fqdn.meetingserver.com -
ComputerFqdn fqdn.meetingserver.com -Registrar fqdn.lyncserver.com
-site 1 -RequiresReplication $false -ThrottleAsServer $true -
TreatAsAuthenticated $true
Replacing
l
fqdn.meetingserver.com with the FQDN of the Meeting Server
l
fqdn.lyncserver.com with your Lync FE Server or Pool FQDN
New-CsTrustedApplication -ApplicationId meetingserver-application
-TrustedApplicationPoolFqdn fqdn.meetingserver.com -Port 5061
Replacing
l
meetingserver-application with name of your choice
l
fqdn.meetingserver.com with the FQDN of the Meeting Server
Appendix C   Example of configuring a static route from a Lync Front End Server