Configure Cisco Meeting Server and Skype for Business

Size: px
Start display at page:

Download "Configure Cisco Meeting Server and Skype for Business"

Transcription

1 Configure Cisco Meeting Server and Skype for Business Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram Callbridge Certificates Outbound rules DNS Records Verify Troubleshoot Calls not completing Introduction This document describes how to configure Cisco Meeting Server (CMS) with Skype for Business as a complement of the official guides. Prerequisites Requirements Cisco recommends that you have knowledge of these topics: Cisco Meeting Server (CMS) Domain Name Server (DNS) Skype Application Programming Interface (API) Note:The configuration guide can be found here: Guide/Version-2-2/Cisco-Meeting-Server-2-2-Scalable-and-Resilient-Deployments.pdf Components Used 2 CMS Cores, software version The callbridges are in cluster. 1 CMS edge, with webridge access, software version The server is not used with the Skype configuration, but exists in the topology. Skype for Business 2015

2 Active Directory (AD) Windows Server 2012 Secure Shell (SSH) client Secure File Transfer Protocol (SFTP) client such as WinSCP or similar API program such as Postman or similar Remote Desktop session for Active Directory, DNS and Skype server Configure Network Diagram Callbridge Certificates Table 1 provides an example of what does the certificate must contain. It provides an explanation of what does each field means. Table 1 Callbridge Certificates Server 1 CN:core1.domain.com SAN1:core2.domain.co m SAN2:cms.domain.com What does field means Cisco Meeting Server (CMS)1 core, FQDN put as a CN when callbridge certificate was created CMS2 core, Fully Qualified Domain Name (FQDN) put as a Common Name (CN), when callbridge certificate was created A separate "A" Domain Name Server (DNS) record that will be use to

3 resolve all the callbridge on the cluster Server 2 CN:core2.domain.com CMS2 core, FQDN put as a CN when callbridge certificate was created SAN1:core1.domain.co CMS1 core, FQDN put as a CN when callbridge certificate was created m A separate "A" Domain Name Server (DNS) record that will be use to SAN2:cms.domain.com resolve all the callbridge on the cluster The image below provides an example of a certificate for the callbridge: Note: The Certificate Configuration guide can be found here: Guide/Version-2-2/Certificate-Guidelines-Single-Split_Server-Deployment-2-2.pdf Outbound rules Table 2 provides an example on how to configure the outband rules on the CMS core. It provides an explanation of what does each field means. Table 2 CMS server outboud dial plan rules: Domain:domain.com Proxy to use: fe.domain.com What does field means Skype domain Fully Qualified Doamin Name (FQDN) of Skype Front End

4 Server 1 Local contact domain: core1.domain.com Server 2 Local contact domain: core2.domain.com Local from domain: domain.com Scope: callbridge Fully Qualified Doamin Name (FQDN) of callbridge1 Fully Qualified Doamin Name (FQDN) of callbridge2 Cisco Meeting Server (CMS) domain Scope of the rule DNS Records Table 3 provides an example on how to configure the DNS server. It provides an explanation of what does each field means. Table 3 DNS configuration: A records: IP example core1.domain.co callbridge1 m core2.domain.co m callbridge2 cms.domain.com fe.domain.com You need to create an A record, for all Internet Protocol (IP) adress of the callbridges in the cluster, pointing to the same Fully Qualified Domain Name (FQDN). Skype Fully Qualified Doamin Name (FQDN) Step 1. Create outbound rules for every callbridge on CMS Core. Connect to the Webadmin and navigate to Configuration > Outboud calls.

5 The following configuration example uses the parameters on Table 2. The hostname is: tlacoyo. Click on submit when you finish the parameters configuration. You see the outbound rule is added: In case there is a callbridge cluster, add a rule for every callbridge. Step 2. Change the scope of the outbound rule from the default option "global" to "callbridge". You can use Postman or any other API for this purpose. In order to see the scope, use get instruction and navigate to: /outbounddialplanrules Select the outbound Dial Plan Rule id. Use get and move to the oubound rule by adding the id selected.

6 You can see from the image above, the scope of the outbound rule is "global". You need to change it to "callbridge". To do so, use put and set the scope as shown below. Do a get again over the same outbound rule to see the changes. Note that the scope has change to callbridge. Step 3. On the webadmin inferface verify that Call bridge scope, has change from <all> to <none>

7 on a single callbridge. Verify the scope changed from <all> to <local> for clustered deployments. The image below shows how the scope changes on a Single callbridge The image below shows how the scope changes on a Cluster callbridge: Note: On the image above, you can see the local and the remote callbridges. The remote callbridge is shown as "queso" and is the one that you use for xmpp callbridge unique name. Step 4. Allow media encryption on the CMS. Navigate to Configuration> Call Settings. SIP media encription must be set to allowed. Step 5. Incoming call matching. On the incoming call matching, Set to yes the Targets Lync and Targets Lync Simplejoin columns.

8 Navigate to Configuration > Incoming calls. Domain Name Server (DNS) records Use table 3 as reference for this example configuration. Be sure the DNS A records are configured on the DNS server. The image below shows the A record configuration for Callbridge1 The image below shows the A record configuration for Callbridge2 if a cluster is configured.

9 The image below shows the A record configuration for the Skype server, Front End server

10 Step 6. Create a new DNS record for the pool integration with Skype. The A record must contain all the callbridges on the cluster in case there is one, if not, only add the single callbridge. For this guide the name used is "cms".

11 If you have a callbridge cluster, add the other IP addresses of the callbridges to the pool.

12 Configure a Skype User on CMS Step 1.Navigate to Configuration> General. On Lync Edge Settings configure the parameters shown in the image: Server address: is the FQDN of Skype front end server Usarname: a valid user that resides on Skype server, use format. Number of registrations: leave it blank, unless you want to limit it.

13 Repeat this process for each callbridge on the cluster. Step 2. Verify the Skype user is configured and registered on Cisco Meeting Server (CMS). Navigate to Status > General. The image below shows a succesfull registration. Skype Configuration UseSkype Management Shell for this configuration and the commands below to configure the Skype server. Apply the commands on the Front End server. Note:The suggested commands are for guidence. In case you have doubts about the configuration on Skype server, you will need to contact your Skype administrator and/or support team. To configure a trusted application pool: New-CsTrustedApplicationPool -Identity cms.domain.com -ComputerFqdn tlacoyo.domain.com -Registar fe.domain.com -site 1 -RequiresReplication $false -ThrottleAsServer $true -TreatAsAuthenticated $true In case you have more than one callbridge, add the other servers with the command: New-csTrustedApplicationComputer -Identity core2.domain.com -Pool cms.domain.com Continue with configuration by creating the trusted application: New-CsTrustedApplication -ApplicationId cmsapplication -TrustedApplicactionPoolFqdn cms.doamin.com -Port 5061 $x=new-csstatiroute -TLSRoute -Destination "cms.domain.com" -MatchUri "domain.com" -Port UseDefaultCertificate $true If needed, configure a static route: Set-CsStaticRoutingConfiguration -Identity Global -Route@{Add=$x} Verify CMS users dial into a space.

14

15 Create a conference on Skype:

16

17 Invite the cospace to join the conference:

18 You see all the users are on the same conference

19 Troubleshoot Calls not completing You see the error: "Deactivating due to session resource teardown" To fix this problem make sure SIP media encryption is enable on the CMS.

20 If you encounter errors after you confirm the procedures documented in the Troubleshoot section of this document, contact Cisco TAC.

Skype for Business Configuration for Partitioned Intradomain Federation

Skype for Business Configuration for Partitioned Intradomain Federation Skype for Business Configuration for Partitioned Intradomain Federation Skype for Business Intradomain Federation, page 1 Skype for Business Intradomain Federation Task Flow, page 1 Skype for Business

More information

Interdomain Federation to Microsoft Lync

Interdomain Federation to Microsoft Lync within an Enterprise, page 1 Configuration Task Flow for Microsoft Lync Federation, page 2 within an Enterprise Figure 1: Interdomain Federation to Microsoft Server within an Enterprise When the Microsoft

More information

Configure Proxy WebRTC With CMS over Expressway with Dual Domain

Configure Proxy WebRTC With CMS over Expressway with Dual Domain Configure Proxy WebRTC With CMS over Expressway with Dual Domain Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram Technical Information DNS Configuration Internal

More information

Pexip Infinity. Microsoft Lync / Skype for Business Deployment Guide

Pexip Infinity. Microsoft Lync / Skype for Business Deployment Guide Pexip Infinity Microsoft Lync / Skype for Business Deployment Guide Software Version 13 Document Version 13.a October 2016 Contents Introduction 5 Architecture overview 5 On-prem deployment 5 Public DMZ

More information

Pexip Infinity. Microsoft Lync / Skype for Business Deployment Guide

Pexip Infinity. Microsoft Lync / Skype for Business Deployment Guide Pexip Infinity Microsoft Lync / Skype for Business Deployment Guide Software Version 14 Document Version 14.a January 2017 Contents Introduction 5 Architecture overview 5 On-prem deployment 5 Public DMZ

More information

Configure and Integrate CMS Single Combined

Configure and Integrate CMS Single Combined Configure and Integrate CMS Single Combined Contents Introduction Prerequisites Requirements Components Used Configure Step1. Access CMS Step 2. Change the Hostname Step 3. Configure network settings Step

More information

Remote Call Control with Microsoft Lync Server for IM and Presence Service on Cisco Unified Communications Manager, Release 11.

Remote Call Control with Microsoft Lync Server for IM and Presence Service on Cisco Unified Communications Manager, Release 11. Remote Call Control with Microsoft Lync Server for IM and Presence Service on Cisco Unified Communications First Published: June 08, 2015 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive

More information

Pexip Infinity. Microsoft Lync / Skype for Business Deployment Guide

Pexip Infinity. Microsoft Lync / Skype for Business Deployment Guide Pexip Infinity Microsoft Lync / Skype for Business Deployment Guide Software Version 16 Document Version 16.a August 2017 Contents Introduction 5 Architecture overview 5 On-premises deployment 5 Public

More information

Multiparty Conferencing for Audio, Video and Web Collaboration using Cisco Meeting Server

Multiparty Conferencing for Audio, Video and Web Collaboration using Cisco Meeting Server Multiparty Conferencing for Audio, Video and Web Collaboration using Cisco Meeting Server Paul Giralt (pgiralt@cisco.com) Markus Schneider (marschne@cisco.com) LTRCOL-2250 Agenda Cisco Meeting Server Overview

More information

Implementing, Configuring and Managing Cisco Meeting Server (ICMCMS-CT)

Implementing, Configuring and Managing Cisco Meeting Server (ICMCMS-CT) 6210 Central Ave, Portage, IN. 46368 Phone: 219.764.3800 Fax: 219.764.3805 Web: http://www.ctclc.com Implementing, Configuring and Managing Cisco Meeting Server (ICMCMS-CT) In this course, students will

More information

Cisco VCS and Microsoft Lync

Cisco VCS and Microsoft Lync Cisco VCS and Microsoft Lync Deployment Guide First Published: October 2008 Last Updated: February 2016 Cisco VCS X8.7 Microsoft Lync 2010, Lync 2013 Cisco Systems, Inc. www.cisco.com Preface Preface Change

More information

Cisco VCS and Microsoft Infrastructure

Cisco VCS and Microsoft Infrastructure Cisco VCS and Microsoft Infrastructure Deployment Guide First Published: October 2008 Last Updated: July 2016 Cisco VCS X8.8 Microsoft Lync 2010, Lync 2013 Skype for Business Server 2015 Cisco Systems,

More information

Multimedia C onnector for Skype for Business Configuration of Microsoft Skype for Business platform

Multimedia C onnector for Skype for Business Configuration of Microsoft Skype for Business platform Multimedia C onnector for Skype for Business Configuration of Microsoft Skype for Business platform 1. Executive Summary This paper describes how to configure Microsoft Skype for Business or Lync 2013

More information

Cisco VCS and Microsoft Infrastructure

Cisco VCS and Microsoft Infrastructure Cisco VCS and Microsoft Infrastructure Deployment Guide First Published: October 2008 Last Updated: July 2018 Cisco VCS X8.11 Microsoft Lync 2010, Lync 2013 Skype for Business Server 2015 Cisco Systems,

More information

Cisco TelePresence Conductor with Cisco Unified Communications Manager

Cisco TelePresence Conductor with Cisco Unified Communications Manager Cisco TelePresence Conductor with Cisco Unified Communications Manager Deployment Guide TelePresence Conductor XC4.0 Unified CM 10.5(2) January 2016 Contents Introduction 6 About this document 6 Related

More information

Cisco TelePresence Microsoft Lync and Cisco VCS

Cisco TelePresence Microsoft Lync and Cisco VCS Cisco TelePresence Microsoft Lync and Cisco VCS Deployment Guide Cisco VCS X8.1 Microsoft Lync 2010, Lync 2013 D14269.11 December 2013 Contents Introduction 5 Objectives and intended audience 5 Deployment

More information

Configure Selective Based Workflow for Incoming Calls on Finesse

Configure Selective Based Workflow for Incoming Calls on Finesse Configure Selective Based Workflow for Incoming Calls on Finesse Contents Introduction Prerequisites Requirements Components Used Configure Configurations CUCM Configuration MediaSense Configuration UCCX

More information

Acano solution. Deployment Planning and Preparation Guide. September C

Acano solution. Deployment Planning and Preparation Guide. September C Acano solution Deployment Planning and Preparation Guide September 2015 76-1051-01-C Contents Contents 1 Introduction... 4 2 Single Combined Acano Server Deployment... 5 2.1 VM host... 5 2.2 Syslog to

More information

Cisco Meeting Server, on-premises and hybrid large scale conferencing design

Cisco Meeting Server, on-premises and hybrid large scale conferencing design Cisco Meeting Server, on-premises and hybrid large scale conferencing design Aniello (Nello) Zanfardino, Solution Architect Cisco Advanced Services Cisco Spark How Questions? Use Cisco Spark to communicate

More information

Cisco Meeting Server. Cisco Meeting Server Release 2.3. with Cisco Unified Communications Manager Deployment Guide

Cisco Meeting Server. Cisco Meeting Server Release 2.3. with Cisco Unified Communications Manager Deployment Guide Cisco Meeting Server Cisco Meeting Server Release 2.3 with Cisco Unified Communications Manager Deployment Guide May 11, 2018 Cisco Systems, Inc. www.cisco.com Contents Change History 4 1 Introduction

More information

Intercluster Peer Configuration

Intercluster Peer Configuration Prerequisites for Intercluster Deployment, page 1, page 2 Prerequisites for Intercluster Deployment You configure an intercluster peer between the IM and Presence database publisher nodes in standalone

More information

Cisco Meeting Server. Cisco Meeting Server Release 2.1. with Cisco Unified Communications Manager Deployment Guide. November 08,

Cisco Meeting Server. Cisco Meeting Server Release 2.1. with Cisco Unified Communications Manager Deployment Guide. November 08, Cisco Meeting Server Cisco Meeting Server Release 2.1 with Cisco Unified Communications Manager Deployment Guide November 08, 2017 Cisco Systems, Inc. www.cisco.com Contents Change History 4 1 Introduction

More information

Cisco Unified Communications Manager configuration for integration with IM and Presence Service

Cisco Unified Communications Manager configuration for integration with IM and Presence Service Cisco Unified Communications Manager configuration for integration with IM and Presence Service User and Device Configuration on Cisco Unified Communications Manager before Integration Task List, page

More information

Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2

Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2 Interdomain Federation Guide for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2 First Published: 2017-11-29 Last Modified: 2017-12-01 Americas Headquarters Cisco Systems,

More information

Cisco TelePresence Conductor with Cisco Unified Communications Manager

Cisco TelePresence Conductor with Cisco Unified Communications Manager Cisco TelePresence Conductor with Cisco Unified Communications Manager Deployment Guide XC2.2 Unified CM 8.6.2 and 9.x D14998.09 Revised March 2014 Contents Introduction 4 About this document 4 Further

More information

Skype for Business Configuration

Skype for Business Configuration Skype for Business Configuration Architecture Since Spring 2017, Imagicle Queue Manager Enterprise provides native integration with Microsoft Lync / Skype for Business, as a Trusted UCMA Application registered

More information

Acano solution. Acano Server & VM Release R1.8 H.323 Gateway Deployment Guide. September B

Acano solution. Acano Server & VM Release R1.8 H.323 Gateway Deployment Guide. September B Acano solution Acano Server & VM Release R1.8 H.323 Gateway Deployment Guide September 2015 76-1056-02-B Contents Contents 1 Introduction... 3 1.1 How to Use this Guide... 3 1.1.1 Commands... 4 2 H323

More information

Acano solution. Third Party Call Control Guide. 07 June G

Acano solution. Third Party Call Control Guide. 07 June G Acano solution Third Party Call Control Guide 07 June 2016 76-1055-01-G Contents 1 Introduction 3 1.1 How to Use this Guide 3 1.1.1 Commands 5 2 Example of Configuring a SIP Trunk to CUCM 6 2.1 Prerequisites

More information

Interdomain Federation with Office 365

Interdomain Federation with Office 365 Office 365 Interdomain Federation Overview, page 1 Office 365 Interdomain Federation Task Flow, page 1 Office 365 Interdomain Federation Overview The IM and Presence Service supports business to business

More information

Configure Recorder in CMS/Acano Call Bridge

Configure Recorder in CMS/Acano Call Bridge Configure Recorder in CMS/Acano Call Bridge Contents Introduction Prerequisites Requirements Components Used Background Information Deployments Supported Deployments Other Setup Configure Step 1. Configure

More information

Cisco TelePresence Conductor with Unified CM

Cisco TelePresence Conductor with Unified CM Cisco TelePresence Conductor with Unified CM Deployment Guide TelePresence Conductor XC3.0 Unified CM 10.x Revised February 2015 Contents Introduction 5 About this document 5 Related documentation 5 About

More information

Cisco TelePresence Conductor

Cisco TelePresence Conductor Cisco TelePresence Conductor Deployment Guide XC1.2 D14827.02 May 2012 Contents Contents Introduction... 4 About the Cisco TelePresence Conductor... 4 Call flow with the Cisco TelePresence Conductor...

More information

Acano solution. Third Party Call Control Guide. December F

Acano solution. Third Party Call Control Guide. December F Acano solution Third Party Call Control Guide December 2015 76-1055-01-F Contents Contents 1 Introduction... 3 1.1 How to Use this Guide... 3 1.1.1 Commands... 4 2 Example of Configuring a SIP Trunk to

More information

Command or Action Step 1. Create and Configure Cisco Jabber Devices, on page 1. Configure a SIP Trunk, on page 6

Command or Action Step 1. Create and Configure Cisco Jabber Devices, on page 1. Configure a SIP Trunk, on page 6 s Workflow, page 1 s Workflow Command or Action Purpose Create and Configure Cisco Jabber Devices, on page 1 Create at least one device for every user that will access Cisco Jabber. Configure a SIP Trunk,

More information

Interdomain Federation with Skype for Business

Interdomain Federation with Skype for Business Skype for Business Interdomain Federation, page 1 Skype for Business Federation Task Flow (Business to Business), page 1 Skype for Business Interdomain Federation The IM and Presence Service supports interdomain

More information

Cisco Interoperability with Microsoft Part 1 Collaboration

Cisco Interoperability with Microsoft Part 1 Collaboration Cisco Interoperability with Microsoft Part 1 Collaboration Tobias Neumann BRKCOL-2610 Agenda Architecture Microsoft Lync / Skype for Business Enterprise Voice IM & Presence Business to Business Federation

More information

LDAP Directory Integration

LDAP Directory Integration LDAP Server Name, Address, and Profile Configuration, on page 1 with Cisco Unified Communications Manager Task List, on page 1 for Contact Searches on XMPP Clients, on page 6 LDAP Server Name, Address,

More information

Configuration for Microsoft Presence

Configuration for Microsoft Presence Configuration for Microsoft Presence Architecture Imagicle Presence Service connects directly to Microsoft Lync / SfB Frontend Service through Microsoft UCMA API. Requirements Imagicle presence service

More information

Core Solutions of Microsoft Skype for Business 2015

Core Solutions of Microsoft Skype for Business 2015 Course 20334: Core Solutions of Microsoft Skype for Business 2015 Course Outline Module 1: Installing and Implementing Skype for Business Server 2015 This module helps you to identify the external dependencies

More information

Cisco VCS Authenticating Devices

Cisco VCS Authenticating Devices Cisco VCS Authenticating Devices Deployment Guide First Published: May 2011 Last Updated: November 2015 Cisco VCS X8.7 Cisco Systems, Inc. www.cisco.com 2 About Device Authentication Device authentication

More information

IM and Presence Service Configuration for SIP Federation

IM and Presence Service Configuration for SIP Federation IM and Presence Service Configuration for SIP Federation IM and Presence Service Release 9.0 or later supports interdomain federation with Microsoft Lync. For IM and Presence Service Release 9.0 or later,

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide BEMS in a BlackBerry UEM environment Version 2.6.5.9 Published: 2018-02-19 SWD-20180310104412185 Contents About this guide... 9 What is BEMS?... 10 Preinstallation

More information

Cisco Meeting Server. Cisco Meeting Server Release Release Notes. March 05, 2018

Cisco Meeting Server. Cisco Meeting Server Release Release Notes. March 05, 2018 Cisco Meeting Server Cisco Meeting Server Release 2.3.0 Release Notes March 05, 2018 Cisco Systems, Inc. www.cisco.com Contents What's changed 4 1 Introduction 5 1.1 End Of Software Maintenance 6 2 New

More information

Cisco TelePresence Device Authentication on Cisco VCS

Cisco TelePresence Device Authentication on Cisco VCS Cisco TelePresence Device Authentication on Cisco VCS Deployment Guide Cisco VCS X8.5 December 2014 Contents About device authentication 4 Authentication policy 6 Configuring VCS authentication policy

More information

A. On the VCS, navigate to Configuration, Protocols, H.323, and set Auto Discover to off.

A. On the VCS, navigate to Configuration, Protocols, H.323, and set Auto Discover to off. Volume: 383 Questions Question No: 1 Which parameter should be set to prevent H.323 endpoints from registering to Cisco TelePresence Video Communication Server automatically? A. On the VCS, navigate to

More information

Cisco Expressway Session Classification

Cisco Expressway Session Classification Cisco Expressway Session Classification Deployment Guide First Published: December 2016 Last Updated: December 2017 Expressway X8.10 Cisco Systems, Inc. www.cisco.com 2 Preface Preface Change History Table

More information

Cisco Meeting Server. Cisco Meeting Server Release 2.2. Scalability & Resilience Server Deployment Guide. January 24,

Cisco Meeting Server. Cisco Meeting Server Release 2.2. Scalability & Resilience Server Deployment Guide. January 24, Cisco Meeting Server Cisco Meeting Server Release 2.2 Scalability & Resilience Server Deployment Guide January 24, 2018 Cisco Systems, Inc. www.cisco.com Contents What's new 9 1 Introduction 10 1.1 How

More information

Deploy Webex Video Mesh

Deploy Webex Video Mesh Video Mesh Deployment Task Flow, on page 1 Install Webex Video Mesh Node Software, on page 2 Log in to the Webex Video Mesh Node Console, on page 4 Set the Network Configuration of the Webex Video Mesh

More information

Cisco Meeting Server. Cisco Meeting Server Release 2.4. Single Split Server Deployment Guide. January 16, 2019

Cisco Meeting Server. Cisco Meeting Server Release 2.4. Single Split Server Deployment Guide. January 16, 2019 Cisco Meeting Server Cisco Meeting Server Release 2.4 Single Split Server Deployment Guide January 16, 2019 Cisco Systems, Inc. www.cisco.com Contents What's new 8 1 Introduction 9 1.1 Using the Cisco

More information

Cisco Meeting Server. Cisco Meeting Server Release 2.3. Scalability & Resilience Server Deployment Guide. March 20, 2018

Cisco Meeting Server. Cisco Meeting Server Release 2.3. Scalability & Resilience Server Deployment Guide. March 20, 2018 Cisco Meeting Server Cisco Meeting Server Release 2.3 Scalability & Resilience Server Deployment Guide March 20, 2018 Cisco Systems, Inc. www.cisco.com Contents What's new 9 1 Introduction 10 1.1 How to

More information

Cisco Meeting Server. Load Balancing Calls Across Cisco Meeting Servers. White Paper. 22 January Cisco Systems, Inc.

Cisco Meeting Server. Load Balancing Calls Across Cisco Meeting Servers. White Paper. 22 January Cisco Systems, Inc. Cisco Meeting Server Load Balancing Calls Across Cisco Meeting Servers White Paper 22 January 2018 Cisco Systems, Inc. www.cisco.com Contents Change History 4 Introduction 5 Load balancing across Cisco

More information

Cisco Meeting Server. Single Server Simplified Setup Guide. October 26, 2018

Cisco Meeting Server. Single Server Simplified Setup Guide. October 26, 2018 Cisco Meeting Server Single Server Simplified Setup Guide October 26, 2018 Cisco Systems, Inc. www.cisco.com What's new What's new Version October 25, 2018 Change First version published. Single Server

More information

Partitioned Intradomain Federation for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2

Partitioned Intradomain Federation for IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)SU2 Partitioned Intradomain Federation for IM and Presence Service on Cisco Unified Communications Manager, First Published: 2017-01-10 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose,

More information

Post-Change Tasks and Verification

Post-Change Tasks and Verification Post-Change Task List for Cisco Unified Communications Manager Nodes, page 1 Post-Change Task List for IM and Presence Service Nodes, page 3 Perform Post-Change Tasks for Cisco Unified Communications Manager

More information

Cisco TelePresence Conductor with Cisco VCS (Policy Service)

Cisco TelePresence Conductor with Cisco VCS (Policy Service) Cisco TelePresence Conductor with Cisco VCS (Policy Service) Deployment Guide TelePresence Conductor XC3.0 Cisco VCS X8.x Revised January 2015 Contents Introduction 5 About the Cisco TelePresence Conductor

More information

Acano solution. Acano Server & VM Release R1.9. Single Split Server Deployment Guide. 06 September E

Acano solution. Acano Server & VM Release R1.9. Single Split Server Deployment Guide. 06 September E Acano solution Acano Server & VM Release R1.9 Single Split Server Deployment Guide 06 September 2016 76-1054-04-E Contents 1 Introduction 7 1.1 How to Use this Guide 8 1.1.1 Commands 9 1.1.2 Management

More information

Installation Guide. BEMS in a BlackBerry UEM environment. Version

Installation Guide. BEMS in a BlackBerry UEM environment. Version Installation Guide BEMS in a BlackBerry UEM environment Version 2.8.7.21 Published: 2018-03-26 SWD-20180321100611238 Contents About this guide... 5 What is BEMS?... 6 Preinstallation checklists... 8 BlackBerry

More information

Unified Communication Cluster Setup with CA Signed Multi Server Subject Alternate Name Configuration Example

Unified Communication Cluster Setup with CA Signed Multi Server Subject Alternate Name Configuration Example Unified Communication Cluster Setup with CA Signed Multi Server Subject Alternate Name Configuration Example Document ID: 118731 Contributed by Vasanth Kumar K, Cisco TAC Engineer. Mar 09, 2015 Contents

More information

Cisco Unified Customer Voice Portal

Cisco Unified Customer Voice Portal This chapter explains the procedures you must perform to configure the Cisco Unified CVP Call and OAMP servers on Side A and Side B. Validate Network Card, page 2 Configure Unified CVP Call Server, page

More information

Cisco Expressway Options with Cisco Meeting Server and/or Microsoft Infrastructure

Cisco Expressway Options with Cisco Meeting Server and/or Microsoft Infrastructure Cisco Expressway Options with Cisco Meeting Server and/or Microsoft Infrastructure Deployment Guide First Published: December 2016 Last Updated: October 2017 Expressway X8.9.2 Cisco Systems, Inc. www.cisco.com

More information

Overview. Audience profile. At course completion. Module Title : 20334A:Core Solutions of Skype for Business Course Outline :: 20334A::

Overview. Audience profile. At course completion. Module Title : 20334A:Core Solutions of Skype for Business Course Outline :: 20334A:: Module Title : 20334A:Core Solutions of Skype for Business 2015 Duration : 5 days Overview This course teaches IT professionals how to plan, deploy, configure, and administer a Skype for Business 2015

More information

Cisco Expressway Cluster Creation and Maintenance

Cisco Expressway Cluster Creation and Maintenance Cisco Expressway Cluster Creation and Maintenance Deployment Guide First Published: December 2009 Last Updated: April 2017 Cisco Expressway X8.9.2 Cisco Systems, Inc. www.cisco.com Contents Preface 3 Change

More information

Core Solutions of Skype for Business 2015

Core Solutions of Skype for Business 2015 Course 20334B: Core Solutions of Skype for Business 2015 Page 1 of 8 Core Solutions of Skype for Business 2015 Course 20334B: 4 days; Instructor-Led Introduction This course teaches IT professionals how

More information

Chat Setup and Management

Chat Setup and Management Chat Deployments, page 1 Chat Administration Settings, page 4 Chat Node Alias Management, page 6 Chat Deployments You can set up chat for different deployment scenarios. Sample deployment scenarios are

More information

Core Solutions of Skype for Business 2015

Core Solutions of Skype for Business 2015 Core Solutions of Skype for Business 2015 OD20334B; On-Demand, Video-based Course Description This course provides students with the knowledge and skills that are required to plan, deploy, configure, and

More information

Acano Solution. Acano Server Release Release Notes. Acano. December I

Acano Solution. Acano Server Release Release Notes. Acano. December I Acano Solution Acano Server Release 1.0.12 Release Notes Acano December 2013 76-1005-12-I Contents Contents 1 Introduction 3 2 New Features/Changes in 1.0.12 3 2.1 Acano Solution Virtual Deployment Release...

More information

Configure Mobile and Remote Access

Configure Mobile and Remote Access Mobile and Remote Access Overview, on page 1 Mobile and Remote Access Prerequisites, on page 3 Mobile and Remote Access Configuration Task Flow, on page 4 Mobile and Remote Access Overview Cisco Unified

More information

"Charting the Course... MOC B Core Solutions of Microsoft Skype for Business Course Summary

Charting the Course... MOC B Core Solutions of Microsoft Skype for Business Course Summary MOC 20334 B Core Solutions of Microsoft Skype for Description Course Summary This course provides students with the knowledge and skills required to plan, deploy, configure, and administer a Skype for

More information

Interdomain Federation for the IM and Presence Service, Release 10.x

Interdomain Federation for the IM and Presence Service, Release 10.x First Published: 2014-01-29 Last Modified: 2018-11-05 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Jabber for Windows - Quick Start Guide

Jabber for Windows - Quick Start Guide Jabber for Windows - Quick Start Guide Contents Introduction Prerequisites Software Requirements Hardware Requirements Configuring Phone Services Jabber Softphone Jabber Deskphone Deskphone Configuration

More information

Microsoft Office Communicator Call Control with Microsoft OCS for IM and Presence Service on Cisco Unified Communications Manager, Release 9.

Microsoft Office Communicator Call Control with Microsoft OCS for IM and Presence Service on Cisco Unified Communications Manager, Release 9. Microsoft Office Communicator Call Control with Microsoft OCS for IM and Presence Service on Cisco Unified Communications Manager, Release 9.1(1) First Published: December 20, 2012 Last Modified: April

More information

Unified Communications Mobile and Remote Access via Cisco Expressway

Unified Communications Mobile and Remote Access via Cisco Expressway Unified Communications Mobile and Remote Access via Cisco Expressway Deployment Guide Cisco Expressway X8.1.1 or later Cisco Unified CM 9.1(2)SU1 or later D15068.01 April 2014 Contents Mobile and remote

More information

Microsoft Core Solutions of Microsoft Skype for Business 2015

Microsoft Core Solutions of Microsoft Skype for Business 2015 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20334 - Core Solutions of Microsoft Skype for Business 2015 Length 5 days Price $4290.00 (inc GST) Version B Overview This course provides students with

More information

Configure Voice and Video Communication

Configure Voice and Video Communication s for On-Premises Deployments, page 1 for Cloud-Based Deployments, page 23 s for On-Premises Deployments Command or Action Purpose Install Cisco Options Package File for Devices, on page 2. Complete this

More information

Implementing Cisco IP Telephony & Video, Part 2 v1.0

Implementing Cisco IP Telephony & Video, Part 2 v1.0 Implementing Cisco IP Telephony & Video, Part 2 v1.0 Cisco 300-075 Dumps Available Here at: /cisco-exam/300-075-dumps.html Enrolling now you will get access to 380 questions in a unique set of 300-075

More information

Cisco Meeting Server. Cisco Meeting Server Release Release Notes. March 13, Cisco Systems, Inc.

Cisco Meeting Server. Cisco Meeting Server Release Release Notes. March 13, Cisco Systems, Inc. Cisco Meeting Server Cisco Meeting Server Release 2.0.12 Release Notes March 13, 2017 Cisco Systems, Inc. www.cisco.com Contents 1 Introduction 4 2 New Features/Changes in 2.0 6 2.1 Introducing the Cisco

More information

IM and Presence Service Network Setup

IM and Presence Service Network Setup Configuration changes and service restart notifications, page 1 DNS Domain Configuration, page 2 IM and Presence Service Default Domain Configuration, page 6 IM Address Configuration, page 7 Domain Management

More information

Unified Communications in RealPresence Access Director System Environments

Unified Communications in RealPresence Access Director System Environments [Type the document title] 2.1.0 March 2013 3725-78704-001A Deploying Polycom Unified Communications in RealPresence Access Director System Environments Polycom Document Title 1 Trademark Information POLYCOM

More information

Cisco Meeting App. Troubleshooter for desktop and mobile. December 06, 2017

Cisco Meeting App. Troubleshooter for desktop and mobile. December 06, 2017 Cisco Meeting App Troubleshooter for desktop and mobile apps, WebRTC, and SIP endpoints December 06, 2017 Troubleshooter for desktop and mobile apps, WebRTC, and SIP endpoints : Troubleshooter 1 Contents

More information

Presence Service Configuration

Presence Service Configuration Presence Service Configuration 28 Mar 2019 TM and copyright 2010-2019 Imagicle spa Table of Contents Presence Service Configuration...1/13 Imagicle Presence Service Configuration...1/13 Configuration for

More information

Interdomain Federation for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1)

Interdomain Federation for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1) Interdomain Federation for IM and Presence Service on Cisco Unified Communications Manager, Release 10.5(1) First Published: 2014-01-29 Last Modified: 2017-12-01 Americas Headquarters Cisco Systems, Inc.

More information

Deploying the BIG-IP LTM v11 with Microsoft Lync Server 2010 and 2013

Deploying the BIG-IP LTM v11 with Microsoft Lync Server 2010 and 2013 Deployment Guide Deploying the BIG-IP LTM v11 with Microsoft Welcome to the Microsoft Lync Server 2010 and 2013 deployment guide. This document contains guidance on configuring the BIG-IP Local Traffic

More information

File Reputation Filtering and File Analysis

File Reputation Filtering and File Analysis This chapter contains the following sections: Overview of, page 1 Configuring File Reputation and Analysis Features, page 5 File Reputation and File Analysis Reporting and Tracking, page 14 Taking Action

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Task Flow, page 5 Reconfigure OpenAM SSO to SAML SSO Following an Upgrade, page 9 SAML SSO Deployment Interactions and Restrictions, page 9 Prerequisites NTP

More information

Internet Protocol Version 6 (IPv6)

Internet Protocol Version 6 (IPv6) CHAPTER 29 Internet Protocol version 6 (IPv6), which is the latest version of the Internet Protocol (IP) that uses packets to exchange data, voice, and video traffic over digital networks, increases the

More information

Skype for Business Server 2019 Preview Deployment Guide

Skype for Business Server 2019 Preview Deployment Guide Skype for Business Server 2019 Preview Deployment Guide 11/08/2018 Plan Deploy Test Table of Contents Introduction... 3 Bit of background... 3 Skype for Business 2019 Preview requirements... 3 Hardware...

More information

IM and Presence Service Configuration for XMPP Federation

IM and Presence Service Configuration for XMPP Federation IM and Presence Service Configuration for XMPP Federation External XMPP Federation through Cisco Expressway, page 1 Configure General Settings for XMPP Federation, page 3 DNS Configuration for XMPP Federation,

More information

Configure TFTP Servers

Configure TFTP Servers Proxy TFTP Deployment Overview, on page 1 TFTP Server Configuration Task Flow, on page 3 Proxy TFTP Deployment Overview Use a proxy Trivial File Transfer Protocol (TFTP) server to provide the configuration

More information

Cisco Meeting Server. Cisco Meeting Server Release Release Notes. March 25, 2019

Cisco Meeting Server. Cisco Meeting Server Release Release Notes. March 25, 2019 Cisco Meeting Server Cisco Meeting Server Release 2.4.4 Release Notes March 25, 2019 Cisco Systems, Inc. www.cisco.com Contents What's changed 5 1 Introduction 6 1.1 Cisco Meeting Server platform maintenance

More information

Cisco Meeting Server. Cisco Meeting Server Release Release Notes. January 05, Cisco Systems, Inc.

Cisco Meeting Server. Cisco Meeting Server Release Release Notes. January 05, Cisco Systems, Inc. Cisco Meeting Server Cisco Meeting Server Release 2.1.0 Release Notes January 05, 2017 Cisco Systems, Inc. www.cisco.com Contents 1 Introduction 4 2 New Features/Changes in 2.1 6 2.1 Call Bridge Groups

More information

LDAP Directory Integration

LDAP Directory Integration LDAP Server Name, Address, and Profile Configuration, page 1 with Cisco Unified Communications Manager Task List, page 1 for Contact Searches on XMPP Clients, page 6 LDAP Server Name, Address, and Profile

More information

estos CallControlGateway

estos CallControlGateway estos CallControlGateway 5.0.41.35034 1 Welcome to estos CallControlGateway... 5 1.1 Installation notes... 6 2 Configure Live Communications Server... 7 2.1 Static Route for TCP... 7 2.2 Static Route for

More information

Microsoft Skype for Business Deployment Guide. Multimedia Connector for Skype for Business 8.5.0

Microsoft Skype for Business Deployment Guide. Multimedia Connector for Skype for Business 8.5.0 Microsoft Skype for Business Deployment Guide Multimedia Connector for Skype for Business 8.5.0 6/27/2018 Table of Contents Multimedia Connector for Skype for Business Deployment Guide 4 Architecture 6

More information

Cisco Unified Communications XMPP Federation

Cisco Unified Communications XMPP Federation Cisco Unified Communications XMPP Federation Deployment Guide First Published: December 2014 Last Updated: March 2018 Cisco Expressway X8.10 IM and Presence Service 9.1.1 or later Cisco Systems, Inc. www.cisco.com

More information

20334A: Core Solutions of Microsoft Skype for Business 2015

20334A: Core Solutions of Microsoft Skype for Business 2015 20334A: Core Solutions of Microsoft Skype for Business Course Details Course Code: Duration: Notes: 20334A 5 days This course syllabus should be used to determine whether the course is appropriate for

More information

[MS20334]: Core Solutions of Skype for Business 2015

[MS20334]: Core Solutions of Skype for Business 2015 [MS20334]: Core Solutions of Skype for Business 2015 Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : Skype Delivery Method : Instructor-led (Classroom) Course Overview This course

More information

Configure Intercluster Lookup Service

Configure Intercluster Lookup Service Intercluster Lookup Service Overview, page 1 ILS Prerequisites, page 2 ILS Configuration Task Flow, page 2 ILS Interactions and Restrictions, page 9 Intercluster Lookup Service Overview The Intercluster

More information

Deploying the BIG-IP LTM with Microsoft Skype for Business

Deploying the BIG-IP LTM with Microsoft Skype for Business F5 Deployment Guide Deploying the BIG-IP LTM with Microsoft Skype for Business Welcome to the Microsoft Skype for Business Server deployment guide. This document contains guidance on configuring the BIG-

More information

Planning, Deploying, and Monitoring Mobility Microsoft Lync Server 2010

Planning, Deploying, and Monitoring Mobility Microsoft Lync Server 2010 Microsoft Lync Server 2010 Published: March 2012 This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without

More information

Deploying BIG-IP LTM with Microsoft Lync Server 2010 and 2013

Deploying BIG-IP LTM with Microsoft Lync Server 2010 and 2013 F5 Deployment Guide Deploying BIG-IP LTM with Microsoft Lync Server 2010 and 2013 Welcome to the Microsoft Lync Server 2010 and 2013 deployment guide. This document contains guidance on configuring the

More information