Customize Wait & Pause screen - Agent Module

Customize Wait & Pause screen - Agent Module


Introduction

This article aims to decribe how to add a web page to the pause and wait screen in the agent module.

Pause screen

  1. Open the Http.config file
  2. Add the following key to customize the pause screen :
<!-- Pause panel -->
    <add key="client_PausePanelType" value="Nixxis.Client.Agent.WebPanelControl, NixxisAgentControl"/>
    <add key="client_PausePanelParam" value="https://webpage.com/"/>

The link : https://webpage.com/ will have to be replaced by the web page to be display in the pause screen.

Wait screen

  1. Open the Http.config file
  2. Add the following key to customize the wait screen in Agent application :
<!-- Wait panel -->
    <add key="client_WaitPanelType" value="Nixxis.Client.Agent.WebPanelControl, NixxisAgentControl"/>
    <add key="client_WaitPanelParam" value="https://webpage.com/"/>

The link : https://webpage.com/ will have to be replaced by the web page to be display in the wait screen.

    • Related Articles

    • Customiser la page d'attente de contact et pause - Module Agent

      Introduction Cet article vise à décrire comment ajouter une page web à l'écran de pause et d'attente dans le module agent Ecran pause Ouvrez le fichier Http.config Ajoutez la clé suivante pour personnaliser l'écran de pause dans l'application Agent : ...
    • Agent Module V3.0

      Introduction The purpose of this article is to describe the functionality and available settings for the agent component. Home Page Once logged in, if other modules are restricted for the agent, they will be directly placed in the agent module. ...
    • Agent interface http.config keys

      In regards to the configuration of the available media for an agent, please find below the explanations of the corresponding keys and how to activate or deactivate them at config level in the http.config/global file. Note that: Values are by default ...
    • Module Agent V3.0

      Introduction Cet article a pour but de décrire le fonctionnement et les paramètres disponibles pour la partie agent. Page d'accueil Une fois connecté, si jamais les autres modules lui sont restreints, l'agent sera directement dans le module agent, au ...
    • Guide Agent V2.4.9 - FR

      Introduction Cet article a pour but de décrire le fonctionnement et les paramètres disponibles pour la partie agent. Installation NCS Le client Nixxis Client Desktop est disponible ici : http://[FQDN]:8088/Provisioning/ClientSoftware.zip Où FQDN ...