Troubleshooting Jabber Like a TAC Engineer Robbie Horgan Test Engineer BRKUCC-2347

Size: px
Start display at page:

Download "Troubleshooting Jabber Like a TAC Engineer Robbie Horgan Test Engineer BRKUCC-2347"

Transcription

1

2 Troubleshooting Jabber Like a TAC Engineer Robbie Horgan Test Engineer BRKUCC-2347

3 Agenda Troubleshooting Logins Troubleshooting Jabber Features Tools Used By Jabber

4 Which Jabber client generates the highest number of cases for TAC? Jabber for Mac Jabber for ios Jabber for Android Jabber for Windows

5 Agenda Troubleshooting Logins Service Discovery Logins Certificates Troubleshooting Jabber Features Tools Used By Jabber

6 Service Discovery Overview Enables clients to automatically detect and locate services Queries network for DNS SRV records Allows administrators to centrally configure Jabber with server side changes. Removes the need to use bootstrap file or having to instruct users to manually configure client Goal of discovery is to find a primary source of authentication

7 Typical Service Discovery Questions Seen By TAC The Jabber client is unable to discover our SRV record

8 Service Discovery Flow User Launches Client Client Determines Services Domain Client checks if network is inside or outside the firewall, and if Expressway is deployed Client sends cloud HTTP request to check for WebEx service Client starts monitoring for network changes No Yes Connect to Cisco WebEx Messenger service Connect to available services on corporate network Client looks for _cisco-uds Found? No Yes Connect to available services on corporate network Client looks for _cuplogin Found? No Yes Connect to available services on corporate network Is Expressway Available? Prompt user to manually enter connection details No Yes Omitted

9 Jabber Client Showing Service Discovery Failed

10 Service Discovery Failure Code and Logs All detailed discovery-related logs have [service-discovery] logger name in them Jabber client csf-unified.log Example: :07:16,829 WARN [0x ] [vices\impl\discoveryhandlerimpl.cpp(414)] [service-discovery] [DiscoveryHandlerImpl::callOnFailedDiscoveryResultOnDispatcherThread] - Discovery Failure -> (id) name :: (1005) ServiceDiscoveryNoSRVRecordsFound

11 Service Discovery Failure Codes ID Name UI message Description 1001 ServiceDiscoveryFailure Failed to discover network services. Unknown discovery failure 1002 ServiceDiscoveryAuthenticationFailure Your username or password is not correct. Failed to authenticate with CUCM (9.0+) 1003 ServiceDiscoveryCannotConnectToCucmServer Cannot communicate with the server. Cannot connect to CUCM (9.0+) 1004 ServiceDiscoveryNoCucmConfiguration Failed to discover network services. CUCM server is misconfigured 1005 ServiceDiscoveryNoSRVRecordsFound Failed to discover network services. No SRV records are found 1006 ServiceDiscoveryCannotConnectToEdge Cannot communicate with the server. Cannot connect to EDGE server 1007 ServiceDiscoveryNoNetworkConnectivity Cannot communicate with the server. No network connectivity

12 Failed nslookup of SRV record

13 Packet Capture of Service Discovery Failed

14 Configure SRV in DNS

15 Configure SRV in DNS

16 Configure SRV in DNS

17 Configure SRV in DNS

18 Successful nslookup of SRV record

19 Successful Service Discovery

20 Packet Capture of Successful Service Discovery

21 Debugging Service Discovery Cache File Located in %appdata%\cisco\unified Communications\Jabber\CSF\Config\service-location.xml <?xml version="1.0"?> <UCServices> <DomainName>ciscolive.com</DomainName> <UCService> <type>cucm</type> <connectioninformation> <name>_cisco-uds</name> <scope>unknown</scope> <address>cucm9.ciscolive.com</address> <protocol>_tcp</protocol> <port>8443</port> </connectioninformation> </UCService> </UCServices>

22 Reset Jabber to Install state ProgramData Users Local Profile Roaming Profile [USERNAME] AppData Local Unified Communications Jabber Roaming Jabber can be reset to Install state by removing both roaming and local profiles. Jabber will reinitialize on next startup CSF Unified Communications Jabber CSF Contacts History Logs Photo Cache Config Credentials CustomEmoticons Security Erase Jabber folders

23 Agenda Troubleshooting Logins Service Discovery Logins Certificates Troubleshooting Jabber Features Tools Used By Jabber

24 Common Login Questions Seen By TAC Users are unable to login for a new deployment. Only this one user is unable to login. All users suddenly can not login.

25 Incorrect Password Entered by End User

26 Check End User Page Login

27 Check End User Page Login

28 What Do the Logs Show? User is not licensed IM&P Server - EPASSoapXXXXX.log (Client Profile Agent Logs) :21:54,169 INFO [http-bio-443-exec-13] handlers.loginhandler - prelogin:querystring=execute PROCEDURE ucsoapprelogin('estaal','cup9',' ','cup9.ciscolive.com'); :21:54,170 DEBUG [http-bio-443-exec-13] imdb.imdbgeneralaccessorutil - getvalidappusersresultset -- query: SELECT * FROM validappusers WHERE userid='estaal'; :21:54,188 WARN [http-bio-443-exec-13] handlers.loginhandler - prelogin:prelogin reasoncode=failure. User either not CUP licensed or not found in database

29 Ensure User is Licensed For CUP 8 Users do not have proper licensing configured In Communications Manager 8.x this is under System > Licensing > Capabilities Assignment Verify in CUCM for the specific user:

30 Ensure User is Licensed For IM&P 9.x/10.x In Communications Manager 9.x this is under User Management > End User Verify in CUCM for the specific user:

31 Verify Connection To CUCM & Services Are Started Ensure System > CUCM Publisher shows green checkmarks. If not correct issue accordingly. Verify the Cisco UP Sync Agent is started on the IM&P Publisher Server. Verify this on the serviceability page under Tools > Control Center Feature Serivces

32 Verify User Licensing Has Synced From CUCM Verify licensing has replicated to IM&P server (under User Management > End User): If the information in IM&P does not match what is in CUCM, try restarting the Cisco UP Sync Agent to force a sync. Check Sync Status System (System > CUCM Publisher)

33 Check End User Page Login

34 What Do the Logs Show? IM&P Server - EPASSoapXXXXX.log (Client Profile Agent Logs) Wrong Password <ns1:login client-version=" " client-type="cupc" force="true"><ns1:username>estaal</ns1:username><ns1:password>...</ns1:password></ns1:login> :26:10,417 INFO [http-bio-443-exec-17] handlers.loginhandler - prelogin:querystring=execute PROCEDURE ucsoapprelogin('estaal','cup9',' ','cup9.ciscolive.com'); :26:10,417 DEBUG [http-bio-443-exec-17] imdb.imdbgeneralaccessorutil - getvalidappusersresultset -- query: SELECT * FROM validappusers WHERE userid='estaal'; :26:10,549 INFO [http-bio-443-exec-17] handlers.loginhandler - Wrong credential for : estaal IMS result code:1

35 IMS Result Codes 1) Wrong Credentials :26:10,549 INFO [http-bio-443-exec-17] handlers.loginhandler - Wrong credential for : estaal IMS result code:1 2) Account locked by Admin :34:37,576 INFO [http-bio-443-exec-7] handlers.loginhandler - Administratively locked for : estaal IMS result code:2 3) Account Hack lock :38:16,259 INFO [http-bio-443-exec-20] handlers.loginhandler - Hack locked for : estaal IMS result code:3 4) Account locked due to inactivity 7) User inactive in LDAP :42:53,284 INFO [http-bio-443-exec-12] handlers.loginhandler - End user status is INACTIVE in LDAP for : estaal IMS result code:7

36 Make Sure LDAP Authentication User Connects CUCM > System > LDAP > LDAP Authentication

37 Jabber Unable to Communicate With Server

38 Make Sure DNS Works Client PC must resolve what is configured under System > Cluster Topology

39 Verify Correct Services Started For Login Verify the XCP Connection Manager and XCP Authentication Server are started on the IM&P Publisher Server. Verify this on the serviceability page under Tools > Control Center Feature Services

40 Client Profile Agent Logs For Successful Login IM&P Server - EPASSoapXXXXX.log (Client Profile Agent Logs) Successful Login <ns1:login client-version=" " client-type="cupc" force="true"><ns1:username>estaal</ns1:username><ns1:password>...</ns1:password></ns1:login> :10:01,564 INFO [http-bio-443-exec-12] handlers.loginhandler - prelogin:querystring=execute PROCEDURE ucsoapprelogin('estaal','cup9',' ','cup9.ciscolive.com'); :10:01,709 INFO [http-bio-443-exec-12] handlers.loginhandler - dologin:ims login result is success for estaal IMS result code: :10:01,713 INFO [http-bio-443-exec-12] handlers.loginhandler - SOAP Login was successful

41 Agenda Troubleshooting Logins Service Discovery Logins Certificates Troubleshooting Jabber Features Tools Used By Jabber

42 Common Certificate Questions Seen By TAC I got my certificate signed by a CA; why do I still get a prompt?

43 Certificate Error Message As Seen By End User

44 How to see it in the logs Jabber client csf-unified.log :35:50,729 DEBUG [0x00000ae4] [src\cert\common\certificatedata.cpp(130)] [csf.cert] [cert::certificatedata::parsesubjectcnfield] - Subject CN field : CUP9.ciscolive.com :35:50,745 DEBUG [0x00000ae4] [ls\src\cert\utils\altnameparser.cpp(331)] [csf.cert.utils] [cert::altnameparser::verify] - Looking for match with CUP :35:50,745 ERROR [0x00000ae4] [ls\src\cert\utils\altnameparser.cpp(375)] [csf.cert.utils] [cert::altnameparser::verify] - No Match Found :35:50,745 ERROR [0x00000ae4] [ls\src\cert\common\certverifier.cpp(267)] [csf.cert] [cert::certverifier::buildcertresult] - Verification of identity: 'CUP9' failed :35:50,745 INFO [0x00000ae4] [mmon\platformverificationhandler.cpp(42)] [csf.cert] [cert::platformverificationhandler::handleplatformverificationresultsynchronously] - Verification result : FAILURE reason : [CN_NO_MATCH]

45 Login Certificate Flow Port 8443 Tomcat Certificate (Client Validates Certificate) Continue Login Process

46 CUCM Tomcat Certificate CUCM > System > Server

47 Login Certificate Flow Port 8443 Tomcat Certificate (Client Validates Certificate) Continue Login Process

48 Instant Messaging & Presence Tomcat Certificate CUCM User Management > User Settings > UC Service

49 Login Certificate Flow Port 5222 cup-xmpp Certificate (Client Validates Certificate) Continue Login Process

50 Instant Messaging & Presence XMPP certificate IM&P > System > Cluster Topology

51 Login Certificate Flow Port 8443 Tomcat Certificate (Client Validates Certificate) Complete Connection

52 Unity Connection Tomcat Certificate CUCM User Management > User Settings > UC Service

53 Agenda Troubleshooting Logins Troubleshooting Jabber Features Directory Integration Desk Phone Control and Presence Jabber for ios, Android and Mac Tools Used By Jabber

54 Common Directory Questions Seen By TAC Why am I unable to search for users? Why is the IM address incorrect? All my users show offline, even though they are online. When I add a contact, they disappear immediately. My contacts phone number does not show.

55 Directory Not Connecting

56 Explanation of jabber-config.xml file Centrally configure parameters for Jabber Allows administrators to make changes to client Prevent the need of a COP file

57 Sample jabber-config.xml file <?xml version="1.0" encoding="utf-8"?> <config version="1.0"> <Directory> <DirectoryServerType>EDI</DirectoryServerType> <PrimaryServerName> </PrimaryServerName> <ServerPort1>3268</ServerPort1> <UseWindowsCredentials>0</UseWindowsCredentials> <SearchBase1>dc=example, dc=com</searchbase1> </Directory> </config>

58 Directory Search Working

59 Unable to add contact If you try to add a contact, but they immediately disappear from the contact list, this points to an issue with the subscriber message on the IM&P server. There are 2 common issues that TAC sees User trying to be added to the contact list is not licensed for IM&P User A tried to add User B, User A is associated to server A and User B is associated to server B. Server A and B and in different subnets. If the communication type under System > Cluster Topology > Settings in IM&P is set to MDNS, users on the different servers will not be able to add each other. The router communication type should be set to Router-to-Router when the servers are in different subnets.

60 Incorrect IM Address

61 Sample jabber-config.xml file <?xml version="1.0" encoding="utf-8"?> <config version="1.0"> <Directory> <DirectoryServerType>EDI</DirectoryServerType> <PrimaryServerName> </PrimaryServerName> <ServerPort1>3268</ServerPort1> <UseWindowsCredentials>0</UseWindowsCredentials> <SearchBase1>dc=example, dc=com</searchbase1> </Directory> </config> <UserAccountName>telephoneNumber</UserAccountName>

62 Correct IM Address

63 Incorrect Phone Number

64 Sample jabber-config.xml file <?xml version="1.0" encoding="utf-8"?> <config version="1.0"> <Directory> <DirectoryServerType>EDI</DirectoryServerType> <PrimaryServerName> </PrimaryServerName> <ServerPort1>3268</ServerPort1> <UseWindowsCredentials>0</UseWindowsCredentials> <SearchBase1>dc=example, dc=com</searchbase1> </Directory> </config> <BusinessPhone>ipPhone</BusinessPhone>

65 Correct Phone Number

66 Agenda Troubleshooting Logins Troubleshooting Jabber Features Directory Integration Desk Phone Control and Presence Jabber for ios, Android and Mac Tools Used By Jabber

67 Typical Desk Phone Questions Seen By TAC All users are unable to get phone control. This one new user has no phone control. We do not see phone presence for our users.

68 Jabber Client Showing No Phone Control

69 Jabber Desk Phone Control CUCM > User Management > End User

70 Jabber Desk Phone Control CUCM > Device > Phone

71 Jabber Controlling 99xx/89xx phone CUCM Server - SDL001_200_XXXXX.txt (CTI Manager Logs) AppInfo [CTI-APP] [CTIHandler::OutputCtiMessage ] CTI FailureResponse ( seq#=3 result= description=user not configured to access device that supports Connected Transfer and Conference feature) CUCM > User Management > End User

72 CTI Logs Showing Login Timeout CUCM Server - SDL001_200_XXXXX.txt (CTI Manager Logs) 14:32: AppInfo CTIHandler(2,200,22, ) [CTI-APP] [CTIHandler::OutputCtiMessage ] CTI ProviderOpenCompletedEvent (seq#=370) provider id= CM Version= error code= description=directory login failed - timeout enableipv6=0 NoOfDaysPwdToExp=

73 Check LDAP Authentication Port System > LDAP > LDAP Authentication

74 Check LDAP Authentication Port System > LDAP > LDAP Authentication

75 Jabber Client Showing Phone Control

76 Phone Presence Not Working?

77 Check the SIP Trunk to IM&P Ensure that the SIP Trunk to IM&P on CUCM is resolvable CUCM > Device > Trunk

78 Is PublishEPA being created? CUCM Server - SDL001_100_XXXXX.txt (CCM Manager Logs) SdlSig PublishInd restart0 PublishEPA(1,100,106,2) PublishManager(1,100,105,1) 1,100,13,18.14^ ^SEP006440B580CE [R:N- H:0,N:1,L:0,V:0,Z:0,D:0] users.size()=1 users=estaal; pattern= numplanpkid=5fe08c87-d701- ddb9-38f7-eaab51652ae0 devicepkid=681733d4-c a e4552d mobilenumber= model=cisco-cp8961/9.3.2 state=2 isdnd=f firstregisterdevice=f devicemac=006440b580ce If not, check the line association in CUCM CUCM > User Management > End User

79 Phone Presence Working

80 Agenda Troubleshooting Logins Troubleshooting Jabber Features Directory Integration Desk Phone Control and Presence Jabber for ios, Android and Mac Tools Used By Jabber

81 Common Questions Seen By TAC Why is my mobile client unable to log in? Why can I search with Jabber for Windows, but none of the other clients?

82 Jabber for ios/android Unable to Login

83 What The Logs Show Jabber client Jabber log INFO [3b09218c] - [JabberWerx][log] [LoginMgr]: #1, connectonretrievedserverinfo login, cup:cup9.ciscolive.com INFO [3b09218c] - [JabberWerx][log] [CupSoapCli]: login cup async, server:cup9.ciscolive.com, user:******, ver: INFO [7dc0000] - [JabberWerx][log] [CupSoapCli]: CupSoapClientImpl::Login, endpoint: INFO [7dc0000] - [JabberWerx][log] [CupSoapCli]: Login() result, prim:, backup:, reason:soap 1.2 fault: SOAP-ENV:Sender[no subcode] "Host not found Detail: get host by name failed in tcp_connect()

84 Where Mobile Client Gets Server Information Mobile device must resolve what is configured under System > Cluster Topology

85 User Logged In

86 Unable to Search Directory

87 Be Sure jabber-config.xml BDI Section Is Configured <?xml version="1.0" encoding="utf-8"?> <config version="1.0"> <!-- LDAP Directory configuration for non-windows platform clients --> <Directory> <DirectoryServerType>BDI</DirectoryServerType> <BDIPrimaryServerName>XX.XX.XX.XX</BDIPrimaryServerName> <BDIServerPort1>3268</BDIServerPort1> <BDIPresenceDomain>example.com</BDIPresenceDomain> <BDISearchBase1>dc=example, dc=com</bdisearchbase1> </Directory> </config>

88 Working Directory Search

89 Which information will TAC ask for when you open a case? a) Problem Report b) Version numbers (server and client) c) Time the problem occurred d) UserID of the user who is having an issue. All of the Above!

90 Agenda Troubleshooting Logins Troubleshooting Jabber Features Tools Used By Jabber Jabber-config.xml Understanding the Problem Report

91 Check if jabber-config.xml is Formatted Properly

92 jabber-config.xml Correct Formatting

93 jabber-config.xml File Generator

94 jabber-config.xml File Generator

95 jabber-config-user.xml This file takes precedence over the jabber-config.xml file Is meant for testing purposes only

96 Agenda Troubleshooting Logins Troubleshooting Jabber Features Tools Used By Jabber Jabber-config.xml Understanding the Problem Report

97 How To Create A PRT Windows Android

98 How To Create A PRT Mac ios

99 Jabber for Windows PRT Install Parameter

100 Jabber for Windows PRT Local and Downloaded Config

101 Jabber for Windows PRT Local and Internal memory Cache

102 Jabber for Windows PRT Low level Library logs

103 Jabber for Windows PRT General System Info

104 Jabber for Windows PRT Main Jabber Logs

105 Jabber for Windows PRT Jabber Version and logged in User Info

106 Jabber for Windows PRT Crash Dump

107 Jabber for Windows PRT How the PRT was created

108 Jabber for Windows PRT End-users Comments

109 Jabber for Mac PRT

110 Jabber for ios PRT

111 Conclusion

112 Participate in the My Favorite Speaker Contest Promote Your Favorite Speaker and You Could be a Winner Promote your favorite speaker through Twitter and you could win $200 of Cisco Press products (@CiscoPress) Send a tweet and include Your favorite speaker s Twitter handle <rohorgancisco> Two hashtags: #CLUS #MyFavoriteSpeaker You can submit an entry for more than one of your favorite speakers Don t forget to View the official rules at

113 Complete Your Online Session Evaluation Give us your feedback to be entered into a Daily Survey Drawing. A daily winner will receive a $750 Amazon gift card. Complete your session surveys though the Cisco Live mobile app or your computer on Cisco Live Connect. Don t forget: Cisco Live sessions will be available for viewing on-demand after the event at CiscoLive.com/Online

114 Continue Your Education Demos in the Cisco Campus Walk-in Self-Paced Labs Table Topics Meet the Engineer 1:1 meetings

115 Thank you

116

117 Troubleshooting Video

118 Common Video Questions Seen By TAC I am unable to make/receive video calls. Video works for everyone, except one user.

119 Video Call Not Working

120 Medianet Not Installed

121 Medianet Installed, Still No Video Ensure computer is tethered to phone If controlling 99xx/89xx, unplug camera Check for CDP/CAST traffic via packet capture Ensure video is enabled

122 Video Shows Connected, Still No Video Only H.264 is supported Ensure call is internal Check location/region settings on CUCM

123 Video Call Working

124 Contact Photos

125 Common Contact Photo Questions Seen By TAC Where does Jabber get the contact photo from? Why can t I see contact photos?

126 Packet Capture of Contact Photos Acquired Via URL

127 Contact Photos via Web Server <?xml version="1.0" encoding="utf-8"?> <config version="1.0"> <Directory> <PhotoUriSubstitutionEnabled>true</PhotoUriSubstitutionEnabled> <PhotoUriSubstitutionToken>sAMAccountName</PhotoUriSubstitutionToken> <PhotoUriWithToken> </Directory> </config>

128 Contact Photos via jpegphoto Jabber client csf-unified.log Working :28:20,255 DEBUG [0x ] [2g-person\src\main\person\Person.cpp(48)] [csf.person] [person::person::person] - Person (00F559A8) is created from record 03501E18 (Roster:asemin@ciscolive.com). Total(created/live): 2/ :28:20,520 DEBUG [0x000004e0] [ices\impl\contacts\personwatcher.cpp(30)] [personwatcherlogger] [PersonWatcher::onPersonDataChanged] - Person 00F559A8. hasphoto?: :28:20,520 DEBUG [0x ] [e\src\services\impl\contactimpl.cpp(456)] [csf-contact-impl] [ContactImpl::setHasPhoto] - Setting hasphoto to true for asemin@ciscolive.com Non-working :41:18,226 DEBUG [0x00000a64] [2g-person\src\main\person\Person.cpp(48)] [csf.person] [person::person::person] - Person (00F56128) is created from record 035BA1A8 (ActiveDirectory:jpeters@ciscolive.com). Total(created/live): 7/ :41:18,226 DEBUG [0x ] [ce\src\services\impl\contactimpl.cpp(89)] [csf-contact-impl] [ContactImpl::setPerson] - Set to person 00F56128(Justin Peters). Has photo? 0

129 Soft Phone Control

130 Soft Phone Not Registering TFTP server not set under Application > Legacy Clients > Settings in IM&P TFTP Traffic is Blocked (port TCP 6970 and UDP 69) Client is not able to resolve CUCM hostname in Config File SIP traffic being blocked (port 5060 and 5061) No CCMCIP profile No device association

131 Jabber Soft Phone Call Fails Out To PSTN Even though Never start calls with video is selected, video is only muted Video capabilities are sent to Telco Telco refuses the call Transfer Capability = Unrestricted Digital Need to add bearer-cap speech to the voice-port for outbound calls.

132 ISDN Se0/0/0:23 Q931: TX -> SETUP pd = 8 callref = 0x03BB Bearer Capability i = 0x8890 Standard = CCITT Transfer Capability = Unrestricted Digital Transfer Mode = Circuit Transfer Rate = 64 kbit/s Channel ID i = 0xAAAAAA Exclusive, Channel 22 Progress Ind i = 0x Origination address is non-isdn Calling Party Number i =, ' ' Plan:ISDN, Type:National Called Party Number i =, ' ' Plan:ISDN, Type:National ISDN Se0/0/0:23 Q931: RX <- CALL_PROC pd = 8 callref = 0x83EE Channel ID i = 0xAAAAAA Exclusive, Channel 22 ISDN Se0/0/0:23 Q931: RX <- DISCONNECT pd = 8 callref = 0x83EE Cause i = 0x82AF - Resource unavailable, unspecified ISDN Se0/0/0:23 Q931: TX -> RELEASE pd = 8 callref = 0x03BB

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

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

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

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

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

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

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

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

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

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

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

Configure Push Notifications for Cisco Jabber on iphone and ipad

Configure Push Notifications for Cisco Jabber on iphone and ipad Configure Push Notifications for Cisco Jabber on iphone and ipad Push Notifications Overview, page 1 Push Notifications Prerequisites, page 5 Push Notifications Configuration Task Flow, page 6 Push Notifications

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

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

CCIE Collaboration Lab

CCIE Collaboration Lab CCIE Collaboration Lab Rami Kandah, Technical Leader Scott Hunt, UC Content Engineer James Lehto, UC Content Engineer David Mallory, CTO Learning@Cisco Overview: CCIE Certification Highest regarded IT

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

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

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

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

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

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

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

Intelligent WAN Sumanth Kakaraparthi Principal Product Manager PSOCRS-2010

Intelligent WAN Sumanth Kakaraparthi Principal Product Manager PSOCRS-2010 Intelligent WAN Sumanth Kakaraparthi Principal Product Manager PSOCRS-2010 Agenda Challenges Architectures Cisco IWAN Proof Points Challenges Application landscape is changing Applications Are Moving to

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

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

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

Deploying Cisco Jabber on Mobile Devices

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

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

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

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

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

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

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

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

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

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

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

Multinode Scalability and WAN Deployments

Multinode Scalability and WAN Deployments Multinode Scalability Feature, page 1 Cluster-Wide DNS SRV, page 3 Local Failover, page 3 Subcluster Failure Detection, page 3 Method Event Routing, page 4 External Database Recommendations, page 4 Clustering

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

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

Troubleshooting Cisco Unified Communications for RTX

Troubleshooting Cisco Unified Communications for RTX CHAPTER 5 Troubleshooting Cisco Unified Communications for RTX Revised: February 18, 2013 Setting Logging Levels Before Users Create a Problem Report, page 5-1 Moving a Device to Another Cluster, page

More information

Q&As. Implementing Cisco Collaboration Devices v1.0. Pass Cisco Exam with 100% Guarantee

Q&As. Implementing Cisco Collaboration Devices v1.0. Pass Cisco Exam with 100% Guarantee 210-060 Q&As Implementing Cisco Collaboration Devices v1.0 Pass Cisco 210-060 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back

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

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

Common Information. End User Configuration

Common Information. End User Configuration Common Information With the release of version 10.x, Cisco has greatly simplified the configuration and deployment of the Jabber Client. All relevant configuration parameters are now solely on the UCM

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

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

Configuration and Administration of IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1)

Configuration and Administration of IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1) Configuration and Administration of IM and Presence Service on Cisco Unified Communications Manager, Release 11.5(1) First Published: 2016-06-08 Last Modified: 2018-02-21 Americas Headquarters Cisco Systems,

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

Administration Guide. 05 Apr TM and copyright Imagicle spa

Administration Guide. 05 Apr TM and copyright Imagicle spa Administration Guide 05 Apr 2019 TM and copyright 2010-2019 Imagicle spa Table of Contents Administration Guide...1/5 Jabber Gadgets Setup...1/5 Administration Guide Jabber Gadgets Setup The Imagicle Gadget

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

SAML-Based SSO Solution

SAML-Based SSO Solution About SAML SSO Solution, page 1 Single Sign on Single Service Provider Agreement, page 2 SAML-Based SSO Features, page 2 Basic Elements of a SAML SSO Solution, page 3 Cisco Unified Communications Applications

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

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

Requirements. Software Requirements

Requirements. Software Requirements Software, page 1 Hardware, page 2 Network, page 3 Third-party, page 4 Software Depreciated Support Support for the following software has been depreciated in this release: Microsoft Office 2007 Microsoft

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

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

Overview of this Integration

Overview of this Integration CHAPTER 1 June 18, 2013 Basic Federated Network, page 1-1 About SIP Federation with AOL, page 1-4 About Intercluster and Multi-node Deployments, page 1-5 High Availability for SIP Federation, page 1-7

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

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

Unified Communications Manager Version 10.5 SAML SSO Configuration Example

Unified Communications Manager Version 10.5 SAML SSO Configuration Example Unified Communications Manager Version 10.5 SAML SSO Configuration Example Contents Introduction Prerequisites Requirements Network Time Protocol (NTP) Setup Domain Name Server (DNS) Setup Components Used

More information

Install the Clients. Install Cisco Jabber for Windows. Use the Command Line. Before You Begin

Install the Clients. Install Cisco Jabber for Windows. Use the Command Line. Before You Begin Install Cisco Jabber for Windows, page 1 Install Cisco Jabber for Mac, page 22 Install Cisco Jabber Mobile Clients, page 23 Install Cisco Jabber for Windows Cisco Jabber for Windows provides an MSI installation

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

Fixing Issues with Corporate Directory Lookup from the Cisco IP Phone

Fixing Issues with Corporate Directory Lookup from the Cisco IP Phone Fixing Issues with Corporate Directory Lookup from the Cisco IP Phone Document ID: 13936 Contents Introduction Prerequisites Requirements Components Used Conventions Fix Corporate Directory Issues in Cisco

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

Q&As. Implementing Cisco Collaboration Application v1.0. Pass Cisco Exam with 100% Guarantee

Q&As. Implementing Cisco Collaboration Application v1.0. Pass Cisco Exam with 100% Guarantee 300-085 Q&As Implementing Cisco Collaboration Application v1.0 Pass Cisco 300-085 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: https://www.pass4lead.com/300-085.html

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

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

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

Resilient WAN and Security for Distributed Networks with Cisco Meraki MX

Resilient WAN and Security for Distributed Networks with Cisco Meraki MX Resilient WAN and Security for Distributed Networks with Cisco Meraki MX Daghan Altas, Director of Product Management BRKSEC-2900 Agenda Problem Cisco CNG Live network creation demo (45m) Product Brief

More information

Unity Connection Version 10.5 SAML SSO Configuration Example

Unity Connection Version 10.5 SAML SSO Configuration Example Unity Connection Version 10.5 SAML SSO Configuration Example Document ID: 118772 Contributed by A.M.Mahesh Babu, Cisco TAC Engineer. Jan 21, 2015 Contents Introduction Prerequisites Requirements Network

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

INTEGRATING CISCO UNIFIED COMMUNICATIONS APPLICATIONS

INTEGRATING CISCO UNIFIED COMMUNICATIONS APPLICATIONS INTEGRATING CISCO UNIFIED COMMUNICATIONS APPLICATIONS V1.0 (CAPPS) COURSE OVERVIEW: Integrating Cisco Unified Communications Applications (CAPPS) v1.0 prepares the learner for integrating Cisco Unity Connection,

More information

Client for Cisco UC integration

Client for Cisco UC integration Overview, page 1 Limitations and considerations, page 2 Cisco UC Integration for Microsoft Office Communicator client design and architecture, page 2 Additional design and architectural specifications,

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

CCNA Voice. Unified Communications Overview.

CCNA Voice. Unified Communications Overview. CCNA Voice Unified Communications Overview www.ine.com Cisco UC Components Unified Call Control Cisco Unified Communications Manager Cisco Unified Communications Manager Express Unified Messaging Cisco

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

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

Configure Service Parameters

Configure Service Parameters Service Parameters Overview, page 1 Service Parameters Configuration Task Flow, page 1 Service Parameters Overview Each Cisco Unified Communications Manager node has a list of services that are available

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

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

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

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

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

Manage SAML Single Sign-On

Manage SAML Single Sign-On SAML Single Sign-On Overview, page 1 Opt-In Control for Certificate-Based SSO Authentication for Cisco Jabber on ios, page 1 SAML Single Sign-On Prerequisites, page 2, page 3 SAML Single Sign-On Overview

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

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

Enabling Quality of Service with Cisco SDN. Jon Snyder

Enabling Quality of Service with Cisco SDN. Jon Snyder Enabling Quality of Service with Cisco SDN Jon Snyder Agenda Introduction SDN: What Do We Mean, and What s the Point? Background Collaboration Applications and the Network SDN and APIC-EM Network Configuration

More information

Extend and Connect. Extend and Connect. Overview of Extend and Connect

Extend and Connect. Extend and Connect. Overview of Extend and Connect This chapter provides information about the feature. This chapter contains the following information:, page 1 System Requirements, page 6 Interactions and Restrictions, page 7 Availability Information,

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

Troubleshoot. Locate chip.log File. Procedure

Troubleshoot. Locate chip.log File. Procedure Locate chip.log File, page 1 Locate chip.dmp File, page 2 Reset Admin Password for Administration, page 2 Reset Root Password for Server, page 2 Audio and Video Issues, page 4 Call Links Redirect to Cisco

More information

BRKCOC-2399 Inside Cisco IT: Integrating Spark with existing large deployments

BRKCOC-2399 Inside Cisco IT: Integrating Spark with existing large deployments Inside Cisco IT: Integrating Spark with existing large deployments Jan Seynaeve, Sr. Collaborations Engineer Luke Clifford, Sr. Collaborations Engineer Cisco Spark How Questions? Use Cisco Spark to communicate

More information

Troubleshoot. What to Do If. Locate chip.log File. Procedure

Troubleshoot. What to Do If. Locate chip.log File. Procedure What to Do If, page 1 Locate chip.log File, page 1 Locate chip.dmp File, page 2 Reset Admin Password for Administration, page 2 Reset Root Password for Server, page 2 Audio and Video Issues, page 4 Call

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

Installation. Installation Overview. Installation and Configuration Taskflows CHAPTER

Installation. Installation Overview. Installation and Configuration Taskflows CHAPTER CHAPTER 4 Overview, page 4-1 Navigate the Wizard, page 4-7 Install and Configure Cisco Unified Presence, page 4-7 Perform a Fresh Multi-Node, page 4-15 Overview Cisco Unified Presence supports the following

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

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