统一沟通-技巧-13-Lync-Polycom RMX 1500-配置
Lync Server 2010可以與Polycom的MCU整合,讓Lync 2010也能看到多畫面。
看了Jeff,還有好多老外寫的博,同時(shí)也看了官方的文檔。今天看來我在整合項(xiàng)目中的配置過程吧!
按我追求完美主義來說,這博文不夠完善。
不過,你們要知道,要有這么一次配置機(jī)會(huì),也非常難得。
我希望以后有機(jī)會(huì)完善這些!
如果有不足之處,請大家隨時(shí)提出:
?
1. 實(shí)驗(yàn)環(huán)境
1.1. Lync Server 2010環(huán)境
1.2. Polycom環(huán)境
1.3. 測試環(huán)境
2. Lync Server 2010與Polycom RMX 1500集成
2.1. 登錄-RMX 1500
http://192.168.1.215
Install RMX Manager
開始-程序-Polycom-RMX Manager 7.6
Add MCU
填寫-信息:
連接-MCU
| 型號(hào) | 版本 | IP地址 | 環(huán)境 |
| HDX 8000 | ? | 192.168.1.211 | SIP |
| ? | ? | ? | ? |
| RMX 1500 | 192.168.1.215 <管理> | SIP&H.323 | |
| 192.168.1.216 <信令> | |||
| 192.168.1.217 <媒體> |
2.2. 新建-DNS A記錄-For Polycom RMX 1500
2.3. 為Polycom RMX 1500 Set-CSStaticRoute
開始-程序-Lync Server 2010-Lync Server Management Shell
$route = New-CsStaticRoute -TLSRoute -destination "RMX FQDN" -port 5061 -matchuri "RMX FQDN" -usedefaultcert $true
$route = New-CsStaticRoute -TLSRoute -destination "RMX1500.uc-cn.net" -port 5061 -matchuri "RMX1500.uc-cn.net" -usedefaultcert $true
設(shè)置RMX1500 為全局路由,輸入如下命令:
Set-CsStaticRoutingConfiguration -identity global -route @{Add=$route}
Get-CsStaticRoutingConfiguration
Get-CsStaticRoutingConfiguration | Select-Object -ExpandProperty Route
$route = New-CsStaticRoute -TLSRoute -destination "RMX FQDN" -port 5061 -matchuri "RMX FQDN" -usedefaultcert $true
$route = New-CsStaticRoute -TLSRoute -destination "RMX1500.uc-cn.net" -port 5061 -matchuri "uc-cn.net" -usedefaultcert $true
Set-CsStaticRoutingConfiguration -identity global -route @{Add=$route}
Get-CsStaticRoutingConfiguration | Select-Object -ExpandProperty Route
Transport?????????????? : TransportChoice=Certificate=Microsoft.Rtc.Management.?
????????????????????????? WritableConfig.Settings.SipProxy.UseDefaultCert;Fqdn=?
RMX1500.uc-cn.net;Port=5061?
MatchUri??????????????? : uc-cn.net?
MatchOnlyPhoneUri?????? : False?
Enabled???????????????? : True?
ReplaceHostInRequestUri : False
2.4. 為Polycom RMX 1500新建-受信任的應(yīng)用程序
New-CsTrustedApplicationPool -Identity <FQDN> -Registrar Registrar:<registrar FQDN> -site 1
-ComputerFqdn <FQDN> -ThrottleAsServer $true -TreatAsAuthenticated $true
New-CsTrustedApplicationPool -Identity RMX1500.uc-cn.net -Registrar Registrar:Pool.uc-cn.net -site 1 -ComputerFqdn RMX1500.uc-cn.net -ThrottleAsServer $true -TreatAsAuthenticated $true
New-CsTrustedApplication -ApplicationId <string> -TrustedApplicationPoolFqdn <RMX FQDN>
-Port 5061
New-CsTrustedApplication -ApplicationId videobridge -TrustedApplicationPoolFqdn RMX1500.uc-cn.net -Port 5061
Enable-CsTopology
官方文檔:
New-CsTrustedApplication -applicationId VideoProxy -TrustedApplicationPoolFqdn sipdomain.com -port 5061
New-CsTrustedApplication -applicationId VideoProxy -TrustedApplicationPoolFqdn uc-cn.net -port 5061
Enable-CsTopology
2.5. 為Polycom RMX 1500設(shè)置-MediaConfiguration-支持加密
Set-CsMediaConfiguration -EncryptionLevel supportencryption
Get-CsMediaConfiguration
2.6. 為Polycom RMX 1500-申請-證書
進(jìn)入-IIS 7
雙擊-服務(wù)器證書
選擇-創(chuàng)建域證書
Next
完成
2.7. 為Polycom RMX 1500-導(dǎo)入-證書
新建txt 記事本文件
寫入導(dǎo)出證書的密碼(本例為:Aa123456)
將名字設(shè)定為“certPassword.txt”
保存在與上述導(dǎo)出的證書(本例為RMX1500.uc-cn.net.pfx)在同一文件夾。
進(jìn)入-RMX1500
Setup-System Configuration
管理網(wǎng)卡-屬性:
選擇“SIP 服務(wù)器”,指定SIP 服務(wù)類型為“Microsoft”,傳輸類型為:TLS,認(rèn)證方法為:PEM/PFX。
注意:
CerPassword
RMX1500
至此,RMX1500 已經(jīng)集成進(jìn)Lyncserver 2010 平臺(tái)。下面,演示一下具體使用。
2.8. 為Polycom RMX 1500-創(chuàng)建-會(huì)議
A. Lync 2010用戶-呼叫-Polycom RMX 1500
RMX1500.uc-cn.net
新建-會(huì)議
1001@RMX1500.uc-cn.net
新建會(huì)議
輸入會(huì)議顯示名稱,會(huì)議ID:
1001@uc-cn.net
RMX Virtual Meeting Room Registration in Lync
http://blog.schertz.name/2011/05/rmx-virtual-meeting-room-registration-in-lync
備注:
參照:Jeff的文章,最終呼叫RMX1500.
采取
1001@uc-cn.net
RMX1500@uc-cn.net
按如下地址格式發(fā)起呼叫:
MeetingroomID@RMX FQDN
本例的呼叫地址為:1001@RMX1500.uc-cn.net 。
B. Polycom HDX 8000用戶-呼叫-Polycom RMX 1500
C. 普通H.323用戶-呼叫-Polycom RMX 1500
D. Lync 2010通過DTMF 調(diào)用PCM 更改分屏
#
E. 在企業(yè)內(nèi)部通過Lync與Polycom RMX 1500集成成功。
2.9. Lync在internet上-呼叫-Polycom RMX 1500-會(huì)議-1001@RMX1500.uc-cn.net
參照:
Deployment Process Microsoft Lync Edge Server
Deployment Process for RMX Systems with Lync Server Edge Server
參照:
RMX Jeff Schertz's Blog
http://blog.schertz.name/tag/rmx
Task 1: Creating an Active Directory Account for the RMX
Task 2: Enabling the RMX User Account for Lync Server Edge Server
Task 3: Enable the RMX Account for Remote Access and Federation
Task 4: Configuring the RMX for ICE Dialing
Task 5: Add the Primary SIP Domain to federated Lync Server edge server
Task 1: Creating an Active Directory Account for the RMX
The Active Directory user account created for the RMX system is used for registration in the Lync Server and to automatically synchronize with the Lync Server edge servers.
To add the RMX user to the Active Directory:
1) Go to Start > Run and enter dsa.msc to open the Active Directory Users and Computers console.
2) In the console tree, select Users > New > User.
3) In the New User wizard, define the parameters listed in Table 4-6:
Table 4-6Active Directory - New User Parameters for the RMX
| Field | Description |
| First Name | Enter a name for the RMX user. This name will be used on the Polycom RMX configuration. |
| Full Name | Enter the same name you entered in the First Name field. |
| User Login Name | Enter the same name as enter in the First Name field and use the drop-down list to select the domain name for this user. It should be the same domain as defined for the Lync Server edge server. |
4) Click Next.
5) Enter a password that complies with the Active Directory conventions and confirm the password.
6) Select the options: User cannot change password and Password never expires. Clear the other options.
7) Click Next.
The system displays summary information.
8) Click Finish.
The new user is added to the Active Directory Users list.
啟用郵箱。
Task 2: Enabling the RMX User Account for Lync Server Edge Server
You must register the new RMX user you created in Active Directory with the Lync Edge Server.
To enable the RMX User Account for Lync Server:
After adding the RMX user account to Active Directory, you must enable it and configure it for use with Lync server. You must enable users for Lync Server as well as for Enterprise Voice.
Polycom recommends using Lync Powershell commands to perform the following tasks. For detailed documentation for Lync Powershell, see http://technet.microsoft.com/en-us/library/gg398474.aspx.
To enable a conference room user for Lync Server and Enterprise Voice:
1) Navigate to Start > All Programs > Microsoft Lync Server 2010 (RC) > Lync Server Management Shell to open the Lync Powershell terminal.
2) Use Lync Powershell to enable the RMX user account for Lync and Enterprise Voice. For example,
Enable-CsUser -Identity "Ken Myer" -RegistrarPool atl-cs-001.litwareinc.com -SipAddressType FirstNameLastName -SipDomain litwareinc.com -PassThru
Set-CsUser - Identity "Ken Myer" -EnableEnterpriseVoice $True
Task 3: Enable the RMX Account for Remote Access and Federation
You need to configure the RMX user account for remote access and federation. The following instructions assume you have configured an Lync Server edge server.
In order to support external users, you need to do both the following:
?Enable support for external users for your organization.
?Configure and assign one or more policies to support external user access.
To configure the RMX account for federation and remote user access:
For detailed instructions on configuring support for external users in Lync Server 2010,
see?http://technet.microsoft.com/en-us/library/gg413051.aspx.
配置對外部用戶訪問的支持
http://technet.microsoft.com/zh-cn/library/gg413051.aspx
為組織啟用或禁用遠(yuǎn)程用戶訪問
--------------------------------------------------------------------------------、
1. 使用 RTCUniversalServerAdmins 組成員(或具有同等用戶權(quán)限)的用戶帳戶,或分配給 CsAdministrator 角色的用戶帳戶,登錄到內(nèi)部部署中的任何計(jì)算機(jī)。
2. 打開瀏覽器窗口,然后輸入管理 URL 以打開 Lync Server 控制面板。有關(guān)可以用于啟動(dòng) Lync Server 控制面板的不同方法的詳細(xì)信息,請參閱打開 Lync Server 管理工具。
3. 在左側(cè)導(dǎo)航欄中,單擊“外部用戶訪問”,然后單擊“訪問邊緣配置”。
4. 在“訪問邊緣配置”頁上,單擊“全局”,再單擊“編輯”,然后單擊“顯示詳細(xì)信息”。
5. 在“編輯訪問邊緣配置”中,執(zhí)行下列操作之一:
要為組織啟用遠(yuǎn)程用戶訪問,請選中“啟用遠(yuǎn)程用戶訪問”復(fù)選框。
要為組織禁用遠(yuǎn)程用戶訪問,請清除“啟用遠(yuǎn)程用戶訪問”復(fù)選框。
6. .單擊“提交”。
為組織啟用或禁用聯(lián)盟用戶訪問
--------------------------------------------------------------------------------
1. 使用 RTCUniversalServerAdmins 組成員(或具有同等用戶權(quán)限)的用戶帳戶,或分配給 CsAdministrator 角色的用戶帳戶,登錄到內(nèi)部部署中的任何計(jì)算機(jī)。
2. 打開瀏覽器窗口,然后輸入管理 URL 以打開 Lync Server 控制面板。有關(guān)可以用于啟動(dòng) Lync Server 控制面板的不同方法的詳細(xì)信息,請參閱打開 Lync Server 管理工具。
3. 在左側(cè)導(dǎo)航欄中,單擊“外部用戶訪問”,然后單擊“訪問邊緣配置”。
4. 在“訪問邊緣配置”頁上,單擊“全局”,再單擊“編輯”,然后單擊“顯示詳細(xì)信息”。
5. 在“編輯訪問邊緣配置”中,執(zhí)行下列操作之一:
要為組織啟用聯(lián)盟用戶訪問,請選中“啟用與聯(lián)盟用戶的通信”復(fù)選框。
要為組織禁用聯(lián)盟用戶訪問,請清除“啟用與聯(lián)盟用戶的通信”復(fù)選框。
6. 如果已選中“啟用與聯(lián)盟用戶的通信”復(fù)選框,請執(zhí)行以下操作:
a.如果要支持伙伴域的自動(dòng)發(fā)現(xiàn),請選中“啟用伙伴域發(fā)現(xiàn)”復(fù)選框。
b.如果組織支持外部通信的存檔,請選中“向聯(lián)盟伙伴發(fā)送存檔免責(zé)聲明”復(fù)選框。
7. 單擊“提交”。
Task 4: Configuring the RMX for ICE Dialing
The Default IP Network Service for the RMX system must be configured to work with the Lync Server 2010 edge server as the SIP Server and the RMX user defined in the Active Directory must also be defined in the RMX ICE environment parameters.
The procedure described here assumes that the RMX is configured to work in Microsoft environment; the MS_ENVIRONMENT flag is set to YES, the IP Network Service is set to work with Lync Server as the SIP Server and the TLS certificate is installed. For a detailed description of these settings, see the RMX Administrator’s Guide, Appendix H.
To configure the RMX for ICE Dialing:
1) In the RMX Web browser, in the RMX Management pane, expand the?Rarely Used?list and click?IP Network Services ( ).
?
2) In the?IP Network Services?pane, double-click the?Default IP Network Service?( , , or ) entry.
The?Default IP Service - Networking IP?dialog box opens.
3) Click the?SIP Servers?tab.
4) Make sure that the Registration options (Ongoing Conferences, Meeting Rooms, Gateway Profiles, Entry Queues and SIP factories) are not selected (check boxes are cleared).
5) Make sure that the IP address of the Lync Server edge server is specified and the Server Domain Name is the same as defined in the Lync Server edge server and in the Management Network for the DNS.
6) Click the SIP Advanced tab.
7) In the Server User Name field, enter the RMX User name defined in the Active Directory. For example, enter rmx1234567890.
8) In the ICE Environment field, select MS (for Microsoft ICE implementation).
9) Click OK.
The RMX system will register with the Lync Server edge server and enable automatic retrieval of the STUN server and Relay server parameters for ICE dialing.
Task 5: Add the Primary SIP Domain to federated Lync Server edge server
You must add the primary SIP domain to the Lync Server edge server in the enterprise to which you are federating, see “Ensure the Primary SIP Signaling Domain is Allowed” on page 88.
Polycom-enabled Unified Communications for Microsoft Lync Server 2010
Polycom, Inc. 93
Monitoring the connection to the STUN and Relay Servers in the ICE environment
You can view ICE parameters in the Signaling Monitor - ICE Servers dialog box.
To monitor the ICE connection:
1) In the RMX Web browser, in the RMX Management pane, click Signaling Monitor.
2) In the Signaling Monitor pane, click the IP Network Service entry.
3) Click the ICE Servers tab. The system lists the ICE servers to which it is connected and the connection status.
It addition, the system indicates the status of the firewall detection in the RMX.
測試:
3.?Polycom-enabled Unified Communications for Microsoft Lync Server 2010
This chapter includes the following sections:
Polycom Products that Enable Unified Communications
Microsoft Products that Enable Unified Communications
Deployment Process for Polycom HDX Systems
Understanding Microsoft Domains and Application Pools
Deployment Process for Polycom RMX Systems
Deployment Process for Polycom DMA Systems
Supporting Remote and Federated Users
Setting up Dialing Plans
3.1.?Deployment Process for Polycom HDX Systems
Deployment Process for Lync Server 2010 with an HDX System
Task 1: Prepare for the Implementation
Task 2: Configure Authentication in Lync Server
Task 3: Add Conference Rooms with Polycom HDX Systems to Active Directory
Task 4: Enable Conference Rooms for the Lync Server
Task 5: Enable HDX Users for Remote Access and Federation
Task 6: Add Contacts to the Conference Room Local Address Book
Task 7: Configure the Lync Server Registrar Encryption Setting
Deployment Process for Polycom HDX Systems
Task 1: Register Polycom HDX Systems with the Lync Server
Task 2: Configure the Polycom HDX System LAN Properties
Task 3: Configure the Global Directory
Task 4: Configure Display Options for Contact List
Task 5: Configure AES Encryption
Task 6: Test Your Deployment
3.2.?Understanding Microsoft Domains and Application Pools
Using Multiple Computer Application Pools
Microsoft Domains and DNS Entries
3.3.?Deployment Process for Polycom RMX Systems
Task 1: Add the RMX FQDN (SIP signaling IP address) in DNS
Task 2: Set the Routing for the Polycom RMX System
Task 3: Create a Security Certificate for the Polycom RMX System
Task 4: Import the certificate
3.4.?Deployment Process for Polycom DMA Systems
Task 1: Ensure DNS is Configured Properly
Task 2: Set the Routing for the Polycom DMA System
Task 3: Create a Security Certificate for the Polycom DMA 7000 System
3.5.?Supporting Remote and Federated Users
Task Overview
Deployment Process Microsoft Lync Edge Server
Deployment Process for RMX Systems with Lync Server Edge Server
Deployment Process for Remote HDX Systems
Deployment Process Microsoft Lync Edge Server
Task 1: Configure the RMX/DMA as a Routable Gateway
Task 2: Ensure the Primary SIP Signaling Domain is Allowed
Deployment Process for RMX Systems with Lync Server Edge Server
Task 1: Creating an Active Directory Account for the RMX
Task 2: Enabling the RMX User Account for Lync Server Edge Server
Task 3: Enable the RMX Account for Remote Access and Federation
Task 4: Configuring the RMX for ICE Dialing
Task 5: Add the Primary SIP Domain to federated Lync Server edge server
Deployment Process for Remote HDX Systems
Edge Server Considerations for the Polycom HDX
3.6.?Setting up Dialing Plans
Matched URI Dialing
Registered RMX User Name Dialing
4.?Polycom? Conferencing for Microsoft? Outlook?
?
本文轉(zhuǎn)自 CTO_LiuJinFeng 51CTO博客,原文鏈接:http://blog.51cto.com/dynamic/924340,如需轉(zhuǎn)載請自行聯(lián)系原作者
總結(jié)
以上是生活随笔為你收集整理的统一沟通-技巧-13-Lync-Polycom RMX 1500-配置的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: MongoDB Hot Backup 测
- 下一篇: 精简三星Galaxy III 迷你版 自