Cisco Cisco Meeting Server 2000

下载
页码 110
Cisco Meeting Server Release 2.0 : Single Combined Meeting Server Deployments
102
$x=New-CsStaticRoute -TLSRoute -Destination
"fqdn.meetingserver.com" -MatchUri "something.com" -Port 5061 -
UseDefaultCertificate $true
Replacing
l
fqdn.meetingserver.com with your FQDN of the Meeting Server
l
something.com with the URI match of your choosing, possibly
meetingserver.example.com if that is the domain used for all Meeting Server calls
Set-CsStaticRoutingConfiguration -Identity global -Route @{Add=$x}
Enable-CsTopology
This command enables the new topology. Users may have to logout and login again to
update to the new HD720p setting, all other settings are automatic and should work within a
few minutes.
C.2 Meeting Server configuration
1. In the Web Admin Interface go to Configuration > Outbound Calls
2. In the blank row, for Domain, enter the Lync domain that will be matched for calls that need
to be sent to Lync
3. For SIP Proxy to Use, do one of the following:
a. Leave this field blank and the server will perform a DNS SRV lookup for the called domain
using _sipinternaltls._tcp.<yourlyncdomain>.com
b. Enter the Front End Pool (or Lync sip domain) and the server will first perform a DNS SRV
lookup for that defined domain using _sipinternaltls._tcp.<yourlyncdomain>.com and
then perform a DNS A record lookup for the Host entered if the SRV lookup fails  to
resolve
c. Enter the IP address of your Lync Front End server
4. For Local Contact Domain, enter the FQDN of your Meeting Server. (The only case in which
this field should be set is when setting up a trunk to Lync; otherwise it should be left blank.)
5. For Local From Domain, enter the domain that you want the call to be seen as coming from
(the Caller ID) e.g.
meetingserver.example.com
Note: If you leave Local From Domain blank, the domain used for the Caller ID defaults to
that entered as the Local Contact Domain.
Appendix C   Example of configuring a static route from a Lync Front End Server