Call Analytics is a server program that monitors Avaya VDNs, ACD Hunt Groups and Extension objects, it extracts useful information from monitoring events and outputs call and agent records for applications such as reporting, wallboard integration and call log analysis. The Call Analytics is a CTI reporting and real time monitoring engine and it is an ideal tool when CMS is not in placed for call center environment.
The Call Analytics uses Avaya TSAPI library, it monitors these Avaya objects and produces the data for real time reports, splunk and database logging. Also, the data can be accessed by various interfaces such as API DLL, database and REST interface. For more information, please visit the CallAnalytics Programming Blog.
Telnet to the CallAnalytics console, update the parameters by the following comands
setup
setup api
setup database
setup splunk
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 callanalytics 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 CallAnalytics program by the following command