Sign inSign up

upinget/bcmssvr

By upinget

Updated 10 months ago

BCMS Server for Avaya Aura CM

Image
Monitoring & observability
1

793

upinget/bcmssvr repository overview

BCMS Server for Avaya Aura CM

The bcmsSVR is a gateway program for the access of real time BCMS, historical BCMS and other reports from Avaya Aura CM. It also provides API interfaces for development of call center reports and wallboard applications. The bcmsSVR retrieves BCMS and other reports at an interval that specified by you, it stores the real time and historical data in database, Splunk and memory which enables multiple programs access the data via REST query API, OCX and C/C++ DLL interfaces. For more information, please visit the bcmsSVR Programming Blog.

Create the Container

To create a container as daemon process, enter the following command
docker run -d -p 14017:14017 -p 8091:8091 -p 8092:8092 -v /var/log/bcmssvr:/var/log/bcmssvr -e TZ=Asia/Hong_Kong --name bcmssvr bcmssvr:tagname

To create a container as daemon process and store the bcms data to external database, enter the following command

docker run -d -p 14017:14017 -p 8091:8091 -p 8092:8092 -v /var/log/bcmssvr:/var/log/bcmssvr -e TZ=Asia/Hong_Kong --add-host=bcmsremotedb:192.168.1.20 --name bcmssvr bcmssvr:tagname

Port number description as following:

  • 14017: Telnet port of bcmsSVR
  • 8091: bcmsSVR REST interface port
  • 8092: bcmsSVR Secure REST interface port
  • If you host has enabled SELinux, add option --security-opt label=disable

Configure the bcmsSVR Parameters

Telnet to the bcmsSVR console, update the parameters by running the following command
  • setup
  • setup database
  • setup api
  • setup splunk
  • Use the "add acd" command to add Avaya connection

Restart the bcmsSVR Inside the Container

After the container is created, you can enter into the container by the following commands
docker exec -i -t bcmssvr bash
You can restart the bcmsSVR program by the following command
/usr/local/upinget/stopbcmssvr.sh

Tag summary

Content type

Image

Digest

sha256:8aade5e38

Size

150.2 MB

Last updated

10 months ago

docker pull upinget/bcmssvr:2.3.2