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