Deploying Cisco Jabber on Mobile Devices

Size: px
Start display at page:

Download "Deploying Cisco Jabber on Mobile Devices"

Transcription

1

2 Deploying Cisco Jabber on Mobile Devices Ji Li Technical Marketing Engineer

3 Session Objectives At the end of the session, participants should be able to: Understand the latest offerings of Cisco Jabber on mobile devices Communicate key features in Cisco Jabber for iphone and ipad & Android 9.6 Articulate important deployment considerations for Cisco Jabber for iphone and ipad & Android 9.6 Explain how the previous versions of Jabber clients on iphone/ipad & Android smartphone can be migrated to Cisco Jabber 9.6 3

4 Session Agenda Brief Overview & Updates Key Feature Configurations Contact Source & jabber-config.xml SIP URI Dialling Security Enhancements Cisco Expressway Distributing/Installing Cisco Jabber Service Discovery Other Considerations Migrating to Jabber for iphone and ipad & Android 9.6 Summary & Key Takeaways Planned Deployments = Successful Deployments 4

5 Cisco Jabber Overview & Updates

6 Cisco Jabber in a Comprehensive Architecture People Enterprise Users Customers & Business Partners Experience Services Voice Video Conference Desktop Share Presence/IM Contact Search Voic Delivery On Premises Hybrid Cloud

7 Cisco Jabber for iphone and ipad & Android* 9.6 Single unified client for iphone, ipad & Android smartphones Full UC capabilities with video Voice, video, presence & IM within a single client Interoperable with Cisco TelePresence endpoints Key new features Cisco Expressway support** Unified CM UDS support** Service Discovery SIP URI Dialling SIP over TLS & srtp Admin control of saving password Session s Focus Available NOW * Cisco Jabber for Android 9.6 will be available in Q1CY2014. ** Requires Cisco Jabber for iphone and ipad 9.6(1) or higher. 7

8 Cisco Jabber Voice for iphone & Android 9.1 Rebranded from previous Jabber for iphone/android Co-exists with Jabber for iphone and ipad/android 9.6 as a different app in App Store/Google Play (no auto-update) In maintenance mode (no new features) Voice only (no video support) Registers directly to Unified CM IM/presence service is not required (not supported) Available NOW On iphone On Android Smartphone

9 Cisco Jabber Video for ipad 9.3 Rebranded from previous Jabber for ipad Co-exists with Jabber for iphone and ipad 9.6 as a different app in App Store (no autoupdate) In maintenance mode (no new features) Most flexible deployment options Full UC mode with IM/presence Registers to VCS* as phone only mode without presence service Registers to Unified CM as phone only mode without presence service Available NOW * Cisco Video Communication Server

10 Cisco Jabber On-Premises Deployment Model Private/public Wi-Fi Cisco Jabber Internet Mobile Data Network 3G/4G or LTE Mobile Voice Network Expressway-E Cisco ASA PSTN PSTN Gateway Expressway-C + IM and Presence Unified CM Cluster Cisco Jabber Enterprise Wi-Fi CTS Directory Server Unity Connection Enterprise Network EX90 Unified IP Phones 10

11 Cisco Jabber Cloud Deployment Model Private/public Wi-Fi Cisco Jabber Internet Mobile Data Network 3G/4G or LTE Messenger Mobile Voice Network Expressway-E Cisco ASA PSTN PSTN Gateway Expressway-C Unified CM Cluster Cisco Jabber Enterprise Wi-Fi CTS Directory Server Unity Connection Enterprise Network EX90 Unified IP Phones 11

12 User & Device for Cisco Jabber

13 Cisco Jabber User Centric Architecture Home Unified CM Cluster Devices Service Profile Directory Number Policies & UC Settings Cisco Jabber User Permissions Groups & Roles 13

14 Device Types in Unified CM Jabber for iphone and ipad 9.6 Jabber for Android 9.6 PhoneType in Unified CM Product Type Device Protocol Jabber Video for ipad 9.3 Cisco Jabber for Tablet (Client Services Framework based) Jabber Voice for iphone 9.1 Cisco Dual Mode for iphone (Dual Mode Phone based) SIP SIP SIP Jabber Voice for Android 9.1 Cisco Dual Mode for Android (Dual Mode Phone based) Device Name in Unified CM TAB<userID> e.g. TABBJONES TCT<userID> e.g. TCTBJONES BOT<userID> e.g. BOTBJONES User Device Apple ipad Apple iphone Android Smartphones 14

15 Integrating with Contact Source

16 Selecting Contact Source for Cisco Jabber LDAP based Contact Source (On Prem Default) Active Directory by default or other LDAP directory environments HTTP/REST based Contact Source (Expressway Default or On Prem Alternative) UDS* built into Unified CM 8.6(2)+ WebEx Messenger Contact Source (Cloud Default) WebEx Messenger service database * UDS: User Data Service 16

17 Unified CM UDS as Contact Source Directory Source Sync Unified CM Clusters Optimised contact lookup service available in Unified CM 8.6(2) or higher* Can be synced from the corporate directory such as Active Directory Requires Cisco Jabber for iphone and ipad 9.6(1) or later for full support Resolve m Jabber resolves contact lookups against UDS ssmith@example.co Steve Smith UDS is the only supported contact source when connected via Cisco Expressway * Unified CM 9.1(2) or higher is required for UDS to support Jabber as contact source.

18 How to Tell Jabber about Contact Source UCM 9.1 TFTP Default! No need to tell. Messenge r WebEx Messenger Database Service Profile AD or LDAP UCM IM&P Directory Profile via SOAP User credentials* in Directory Profile jabberconfig.xml jabberconfig.xml * If exists, Information in jabber-config.xml takes higher priority. Jabber Video for ipad 9.3 & Jabber for iphone and ipad/android 9.6 Jabber Video for ipad 9.3 Cisco Jabber 9.6 on mobile devices AD or LDAP or UDS

19 What is jabber-config.xml File? Configuration file for Cisco Jabber clients Admin to create/upload to TFTP server Jabber to download over TFTP (or HTTP) Customises or configures directory integration Enhanced Directory Integration (EDI)* Basic Directory Integration (BDI) A must for Jabber for iphone and ipad & Android 9.6** <?xml version="1.0" encoding="utf-8"?> <config version="1.0"> <!-- LDAP Directory configuration for Windows clients --> <Directory> <DirectoryServerType>EDI</DirectoryServerType> </Directory> <!-- LDAP Directory configuration for non-windows clients <Directory> <DirectoryServerType>BDI</DirectoryServerType> </Directory> </config> * Only for Windows; jabber-config.xml is optional for EDI. ** jabber-config.xml is optional when deployed with WebEx Messenger service. 19

20 Basic Directory Integration (BDI) for Contact Source Jabber s integration method for LDAP directories (incl. AD) For only Unified CM IM and Presence deployment No auto discovery mechanism Supported by Jabber clients on non-windows platforms Jabber for Mac 9.2 Jabber Video for ipad 9.3 Jabber for iphone and ipad & Android 9.6 <?xml version="1.0" encoding="utf-8"?> <config version="1.0 > <!-- LDAP Directory configuration for non-windows platform clients --> <Directory> <DirectoryServerType>BDI</DirectoryServerType> <BDIPhotoURISubstitutionEnabled>True</BDIPhotoURISubstitutionEnabled> <BDIPhotoURISubstitutionToken>sAMAccountName</BDIPhotoURISubstitutionToken> <BDIOtherPhone>telephoneNumber</BDIOtherPhone> <BDI Address>mail</BDI Address> <BDIPresenceDomain>jabber.net</BDIPresenceDomain> <BDILDAPServerType>AD</BDILDAPServerType> <BDIPrimaryServerName> </BDIPrimaryServerName> <BDIServerPort1>389</BDIServerPort1> <BDISearchBase1>CN=Users,DC=jabber,DC=net</BDISearchBase1> <BDIConnectionPassword>jabber</BDIConnectionPassword> </Directory> </config> Sample only 20

21 Structure of jabber-config.xml <?xml version="1.0" encoding="utf-8"?> <config version="1.0"> <GroupElement-1> <parameter-1>value</parameter-1> </GroupElement-1> <GroupElement-2> <parameter-1>value</parameter-1> <parameter-2>value</parameter-2> </GroupElement-2>.. <GroupElement-n> <parameter-1>value</parameter-1> </GroupElement-n> </config> XML Declaration (mandatory) Root Element (mandatory) Group Element To group configuration parameters Valid group element: Client, Directory, Options, Phone, Policies, Presence, Voic Configuration Parameter (Key) To define & specify the value of parameter (key) for Group Element 21

22 Example jabber-config for Mixed Client Environment <?xml version="1.0" encoding="utf-8"?> <config version="1.0"> <Directory> <DirectoryServerType>EDI</DirectoryServerType> </Directory> Example only Jabber for Windows does not require jabberconfig.xml unless customisation is needed. Jabber for Windows will ignore BDI keys. <Directory> <DirectoryServerType>BDI</DirectoryServerType> <BDIPrimaryServerName> </BDIPrimaryServerName> </Directory> </config> 22

23 Retrieving Photos for Contacts Option for Contact Photo Retrieval Method Jabber Video for ipad 9.3 Jabber for iphone and ipad/android 9.6 Option 1: Cloud Default (no config) WebEx Contact Photos Yes Yes Directory Option 2: On Prem Default (no config) Active Directory Binary Objects Binary photo from thumbnailphoto attribute Yes Yes Directory Web Server Option 3: On Prem Retrieve URL from PhotoURL attribute Yes No Web Server Option 4: On Prem (jabber-config.xml) URL Substitution/Macro style No Yes 23

24 Enabling SIP URI Dialling

25 SIP URI Dialling Overview Dials or calls SIP URI in: Search bar, keypad, contact s profile, Recents, Favorites, or in a chat window Supports two formats (case sensitive) username@<host name> username@<host IP address> Resolves to contact s name Works over the edge 3G/4G or Wi-Fi With AnyConnect or via Cisco Expressway Supported in mid-call features Transfer & conference Important: SIP URI dialling is not supported on DVO-enabled Cisco Dual-Mode phones at this time.

26 Key Unified CM Configurations for SIP URI Dialling Assign Directory URI Directory URI to both User & Line AD attribute to sync mail or msrtcsip-primaryuseraddress Configure in SIP Profile Select Dial String Interpretation Enable Fully Qualified Domain Name in SIP Requests Enable SIP URI Parameters in jabber-config.xml (under Directory) EnableSIPURIDialling (False by default) DirectoryURI (mail or msrtcsip-primaryuseraddress) 26

27 Video in Cisco Jabber

28 Video Engine for Cisco Jabber H.264 AVC standard based media engine Audio codecs (G.711a/u, G.722.1, G.729a) Optimised to provide the best quality video Video Rate Adaption Cisco ClearPath Media Resilience Mechanism Point to point or multiparty video conference Factors influencing video frame rate Camera / Light Conditions Network conditions CPU & load on receiver Rate encoded by sender Unified CM configuration Rate Adaption (RTCP) Note: Video resolution from iphone or ipad does not depend on camera but on the processing power of iphone or ipad. <Jabber for iphone and ipad 9.6> iphone4s/ipad2/ipad Mini/iPod5: Max Incoming 480*360@20fps, 384kbps Max Outgoing 384*216@20fps, 310kbps ipad3: Max Incoming 480*360@20fps, 384kbps Max Outgoing 480*360@20fps, 384kbps iphone5/iphone5c/ipad4/ipad Mini2: Max Incoming 640*360@30fps, 521kbps Max Outgoing 640*360@20fps, 521kbps iphone5s/ipad Air: Max Incoming 640*480@30fps, 768kbps Max Outgoing 640*480@20fps, 768kbps 28

29 Multi-Point Video Desktop Sharing Cisco Jabber on mobile devices can view shared desktop on video conference bridge Cisco TelePresence Server (Video Bridge) Jabber for Windows 9.6 EX90 Jabber Video for ipad 9.3 Jabber for iphone and ipad or Android

30 Security Enhancements in Cisco Jabber

31 Server Certificate Validation Prompts end user to validate the identity of UC application servers End user may choose Continue or Decline when prompted No prompt will show if either: Certificate matches with existing one, or Certificate is validated* Jabber will remember the end user s choice until: Signed out if Decline was chosen Uninstalled if Continue was chosen Note: CWMS requires a valid certificate to deploy. Therefore, Jabber will assume the certificate is valid and never prompt the user. <Protocols> HTTPS, XMPP over TLS, LDAP over TLS <Servers> UCM UDS, IM and Presence XMPP/SOAP, Unity Connection, LDAP (AD or OpenLDAP)

32 Server Certificate Validation Flow Self Signed or Invalid Jabber User Jabber for iphone iphone ios UC App Server Log in Request for server certificate during TLS negotiation Does this match with what I have already? Yes No Prompt user Continue or Decline? Connect API Call: Is certificate valid? Certificate is not valid Forward server certificate Certificate validation When user chooses Continue Continue Store certificate Connect When user chooses Decline Decline Stop connecting to server

33 Server Certificate Validation Flow CA Issued or Valid Jabber User Jabber for iphone iphone ios UC App Server Log in Request for server certificate during TLS negotiation Does this match with what I have already? Yes No Connect API Call: Is certificate valid? Certificate is valid Forward server certificate Certificate validation Connect

34 Pre-installing Root CA Certificate May enhance end user experience by pre-installing root CA certificate on mobile devices Cisco Jabber will not prompt its user to validate server certificates Options for distributing root CA certificate SCEP (Simple Certificate Enrollment Protocol)* * Note: Not all the certificate distribution options have been tested/supported for Cisco Jabber on mobile devices. Android: User downloads/saves the certificate in local SD card or its subfolder; opens the certificate from the saved location ios: User taps on the attachment to install the certificate Admin s the certificate as attachment 34

35 SIP over TLS & srtp to Secure Audio & Video Security enhancement for Cisco Jabber on mobile devices Choice of Authenticated or Encrypted SIP signalling (over TLS) Audio/video stream (srtp) Supports two authentication modes by NULL string by Authentication string Encrypted mode is required to secure media (audio/video)* Security must be turned on in Unified CM cluster (i.e. Mixed Mode) 35

36 Cisco Jabber CAPF Enrollment Process Cisco Jabber UCM CAPF UCM Call Control Generate public/private key pair Request for CAPF certificate Forward CAPF certificate Establish TLS session to send public key, identification & authentication string (option) Forward LSC Replicate CAPF certificate within UCM cluster Create LSC CAPF enrollment process is required to support secure voice/video! Install LSC Register to UCM CAPF: Certificate Authority Proxy Function LSC: Locally Significant Certificate

37 Cisco Jabber for iphone and ipad/android & UC Services Web Server for Contact Photos Active Directory or LDAP Server Voice or Video Cisco Unified CM Cisco Unified CM UDS Server Cisco Unity Connection VMREST/HTTPS Cisco Unified CM TFTP Server Meeting Centre Cisco Jabber Cisco Unified CM IM and Presence

38 Allowing/Disallowing Saving Password Admin can allow or disallow users to save their login password in the device When a device is being shared by different people Policy is set via a parameter in jabber-config.xml <Client> <CachePasswordMobile>=TRUE/FALSE (TRUE by default) </Client> When FALSE, Cisco Jabber will not show Automatic Sign-in option on the login screen* When TRUE, password is stored encrypted in the device * User will have to enter the password every time he/she logs in. 38

39 Cisco Jabber for iphone and ipad in App Sandbox App Sandbox Application X App Sandbox Application Y App Sandbox Application Z App Sandbox Cisco Jabber App Cisco Jabber User Data User Names Contacts List Recents Log Files* Cisco Jabber app & its user data in App Sandbox are not encrypted but protected by the ios Sandbox mechanism. Everything in App Sandbox will be removed when Jabber is deleted by user. Database Favorites Avatar Files User Settings Server Addresses *.wbt log file is encrypted. 39

40 Cisco Jabber for iphone and ipad User Login Credentials Access to UC services requires valid user credentials WebEx Messenger service Unified CM IM and Presence UDS service Visual voic Directory service ios Keychain Cisco Jabber for iphone uses cache to temporarily store the following information to increase its performance: LDAP query results, voic s, Server configuration Address, data, Username, log files. Password Jabber stores server address & login credentials together in the iphone s native The cached data gets automatically erased when the Server ios Keychain as user's account is authenticated by server application Address, is uninstalled Username, or can Password be deleted manually by the user. Server Address, Username, Password.. Server Address, Username, Password ios Keychain is an encrypted container!

41 Secure Remote Access via Cisco Expressway

42 Secure Remote Access Options for Cisco Jabber Backend Infrastructure Client-side Application Session-based Firewall Traversal Expressway-E & Expressway-C None Layer 3 VPN Solution Cisco ASA Cisco AnyConnect Secures Only traffic from Jabber All traffic from the entire device Allows access to Only collaboration applications All enterprise applications authorised for the user Works with Expressway AnyConnect Supported by Cisco Jabber 9.6 or higher on mobile* Any Jabber client versions * Requires Jabber for iphone and ipad 9.6(1) or higher. 42

43 Secure Remote Access Options for Cisco Jabber Backend Infrastructure Client-side Application Session-based Firewall Traversal Expressway-E & Expressway-C None Layer 3 VPN Solution Cisco ASA Cisco AnyConnect Secures Only traffic from Jabber All traffic from the entire device Allows access to Only collaboration applications All enterprise applications authorised for the user Works with Expressway AnyConnect Supported by Cisco Jabber 9.6 or higher on mobile* Any Jabber client versions * Requires Jabber for iphone and ipad 9.6(1) or higher. 43

44 Cisco Jabber & Cisco Expressway Unified CM Cluster Cisco Expressway-C Cisco Expressway Cisco Expressway -E Media & signalling firewall traversal Remote/mobile B2B & C2B Cloud access Cafe Internet Home Airport A new edge product highly optimised for remote mobile access to voice/video, presence/instant messaging, visual voic , desktop sharing & conferencing

45 Seamless Network Transition across the Edge Internet Expressway-E Expressway-C Directory Server 3G/4 G or LTE Mobile Data Network Unified CM Cluster (UDS) Unity Connection Enterprise Wi-Fi Cisco Jabber Enterprise Network 45

46 Seamless Network Transition across the Edge Internet Expressway-E Expressway-C Directory Server 3G/4 G or LTE Mobile Data Network Unified CM Cluster (UDS) Unity Connection Enterprise Wi-Fi Cisco Jabber Jabber stays logged in & automatically reconnect to the services via Expressway (UDS automatically becomes contact source) Enterprise Network 46

47 Deployment Considerations for Cisco Expressway Expressway supports HTTPS, SIP & RTP/sRTP No support for LDAP over Expressway Jabber requires Unified CM UDS for contact source Jabber for iphone and ipad 9.6(1) or higher is required to support Cisco Expressway. Jabber s decision to connect to Expressway is based on DNS SRV lookup result for UDS & Unified CM IM and Presence Expressway takes priority over AnyConnect Connect On Demand As long as it detects Expressway (via DNS SRV lookup), Jabber will not trigger AnyConnect If AnyConnect has been started by the user, Jabber will never try to connect to Expressway DVO* is not be supported when Jabber is registered over Expressway ICE** is not supported in Jabber for iphone and ipad/android 9.6 * DVO Dial via Office ** ICE Interactive Connectivity Establishment

48 Distributing & Installing Cisco Jabber

49 Where to Find the Latest FCS Software Cisco Jabber is a free download End users download/update directly from App Store or Google Play (Recommended) MDM/MAM* may be used to distribute Cisco Jabber within organisations Cisco MCMS** Cloud-based mobile device, application & content management service Offered by Cisco Advanced Services Currently piloting Mobile App Wrapping Service Cisco cannot provide the unsigned IPA file to customers! * Mobile Device Management / Mobile Application Management ** Mobile Collaboration Management Service 49

50 What is Service Discovery? Leverages Service & Home Cluster Discovery feature in Unified CM 9.x (or later) Requires Home Cluster & UC Service Profile configuration jabber-config.xml is still required for contact source Configurations are included in XML file from TFTP server DNS SRV lookup to locate central Unified CM cluster When look up fails, Expressway will be tried During the initial login, End user enters only address Jabber remembers the address of its home UDS cluster

51 Service Discovery vs. Simple Configuration Initially locates Service Discovery Central Unified CM cluster Simple Configuration UC service/server Leverages DNS SRV records DNS SRV records Requires* Unified CM 9.1(2) or above Unified CM 7.1(4), 8.6(2) or above Works with Expressway & AnyConnect AnyConnect Supported by Cisco Jabber 9.6 or higher Cisco Jabber 9.6 or higher, Jabber Video for ipad 9.3 * To support Cisco Jabber on mobile devices. 51

52 Service Discovery vs. Simple Configuration Initially locates Service Discovery Central Unified CM cluster Simple Configuration UC service/server Leverages DNS SRV records DNS SRV records Requires* Unified CM 9.1(2) or above Unified CM 7.1(4), 8.6(2) or above Works with Expressway & AnyConnect AnyConnect Supported by Cisco Jabber 9.6 or higher Cisco Jabber 9.6 or higher, Jabber Video for ipad 9.3 * To support Cisco Jabber on mobile devices. 52

53 Service Discovery Process On-Premises Deployment HTTP Request to CAS URL for example.com 3 4 Messenger example.com is not WebEx domain 7 UC Profiles via TFTP 8 User log in + + UCM IM/P Home UCM Cluster UCM Call Control example.com 2 Central UCM UDS address DNS SRV lookup 1 _cisco-uds _cuplogin Look for home UCM cluster 5 Corporate DNS 6 Home UCM cluster address Central UCM UDS 9 Connect/R egister Unity Connection WebEx Meetings Server 53

54 Service Discovery Process Cloud Deployment 3 HTTP Request to CAS URL for example.com 4 example.com is WebEx domain Messenge r 5 User log in UC settings 6 Home UCM Cluster 2 Central UCM UDS address 7 Connect/R egister Unity Connection example.com DNS SRV lookup 1 _cisco-uds _cuplogin Corporate DNS Meeting Centre 54

55 Home Cluster & Service Discovery Flow Example Jabber User john DNS SRV Lookup Corporate DNS Central UCM Cluster UDS Remote UCM Cluster-1 UDS Remote UCM Cluster-1 TFTP Remote UCM Cluster-1 UCM Remote UCM Cluster-2 UDS Central UCM Address Where is my home cluster? I am not. Are you john s home cluster? Are you john s home cluster? Yes I am. No I am not. Your home cluster is Remote UCM Cluster-1. Login request with password Authenticated Request for the location of the configuration for john Location of the configuration file for john When Jabber has already learned about UDS address Request for the configuration file for john Send the configuration file for john Register device

56 Key Unified CM Configurations for Service Discovery Home Cluster & UC Service Profile assignment in End User Configuration Owner User ID Assignment in Phone Configuration 56

57 Other Deployment Considerations

58 Migrating to Cisco Jabber for iphone and ipad 9.6 Auto-update via App Store Jabber for iphone 9.5 will auto-update to Jabber for iphone and ipad 9.6 Customer migration scenarios Customer Scenario (Current Situation) Current Client(s) iphone/ipad Migration Strategy Full UC or IM Only Jabber 9.5 Auto-update; use Jabber for iphone and ipad Available NOW Voice Only (no IM/presence service) Full UC (with UCM) or IM Only Voice/Video Only (no IM/presence service) Jabber Voice 9.1 Jabber Video 9.3 Jabber Video 9.3 Stay with Jabber Voice 9.1 (voice only mode is not available in Jabber for iphone and ipad 9.6) Delete Jabber Video 9.3; manually download/install Jabber for iphone and ipad 9.6 Stay with Jabber Video 9.3 (voice/video only mode is not available in Jabber for iphone and ipad 9.6) IMPORTANT: Do not upgrade Jabber Voice or Jabber Video if you want to continue without IM/presence service. 58

59 Migrating to Cisco Jabber for Android 9.6 Auto-update via Google Play Only Jabber IM 9.0 clients will auto-update to Jabber 9.6 User should manually delete Jabber Voice 9.1 to upgrade Customer migration scenarios Cisco Jabber for Android 9.6 will be available in Q1CY2014. Customer Scenario (Current Situation) Voice Only (no IM/presence service) Current Client(s) iphone/android Migration Strategy Jabber Voice 9.1 Stay with Jabber Voice 9.1 (voice-only mode is not available in Jabber 9.6) IM Only Jabber IM 9.0 Auto-update; use Jabber for Android 9.6 in IM only mode Voice & IM Jabber Voice 9.1 & Jabber IM 9.0 Auto-update Jabber IM 9.0 to Jabber 9.6 & manually delete Jabber Voice 9.1; Jabber for Android 9.6 in the full UC mode IMPORTANT: Do not upgrade Jabber Voice for Android 9.1 if you want to continue without IM/presence service. 59

60 Preparing for Cisco Jabber 9.6 on Mobile Devices Upgrade to Unified CM 8.6(2) or above Download & install the latest COP files Go to Cisco.com to download the latest COP file for each client User ID & password are required Still use the same device types, TAB, TCT & BOT User must be associated with the device in Unified CM Custom configuration file, jabber-config.xml, is a must Share a single custom configuration file among other Jabber clients To specify contact source & location for photos DNS SRV records Leverage Service Discovery/Simple Configuration to enhance the first time user experience 60

61 Summary & Key Takeaways

62 Session Summary Key updates for Cisco Jabber on mobile devices Jabber for iphone and ipad & Android 9.6 Jabber Voice for iphone & Android 9.1 Jabber Video for ipad 9.3 New features & configurations User & device Contact source & jabber-config.xml SIP URI Dialling Security enhancements Cisco Expressway support Service Discovery How to migrate to Jabber for iphone and ipad & Android 9.6 Planned Deployments = Successful Deployments 62

63 Key Takeaways Cisco Jabber delivers the best collaboration tool on most of popular mobile devices Cisco Jabber enables high quality business video on mobile devices Cisco Jabber provides simple installation & configuration experience for users Cisco Jabber allows flexible deployment options and multiple modes of operation 63

64 Cisco on Cisco Jabber Case Study 64

65 Q & A

66 Complete Your Online Session Evaluation Give us your feedback and receive a Cisco Live 2014 Polo Shirt! Complete your Overall Event Survey and 5 Session Evaluations. Directly from your mobile device on the Cisco Live Mobile App By visiting the Cisco Live Mobile Site Visit any Cisco Live Internet Station located throughout the venue Polo Shirts can be collected in the World of Solutions on Friday 21 March 12:00pm - 2:00pm Learn online with Cisco Live! Visit us online after the conference for full access to session videos and presentations.

67

Deploying Cisco Jabber on Mobile Devices

Deploying Cisco Jabber on Mobile Devices Deploying Cisco Jabber on Mobile Devices Seongho Hong Technical Marketing Engineer Session Objectives At the end of the session, participants should be able to: List the latest offerings of Cisco Jabber

More information

Deploying Cisco Jabber on Mobile Devices

Deploying Cisco Jabber on Mobile Devices Deploying Cisco Jabber on Mobile Devices Seongho Hong Technical Marketing Engineer Session Agenda Product, Feature & Architecture Overview Deploying Cisco Jabber for Mobile Flexible JID & Multiple IM Address

More information

You can provide that information to the client with the following methods:

You can provide that information to the client with the following methods: How the Client Connects to Services, page 1 How the Client Locates Services, page 5 Method 1: Search For Services, page 7 Method 2: Customization, page 19 Method 3: Manual Installations, page 21 High Availability,

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

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

Designing Workspace of the Future for the Mobile Worker

Designing Workspace of the Future for the Mobile Worker Designing Workspace of the Future for the Mobile Worker Paulo Jorge Correia Technical Solutions Architect Building Business Value Enable mobile workers and BYOD Locate and access remote experts Collaborate

More information

Cisco Jabber for iphone and ipad 9.6 Installation and Configuration Guide

Cisco Jabber for iphone and ipad 9.6 Installation and Configuration Guide Cisco Jabber for iphone and ipad 9.6 Installation and Configuration Guide First Published: January 13, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Expressway for Mobile and Remote Access Deployments, page 1 Cisco AnyConnect Deployments, page 9 Survivable Remote Site Telephony, page 17

Expressway for Mobile and Remote Access Deployments, page 1 Cisco AnyConnect Deployments, page 9 Survivable Remote Site Telephony, page 17 Expressway for Mobile and Deployments, page 1 Cisco AnyConnect Deployments, page 9 Survivable Remote Site Telephony, page 17 Expressway for Mobile and Deployments Expressway for Mobile and for Cisco Unified

More information

Mobile and Remote Access Through Cisco Expressway

Mobile and Remote Access Through Cisco Expressway Mobile and Remote Access Through Cisco Expressway Deployment Guide First Published: April 2014 Last Updated: April 2016 Cisco Expressway X8.7 Cisco Unified CM 9.1(2)SU1 or later Cisco Systems, Inc. www.cisco.com

More information

Unified Communications Mobile and Remote Access via Cisco VCS

Unified Communications Mobile and Remote Access via Cisco VCS Unified Communications Mobile and Remote Access via Cisco VCS Deployment Guide Cisco VCS X8.5.2 Cisco Unified CM 9.1(2)SU1 or later April 2015 Contents Mobile and remote access overview 5 Jabber client

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.5.3 Cisco Unified CM 9.1(2)SU1 or later June 2015 Contents Mobile and remote access overview 5

More information

Service Discovery. About Service Discovery

Service Discovery. About Service Discovery About, page 1 How the Client Connects to Services, page 3 How the Client Locates Services, page 8 Method 1: Search For Services, page 9 Method 2: Customization, page 23 Method 3: Manual Installations,

More information

User Management. Jabber IDs

User Management. Jabber IDs Jabber IDs, page 1 IM Address Scheme, page 2 Service Discovery using Jabber IDs, page 2 SIP URI, page 3 LDAP User ID, page 3 User ID Planning for Federation, page 3 Proxy Addresses for User Contact Photos,

More information

Known Issues, Limitations, and Important Notes

Known Issues, Limitations, and Important Notes Known Issues, page 1 Performance and Behavior Notes, page 1 Important Notes, page 4 Known Issues Microsoft Outlook Local Contacts and Presence Users' presence is unknown when the contact is manually added

More information

Cisco Jabber: Deploying Cisco Jabber On Premise

Cisco Jabber: Deploying Cisco Jabber On Premise Cisco Jabber: Deploying Cisco Jabber On Premise Bryan Morris Engineering Manager, Technical Marketing 1 v8 Agenda Jabber Overview Jabber Deployment Configuration Overview Contact Sources Certificate Requirements

More information

On-Premises Deployment for Cisco Jabber 11.7

On-Premises Deployment for Cisco Jabber 11.7 First Published: 2016-07-27 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) Fax: 408 527-0883 THE

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

Hardware Requirements for Cisco Jabber for Mac. Intel Core 2 Duo or later processors in any of the following Apple hardware:

Hardware Requirements for Cisco Jabber for Mac. Intel Core 2 Duo or later processors in any of the following Apple hardware: Hardware for Cisco Jabber for Mac, page 1 Software, page 2 Ports and Protocols, page 4 CTI Supported Devices, page 5 Supported Codecs for Cisco Jabber for Windows and Cisco Jabber for Mac, page 5 COP Files

More information

You can use the following directory servers with Cisco Jabber:

You can use the following directory servers with Cisco Jabber: Directory Servers, page 1 What is a?, page 2 When to Configure Directory Integration, page 2 Why Do I Need a?, page 3 Options, page 3 LDAP Prerequisites, page 6 Jabber ID Attribute Mapping, page 7 Local

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

Setup for Cisco Unified Communications Manager

Setup for Cisco Unified Communications Manager Setup for Cisco Unified Communications Manager This chapter describes how you can set up Cisco Jabber for ipad using Cisco Unified Communications Manager. System and Network Requirements, page 1 Recommended

More information

Cisco Jabber for Mac Installation and Configuration Guide 9.2(1)

Cisco Jabber for Mac Installation and Configuration Guide 9.2(1) First Published: September 23, 2013 Last Modified: February 25, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

Deployment and Installation Guide for Cisco Jabber, Release 10.5

Deployment and Installation Guide for Cisco Jabber, Release 10.5 First Published: 2014-08-14 Last Modified: 2017-12-06 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

Release Notes for Cisco Jabber for Mac 11.9

Release Notes for Cisco Jabber for Mac 11.9 First Published: 2017-08-08 These release notes describe new features, requirements, restrictions, and caveats for all versions of Cisco Jabber for Mac Release 11.9. These release notes are updated for

More information

Configure Cisco Jabber

Configure Cisco Jabber Learn how to configure Cisco Jabber and review the configuration parameters you can set. Introduction to Client Configuration, page 1 Configure Client on Cisco Unified Communications Manager, page 2 Create

More information

Cisco Jabber 10.6 Deployment and Installation Guide

Cisco Jabber 10.6 Deployment and Installation Guide First Published: 2015-01-27 Last Modified: 2017-12-06 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

Users. LDAP Synchronization Overview

Users. LDAP Synchronization Overview LDAP Synchronization Overview, page 1 Configure Workflow, page 3 Activate Services, page 3 Enable LDAP Directory Synchronization, page 4 Configure LDAP Directory Sync, page 4 Authentication Options, page

More information

User Management. Jabber IDs

User Management. Jabber IDs Jabber IDs, page 1 IM Address Scheme, page 2 Service Discovery using Jabber IDs, page 2 SIP URI, page 3 LDAP User ID, page 3 User ID Planning for Federation, page 3 Proxy Addresses for User Contact Photos,

More information

Deploying Cisco Jabber on Mobile Devices Seongho Hong, Technical Marketing Engineer BRKCOL-2344

Deploying Cisco Jabber on Mobile Devices Seongho Hong, Technical Marketing Engineer BRKCOL-2344 Deploying Cisco Jabber on Mobile Devices Seongho Hong, Technical Marketing Engineer BRKCOL-2344 Session Agenda Cisco Jabber & Architecture Overview Configuring User, Device & Services for Cisco Jabber

More information

Federating Cisco Jabber

Federating Cisco Jabber Federating Cisco Jabber Paul O Dwyer Cisco Jabber Overview Federation Models What Business Case are you trying to solve? Protocol Flows Support and Feature Matrix What About Third Party Clients? Future

More information

Release and General Information

Release and General Information This section contains general information about Cisco Jabber for ipad and the current release of the application. Introduction, page 1 System and Network Requirements, page 2 Bluetooth and Network Interference,

More information

Empower, Engage & Innovate with Cisco Collaboration System Release 10

Empower, Engage & Innovate with Cisco Collaboration System Release 10 Empower, Engage & Innovate with Cisco Collaboration System Release 10 Mohammed Al-Sammarraie Collaboration Lead Saudi Arabia Riyadh 29 April 2014 Collaboration The act of people working together to reach

More information

cisco. Number: Passing Score: 800 Time Limit: 120 min

cisco. Number: Passing Score: 800 Time Limit: 120 min 300-085 cisco Number: 300-085 Passing Score: 800 Time Limit: 120 min Exam A QUESTION 1 Which two protocols allow Cisco TMS to manage an EX60 endpoint? (Choose two.) A. H.323 B. SNMP C. SMTP D. SIP E. HTTP/HTTPS

More information

Mobile and Remote Access Through Cisco Video Communication Server

Mobile and Remote Access Through Cisco Video Communication Server Mobile and Remote Access Through Cisco Video Communication Server Deployment Guide First Published: April 2014 Last Updated: June 2017 Cisco VCS X8.8.n Cisco Unified Communications Manager 9.1(2)SU4 or

More information

Requirements. System Requirements

Requirements. System Requirements System, page 1 Network for Cisco Jabber, page 2 Compatibility, page 4 Client, page 5 Audio and Video Properties, page 6 System The minimum system requirements for running Cisco Jabber for Mac are listed

More information

Cisco Enterprise Mobile Collaboration

Cisco Enterprise Mobile Collaboration BRKUCC-2060 Cisco Enterprise Mobile Collaboration Matt Jordy, Technical Marketing Engineer Please complete your Online Session Evaluations after each session Complete 4 Session Evaluations & the Overall

More information

Command or Action Step 1. Create and Configure Cisco Jabber Devices, on page 1

Command or Action Step 1. Create and Configure Cisco Jabber Devices, on page 1 Create Softphones Workflow, page 1 Create Softphones 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

More information

Security and Certificates

Security and Certificates Encryption, page 1 Voice and Video Encryption, page 6 Federal Information Processing Standards, page 6 Certificate Validation, page 6 Required Certificates for On-Premises Servers, page 7 Certificate Requirements

More information

Cisco Jabber for Windows 9.7(7) Release Notes

Cisco Jabber for Windows 9.7(7) Release Notes First Published: March 03, 2016 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) Fax: 408 527-0883

More information

Integrate with Directory Sources

Integrate with Directory Sources for an On-Premises Deployment, page 1 Configure Contact Sources, page 1 Federation, page 8 Client Configuration for Directory Integration, page 9 for an On-Premises Deployment Before You Begin Configure

More information

Cisco Jabber includes a broad range of features. As indicated in the following table, some features are client-specific. Alert When Available

Cisco Jabber includes a broad range of features. As indicated in the following table, some features are client-specific. Alert When Available Cisco Jabber 11.0 Features, page 1 Cisco Jabber Features for Windows, Mac, ios and Android, page 4 Cisco Jabber Features for Windows, page 25 Cisco Jabber Features for Mac, page 46 Cisco Jabber for Android

More information

Mobile and Remote Access Through Cisco Expressway

Mobile and Remote Access Through Cisco Expressway Mobile and Remote Access Through Cisco Expressway Deployment Guide First Published: April 2014 Last Updated: November 2017 Cisco Expressway X8.8.n Cisco Unified Communications Manager 9.1(2)SU4 or later

More information

Where are we now? Cisco Jabber újdonságok, bevezetés, tervezés. Mihályfi Márton mérnök tanácsadó, collaboration február 27.

Where are we now? Cisco Jabber újdonságok, bevezetés, tervezés. Mihályfi Márton mérnök tanácsadó, collaboration február 27. Where are we now? Cisco Jabber újdonságok, bevezetés, tervezés Mihályfi Márton mérnök tanácsadó, collaboration 2014. február 27. Aktuális Jabber verziók újdonságai Windows Phone mode Tanúsítványok Service

More information

Integrate with Directory Sources

Integrate with Directory Sources for an On-Premises Deployment, page 1 Configure Contact Sources, page 1 Federation, page 10 Client Configuration for Directory Integration, page 12 for an On-Premises Deployment Before You Begin Configure

More information

Deploying Jabber Desktop Clients BRKUCC-2345

Deploying Jabber Desktop Clients BRKUCC-2345 Deploying Jabber Desktop Clients Shane Long, Technical Marketing Engineer Agenda Introduction Directory and Infrastructure Flexible JID Service Discovery Certificate Validation Single Sign On Desktop Share

More information

Cisco Jabber 11.0 Deployment and Installation Guide

Cisco Jabber 11.0 Deployment and Installation Guide First Published: 2015-06-18 Last Modified: 2017-12-06 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

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

Limitations and Restrictions

Limitations and Restrictions , page 1 Performance and Behavior Notes, page 9 Common Deployment Scenarios (Applicable to On-Premises and Cloud): Authenticated Proxies Hosted photos cannot be displayed in Cisco Jabber for Windows due

More information

Configure Centralized Deployment

Configure Centralized Deployment Centralized Deployment Overview, on page 1 Centralized Deployment Prerequisites, on page 4 Centralized Deployment Configuration Task Flow, on page 6 Centralized Deployment Field Descriptions, on page 16

More information

Frequently Asked Questions: Cisco Jabber Voice 9.1(4) for Android

Frequently Asked Questions: Cisco Jabber Voice 9.1(4) for Android Frequently Asked Questions Frequently Asked Questions: Cisco Jabber Voice 9.1(4) for Android FAQs 2 Setup 2 Basics 4 Connectivity 8 Calls 9 Contacts and Directory Search 16 Voicemail 17 Recents 22 Feedback

More information

TLS Setup. TLS Overview. TLS Prerequisites

TLS Setup. TLS Overview. TLS Prerequisites Setup Overview, page 1 Prerequisites, page 1 Configuration Task Flow, page 2 Interactions and Restrictions, page 8 Overview Transport Layer Security () provides secure and reliable signaling and data transfer

More information

Configure Directory Integration

Configure Directory Integration Client Configuration for Directory Integration, page 1 Client Configuration for Directory Integration You can configure directory integration through service profiles using Cisco Unified Communications

More information

Telepresence solution design,features, updates

Telepresence solution design,features, updates Telepresence solution design,features, updates Cornel Chirculete Unified Communication and Contact Center Senior Consultant Agenda Introduction Users and Endpoints Call Control Conferencing Scheduling

More information

Frequently Asked Questions

Frequently Asked Questions General Where can I find a user guide? When logged in, a user guide can be downloaded from within the client. Help is located in the options tab at the bottom right hand corner of the desktop client and

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 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

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

Implementing Jabber with VCS-Expressway and MRA

Implementing Jabber with VCS-Expressway and MRA 6210 Central Ave, Portage, IN. 46368 Phone: 219.764.3800 Fax: 219.764.3805 Web: http://www.ctclc.com Implementing Jabber with VCS-Expressway and MRA This is a three day instructor-led course that focuses

More information

Command or Action Step 1 with Cisco Jabber, on page 2. Configure Retrieval and Redirection, on page 3. Apply a Voic Service, on page 5

Command or Action Step 1 with Cisco Jabber, on page 2. Configure Retrieval and Redirection, on page 3. Apply a Voic Service, on page 5 for an On-Premises Deployment with Cisco Unified Communications Manager Release 9.x and Later, page 1 Configure Cisco Unity Connection for Use with Cisco Jabber, page 2 Configure Retrieval and Redirection,

More information

Set Up Certificate Validation

Set Up Certificate Validation About Certificate Validation, on page 1 About Certificate Validation On-Premises Servers Cisco Jabber uses certificate validation to establish secure connections with servers. When attempting to establish

More information

Cisco DX Series Video Endpoints: Best Practices for Desktop Collaboration Enablement David Scott Technical Marketing Engineer BRKCOL-2608

Cisco DX Series Video Endpoints: Best Practices for Desktop Collaboration Enablement David Scott Technical Marketing Engineer BRKCOL-2608 Cisco DX Series Video Endpoints: Best Practices for Desktop Collaboration Enablement David Scott Technical Marketing Engineer BRKCOL-2608 Agenda Product Overview Deployment Considerations Expressway Mobile

More information

Migrating from VCS to CUCM

Migrating from VCS to CUCM Migrating from VCS to CUCM Dean Lane Systems Engineer #clmel Abstract CUCM 10.x - is a true Call control platform for Voice and Video Collaboration. This session discusses the migration of existing VCS

More information

Configure the Clients

Configure the Clients Introduction to Client Configuration, page 1 Configure Service Profiles, page 2 Create and Host Client Configuration Files, page 10 Configuration File Structure, page 17 Summary of Configuration s, page

More information

Cisco Jabber Deployment for Multiple CUCM and IMP clusters using single Expressway-E and C.

Cisco Jabber Deployment for Multiple CUCM and IMP clusters using single Expressway-E and C. Cisco Jabber Deployment for Multiple CUCM and IMP clusters using single Expressway-E and C. Sushant Sharma CCIE (Collaboration, DC) INDEX Introduction:... 2 Network Diagram... 3 Devices used for this deployment:...

More information

CAPPS: Implementing Cisco Collaboration Applications v1

CAPPS: Implementing Cisco Collaboration Applications v1 Course Objectives Implement Cisco Unity Connection in a Cisco Unified Communications Manager deployment Describe how to implement Cisco Unity Express in a Cisco Unified Communications Manager Express deployment

More information

Cisco Jabber Video for ipad Frequently Asked Questions

Cisco Jabber Video for ipad Frequently Asked Questions Cisco Jabber Video for ipad Frequently Asked Questions Introduction 2 Basics 2 Connectivity 3 Instant Messaging 5 Calls 6 Cisco WebEx Meetings 7 Contacts, Availability, and Directory Search 8 Recents and

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

Release 8.6, page 2 Configure Cisco Unity Connection for Use with Cisco Jabber, page 3

Release 8.6, page 2 Configure Cisco Unity Connection for Use with Cisco Jabber, page 3 for an On-Premises Deployment with Cisco Unified Communications Manager Release 9.x and Later, page 1 for an On-Premises Deployment with Cisco Unified Communications Manager Release 8.6, page 2 Configure

More information

Integrate Microsoft Office Communicator and Microsoft Lync Clients for Cisco UC

Integrate Microsoft Office Communicator and Microsoft Lync Clients for Cisco UC Integrate Microsoft Office Communicator and Microsoft Lync Clients for Cisco UC Overview, page 1 Limitations and considerations, page 2 Cisco UC Integration for Microsoft Office Communicator client design

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

Cisco Jabber Features and Options

Cisco Jabber Features and Options Cisco Jabber 10.6 Features, page 1 Cisco Jabber Features for Windows, Mac, ios and Android, page 3 Cisco Jabber Features for Windows, page 15 Cisco Jabber Features for Mac, page 36 Cisco Jabber for Android

More information

Deploying B2B URI Dialing with Cisco UC Manager and VCS Expressway Solution

Deploying B2B URI Dialing with Cisco UC Manager and VCS Expressway Solution Deploying B2B URI Dialing with Cisco UC Manager and VCS Expressway Solution Kevin Roarty, Technical Marketing Engineer John Burnett, Technical Marketing Engineer Abstract With the 9.0 release of Cisco

More information

Mobile and Remote Access Through Cisco Expressway

Mobile and Remote Access Through Cisco Expressway Mobile and Remote Access Through Cisco Expressway Deployment Guide First Published: April 2014 Last Updated: February 2019 Cisco Expressway X12.5 Cisco Systems, Inc. www.cisco.com 2 Contents Preface 5

More information

Configure Service Discovery

Configure Service Discovery Service Discovery Options, on page 1 Configure DNS SRV Records, on page 1 Customizations, on page 3 Manual Connection Settings, on page 10 Service Discovery Options Service discovery enables clients to

More information

For more information about the Cisco Jabber suite of products, see https://www.cisco.com/go/jabber.

For more information about the Cisco Jabber suite of products, see https://www.cisco.com/go/jabber. About Cisco Jabber, page 1 Purpose of this Guide, page 1 Feature Configuration Overview, page 1 About Cisco Jabber Cisco Jabber is a suite of Unified Communications applications that allow seamless interaction

More information

Common Policies. Parameters Reference Guide for Cisco Jabber

Common Policies. Parameters Reference Guide for Cisco Jabber Common Policies EnableNGEPolicy, page 3 LogWritingDesktop, page 4 DetailedLogDurationDesktop, page 4 LogWritingMobile, page 4 DetailedLogDurationMobile, page 5 Disallow_File_Transfer_On_Mobile, page 5

More information

Release Notes for Cisco Jabber for iphone and ipad 12.1

Release Notes for Cisco Jabber for iphone and ipad 12.1 Release Notes for Cisco Jabber for iphone and ipad 12.1 First Published: 2018-07-19 Last Modified: 2018-09-27 Introduction Build Number Information for a maintenance release includes the features, requirements,

More information

Cloud and Hybrid Deployments for Cisco Jabber 11.6

Cloud and Hybrid Deployments for Cisco Jabber 11.6 First Published: 2016-04-20 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) Fax: 408 527-0883 THE

More information

Cisco Jabber for Mac 10.6 Release Notes. Release Notes 2 Release Information 2 Requirements 4 Limitations and restrictions 7 Caveats 8

Cisco Jabber for Mac 10.6 Release Notes. Release Notes 2 Release Information 2 Requirements 4 Limitations and restrictions 7 Caveats 8 Cisco Jabber for Mac 10.6 Release Notes Release Notes 2 Release Information 2 Requirements 4 Limitations and restrictions 7 Caveats 8 Revised: January 28, 2015, Release Notes Release Information Build

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

Deploying OAuth with Cisco Collaboration Solution Release 12.0

Deploying OAuth with Cisco Collaboration Solution Release 12.0 White Paper Deploying OAuth with Cisco Collaboration Solution Release 12.0 Authors: Bryan Morris, Kevin Roarty (Collaboration Technical Marketing) Last Updated: December 2017 This document describes the

More information

Cisco Jabber for Android 10.5 Quick Start Guide

Cisco Jabber for Android 10.5 Quick Start Guide Cisco Jabber for Android 10.5 Quick Start Guide Revised: August 21, 2014, Cisco Jabber Welcome to Cisco Jabber. Use this guide to set up the app and use some key features. After setup, learn more by viewing

More information

Release Notes for Cisco Jabber for Mac 11.7.x

Release Notes for Cisco Jabber for Mac 11.7.x First Published: 2016-07-28 Last Modified: 2016-09-14 Build Number Release 11.7(1) The build number for this release is: 11.7.1.245429 The DownloadURL file element in the XML file for automatic updates

More information

Planning Your Deployment

Planning Your Deployment Hardware Requirements, page 1 Software Requirements, page 2 Network Requirements, page 3 Supported Codecs, page 4 Phones, Headsets, and Cameras, page 5 Cisco AnyConnect, page 6 Audio and Video Performance

More information

Integrate Microsoft Office Communicator Client and Microsoft Lync Client for Cisco UC

Integrate Microsoft Office Communicator Client and Microsoft Lync Client for Cisco UC Integrate Microsoft Office Communicator Client and Microsoft Lync Client for Cisco UC Overview, page 1 Limitations and considerations, page 2 Microsoft Office Communicator, page 3 Microsoft Lync, page

More information

Jabber Deployment Revisited

Jabber Deployment Revisited Jabber Deployment Revisited Part 1: Deployment and Provisioning Bryan Morris Technical Marketing Engineer Cisco Jabber Team Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after

More information

Mobile and Remote Access Through Cisco Expressway

Mobile and Remote Access Through Cisco Expressway Mobile and Remote Access Through Cisco Expressway Deployment Guide First Published: April 2014 Last Updated: September 2018 Cisco Expressway X8.11.1 Cisco Systems, Inc. www.cisco.com 2 Contents Preface

More information

Cisco Jabber for Mac 9.6 Installation and Configuration Guide

Cisco Jabber for Mac 9.6 Installation and Configuration Guide First Published: April 16, 2014 Last Modified: June 06, 2014 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

More information

Cisco Jabber for ipad Administration Guide

Cisco Jabber for ipad Administration Guide First Published: August 05, 2013 Last Modified: August 22, 2013 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

More information

Solution Sheet. The Acano solution. March 2016

Solution Sheet. The Acano solution. March 2016 Solution Sheet The Acano solution March 2016 Imagine having all of the tools your team needs to work in one place and always accessible. That s Acano. 1. What Acano can do for your team Acano joins video,

More information

Mobile and Remote Access Through Cisco Expressway

Mobile and Remote Access Through Cisco Expressway Mobile and Remote Access Through Cisco Expressway Deployment Guide First Published: April 2014 Last Updated: December 2018 Cisco Expressway X8.11.4 Cisco Systems, Inc. www.cisco.com 2 Contents Preface

More information

Cisco Jabber Video for TelePresence

Cisco Jabber Video for TelePresence Data Sheet Cisco Jabber Video for TelePresence The Cisco TelePresence portfolio creates an immersive, face-to-face experience over the network - empowering you to collaborate with others like never before.

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

Push Notifications (On-Premises Deployments)

Push Notifications (On-Premises Deployments) Push Notifications Overview, page 1 Push Notifications Prerequisites, page 5 Push Notifications Configuration Task Flow, page 6 Push Notifications Troubleshooting, page 15 Push Notifications Interactions

More information

Cisco Hosted Collaboration Solution (HCS) and Cisco Collaboration Cloud

Cisco Hosted Collaboration Solution (HCS) and Cisco Collaboration Cloud Cisco Hosted Collaboration Solution (HCS) and Cisco Collaboration Cloud Tony Reyes Technical Solutions Architect Chuck Millet - Technical Solutions Architect PSOCOL-1020 Agenda Cisco Hosted Collaboration

More information

Cisco Collaboration Update. Aleksandar Vulović, Collaboration SE Cisco Connect Macedonia 2016.

Cisco Collaboration Update. Aleksandar Vulović, Collaboration SE Cisco Connect Macedonia 2016. Cisco Collaboration Update Aleksandar Vulović, Collaboration SE alvulovi@cisco.com Cisco Connect Macedonia 2016. Disrupt or Be Disrupted Taxi Services Uber/Lyft Retail Stores Amazon.com Music Spotify/Pandora

More information

SIMPLE (SIP for Instant Messaging and Presence Leveraging Extensions Used by CM-IMP. XMPP (extensible Messaging and Presence Protocol) Used by CM-IMP

SIMPLE (SIP for Instant Messaging and Presence Leveraging Extensions Used by CM-IMP. XMPP (extensible Messaging and Presence Protocol) Used by CM-IMP Rev. 20170312.203116 14. IM and Presence c cnac o okbook.com C M - I M P CM-IMP (cisco Communications Manager IM and Presence server) Tightly integrated with CUCM. Extends the presence capabilities native

More information

Release Notes for Cisco Jabber for iphone and ipad 12.0.x

Release Notes for Cisco Jabber for iphone and ipad 12.0.x Release Notes for Cisco Jabber for iphone and ipad 12.0.x First Published: 2018-0-29 Last Modified: 2018-04-26 Build Number Information for a maintenance release includes the features, requirements, restrictions,

More information

Mobile and Remote Access Through Cisco Expressway

Mobile and Remote Access Through Cisco Expressway Mobile and Remote Access Through Cisco Expressway Deployment Guide First Published: April 2014 Last Updated: December 2016 Cisco Expressway X8.9.n Cisco Unified Communications Manager 10 or later Cisco

More information

Cisco Collaboration Mid-Market architecture with BE6K and BE7K

Cisco Collaboration Mid-Market architecture with BE6K and BE7K Cisco Collaboration Mid-Market architecture with BE6K and BE7K Simple. Affordable. Scalable. Radoslav Tsochev Systems Engineer rtsochev@cisco.com C97-728752-01 2013 Cisco and/or its affiliates. All rights

More information