Dialogue Cloud

Configure Wallboard View 1 (Default)

Introduction

This is the default view. For this view, simply follow the installation steps and run the program.

Preview

Configure

  1. Open the config.xml file, which is located in the Anywhere365 “InFlight WallBoard\I01” folder

  2. The right value for the DefaultView = 1

  3. Make sure the General Settings are as in the example below

    Copy
    XML
    <!-- General Settings -->
    <DefaultView value="1" enabled="true"></DefaultView>
    <!-- 1 Normal, 2 Custom (Grid), 3 Multiple, 4 InboundOnly, 5 StatisticsView, 6 Reason Code -->
    <MultipleUCCGroup value="-1" enabled="true" />
    <!-- -1 == GroupView, 0 == group 0, 1 == group 1, 2 == group 2, 12 == group 12, etc-->
    <LogLevel value="All" enabled="true" />
    <!-- All, Critical, Error, Warning, Information, Verbose -->
    <LowestSkillValue value="1" enabled="true" />
    <Language value="en" enabled="true"></Language>
    <!-- End General Settings -->
  4. Next make sure the "Normal View Settings" are correct. (Entered during installation)

    Copy
    XML
     <!-- Normal View Settings -->
    <DashboardServer version="1.5" name="ucc-" value="http(s)://<FQDN>/DashboardService" SLA1Label="20 sec" SLA2Label="2 min" SLA1="20" SLA2="120"></DashboardServer>
    <DashboardPresenceIndicatorsView>PerAvailability</DashboardPresenceIndicatorsView>
    <ShowQueueAlert enabled="true" delay="10" />
    <QueueAnimation enabled="true" delay="5" />
    <Privacy enabled="false" />
    <Credentials username="" password="" />
    <!-- End Normal View Settings -->
    1. name = Name of the UCC A Unified Contact Center, or UCC, is a queue of interactions (voice, email, IM, etc.) that are handled by Agents. Each UCC has its own settings, IVR menus and Agents. Agents can belong to one or several UCCs and can have multiple skills (competencies). A UCC can be visualized as a contact center “micro service”. Customers can utilize one UCC (e.g. a global helpdesk), a few UCC’s (e.g. for each department or regional office) or hundreds of UCC’s (e.g. for each bed at a hospital). They are interconnected and can all be managed from one central location. (e.g. ucc-main-number or ucc-support-ab123)

    2. value = URL to dashboard service of the UCC (e.g. https://service.domain.com/dashboardservice)

    3. SLA1Label = Text value which is shown in the SLA bar's first item.

    4. SLA2Label = Text value which is shown in the SLA bar's second and third item.

    5. SLA1 = Number of seconds which is used in the SLA bar's first item and SLA percentage.

    6. SLA2 = Number of seconds which is used in the SLA bar's second and third item.

    7. DashboardPresenceIndicatorsView:

      1. PerAvailability = Only show available agents in Departments bar
      2. All = Show all agents in Departments bar
    8. ShowQueueAlert = If true, blink red when there are no agents or a customer waits for x seconds

    9. QueueAnimation = If true, circle through the differentSkill Queues overview views every x seconds.

    10. Privacy = Only show the last 3 digits of the caller

    11. Credentials = Automatically entered when connection to a secure dashboard.

  5. Save the file

  6. Now the Grid View is applied for the Wallboard.