Sign inSign up

upinget/updialer

By upinget

Updated over 1 year ago

Dialer for Avaya Aura CM

Image
Integration & delivery
0

254

upinget/updialer repository overview

Dialer for Avaya Aura CM

The UPINGET dialer is a simple dialer solution developed for the Avaya contact center environment. It supports various dialing methods such as Reactive, Preview and Reminder algorithms. It can integrate with various dialing agent (technology), currently it supports dialing using basic and advanced TSAPI. When using the basic TSAPI dialing agent, phantom device is used to make call. TSAPI advanced API is used if your AE Server supports advanced TSAPI and answering machine detection is supported when your Avaya CM Outbound Call Management software license is enabled. For more information, please visit the Dialer Programming Blog.

Create the Container

To create a container as daemon process, enter the following command
docker run -d -p 14023:14023 -p 14014:14014 -p 5100:5100 -p 9091:9091 -v /var/log/updialer:/var/log/updialer --add-host=dbserver:192.168.1.20 --name updialer updialer:tagname
Port number description as following:
  • 14023: Telnet port of UPDialer
  • 14014: Telnet port of uuiSVR
  • 5100: uuiSVR data server port
  • 9091: UPDialer REST interface port
  • If you host has enabled SELinux, add option --security-opt label=disable

Configure the UPDialer Parameters

Telnet to the UPDialer console, update the following parameters
  • ca_tlink_01
  • ca_licensekey
  • dl_licensekey
  • dl_uuisvr

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 updialer 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 UPDialer program by the following command
/usr/local/upinget/stopupdialer.sh

Tag summary

Content type

Image

Digest

sha256:cc7e14fba

Size

301.1 MB

Last updated

over 1 year ago

docker pull upinget/updialer:1.2.0