Sign inSign up

upinget/callgen

By upinget

Updated almost 2 years ago

Call Generator for Avaya Aura CM

Image
Monitoring & observability
0

179

upinget/callgen repository overview

Call Generator for Avaya Aura CM

The CallGen uses Avaya TSAPI library, it makes bulk calls for Avaya platform testing. It is used in load test of IVR application and agent CTI application.

Create the Container

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

Configure the CallGen Parameters

Telnet to the CallGen console, update the following parameters
  • cg_tlink_01
  • cg_tlink_02
  • cg_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 callgen 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 CallGen program by the following command
/usr/local/upinget/stopcallgen.sh

Tag summary

Content type

Image

Digest

sha256:6d6d095f8

Size

161 MB

Last updated

almost 2 years ago

docker pull upinget/callgen:1.2.4