為遠端呼叫控制設定信任的應用程式項目

 

上次修改主題的時間: 2011-02-01

SIP/CSTA 閘道必須設定作為信任的應用程式,Lync Server 才能套用靜態路由以將通話路由至該閘道。

important重要事項:
如果您是從 Communications Server 2007 R2 或 Communications Server 2007 部署移轉使用者,請確定已先移除所有為 SIP/CSTA 閘道建立的現有受信任應用程式項目 (舊稱為授權主機項目),再執行本主題中的程序。如需詳細資訊,請參閱移除舊版授權主機 (選擇性)

若要設定 SIP/CSTA 閘道的受信任應用程式項目

  1. 以 RTCUniversalServerAdmins 群組成員身分,或您已將 New-CsTrustedApplicationPool Cmdlet 指派給的角色型存取控制 (RBAC) 角色,登入已安裝 Lync Server 管理命令介面的電腦。

  2. 啟動 Lync Server 管理命令介面:依序按一下 [開始]、[所有程式]、[Microsoft Lync Server 2010] 和 [Lync Server 管理命令介面]。

  3. 若要建立受信任應用程式項目,請執行下列其中一項作業:

    • 若是傳輸層安全性 (TLS) 連線,請在命令提示字元中輸入下列命令:

      New-CsTrustedApplicationPool -Identity <FQDN of the SIP/CSTA gateway> [-Registrar <Service ID or FQDN of the Registrar service>] -Site <Site ID for the site where you want to create the trusted application pool>
      

      例如:

      New-CsTrustedApplicationPool -Identity rccgateway.contoso.net -Registrar registrar1.contoso.net -Site co1 -TreatAsAuthenticated $true -ThrottleAsServer $true
      
    • 若是傳輸控制通訊協定 (TCP) 連線,請在命令提示字元中輸入下列命令:

      New-CsTrustedApplicationPool -Identity <IP address or FQDN of the SIP/CSTA gateway> [-Registrar <Service ID or FQDN of the Registrar service>] -Site <Site ID for the site where you want to create the trusted application pool>
      

      例如:

      New-CsTrustedApplicationPool -Identity 192.168.0.240 -Registrar registrar1.contoso.net -Site co1 -TreatAsAuthenticated $true -ThrottleAsServer $true
      
  4. 若要將受信任應用程式新增至集區,請執行下列其中一項作業:

    • 若是 TLS 連線,請在命令提示字元中輸入下列命令:

      New-CsTrustedApplication -ApplicationID <application name> -TrustedApplicationPoolFqdn <FQDN of the SIP/CSTA gateway> -Port <SIP listening port on the gateway>
      

      例如:

      New-CsTrustedApplication -ApplicationID RccGateway-1 -TrustedApplicationPoolFqdn rccgateway.contoso.net -Port 5065
      
    • 若是 TCP 連線,請在命令提示字元中輸入下列命令:

      New-CsTrustedApplication -ApplicationID <application name> -TrustedApplicationPoolFqdn <IP address or FQDN of the SIP/CSTA gateway> -Port <SIP listening port on the gateway> -EnableTcp
      

      例如:

      New-CsTrustedApplication -ApplicationID RccGateway-1 -TrustedApplicationPoolFqdn 192.169.0.240 -Port 5065 -EnableTcp
      
  5. 若要實作您已發行的拓撲變更,請在命令提示字元中輸入下列命令:

    Enable-CsTopology