Welcome Message

Hello my dear reader,

Welcome to my blog, which is dedicated to Cisco technologies. On its pages we will talk about the limitless world of telephony and networking.

We will focus mostly on Cisco collaboration solutions and technologies. These are IP PBX based on Cisco Unified Communications Manager and Cisco Unified Communications Manager Express, Cisco contact centers, Cisco Voice Gateways, etc. Also, I will introduce you the education news: Cisco authorized courses, my own developed training programs, our upcoming events, online learning.

If you have any questions regarding my posts, job or activities, please feel free to ask your questions. I will try to answer them when I have time.

If you are satisfied with the content of my blog, isn’t that worth a beer or coffee? Donations help me to continue supporting the blog and creating new posts here — things for which I spend hours of my free time! Thank you very much!

Sincerely, Dmytro Benda

Friday, December 22, 2023

Enabling chat between the Supervisor and the Agents (Cisco Webex Contact Center)

In this short post I will explain you how to fix the issue, when the Supervisors can't send a text message to one of the monitored agents in Cisco Webex Contact Center. The supervisor complains, the he doesn't see the internal chat icon in his desktop. Here is an example of such a situation:

Let's resolve this problem quickly. First, check, if you set Send Messages = On in the Supervisor's User Profile. The example is below:


If this setting doesn't fix the issue then verify if the JSON file for your Agent/Supervisor desktop has the attribute "webexConfigured" = true. In the default Global Desktop Layout it is typically set to false and that's why the chat is not enabled. Set this attribute to true both for agent's and supervisor's part of the JSON file. Here you can see how it looks like for the supervisor JSON config:

"supervisor": {
    "version": "0.1.0",
    "appTitle": "Webex Contact Center",
    "logo": "",
    "stopNavigateOnAcceptTask": false,
    "dragDropEnabled": false,
    "notificationTimer": 8,
    "maximumNotificationCount": 3,
    "browserNotificationTimer": 8,
    "wxmConfigured": true,
    "desktopChatApp": {
      "webexConfigured": true

Apply your corrected Desktop Layout to the appropriate Team. Don't forget to set the team with this Desktop layout as Primary Team to the Supervisor, otherwise he will still use the default Global Desktop Layout:



If you do all these things, the result must be as follows:


Wish all of you a Merry Christmas and Happy New Year! All the best to you and your families! 

No comments:

Post a Comment