Sign inSign up

upinget/agentlightsvr

By upinget

•Updated over 1 year ago

Agent Light Server for Avaya Aura CM

Image
Monitoring & observability
2

314

upinget/agentlightsvr repository overview

⁠Agent Light Server for Avaya Aura CM

AgentLight is software for Avaya agent status notification. The software integrated with a USB lighting device and showing the agent status by turning on or flashing the device with different color. For example, the software can be configured to show agent idle with green color and on call with red color. The software is designed for the Avaya contact center environment; it integrated with Avaya AES to get the agent status with TSAPI library. The AgentLight has agent software installed on agent workstations and server software installed on server such as Windows 2008R2 or docker. For more information, please visit the AgentLightSVR Programming Blog⁠.

⁠Create the Container

To create a container as daemon process, enter the following command
docker run -d -p 15012:15012 -v /var/log/agentlightsvr:/var/log/agentlightsvr --name agentlightsvr agentlightsvr:tagname
Port number description as following:
  • 15012: Telnet port of AgentLightSVR
  • If you host has enabled SELinux, add option --security-opt label=disable

⁠Configure the AgentLightSVR Parameters

Telnet to the AgentLightSVR console, update the following parameters
  • al_tlink_01
  • al_licensekey

⁠Configure the TSAPI Client Library Inside the Container

After the container is created, you can enter into the container by the following command
docker exec -i -t agentlightsvr bash
Then, edit the /usr/lib/tslibrc, add the AES IP address and the TSAPI service port number to the file.
After these changes, restart the AgentLightSVR program by the following command
/usr/local/upinget/stopagentlightsvr.sh

Tag summary

Content type

Image

Digest

sha256:d206141d0…

Size

161.8 MB

Last updated

over 1 year ago

docker pull upinget/agentlightsvr:1.3.0