Sign inSign up

upinget/routemgr

By upinget

Updated over 1 year ago

Route Manager for Avaya Aura CM

Image
0

156

upinget/routemgr repository overview

Route Manager for Avaya Aura CM

The Route Manager server uses Avaya TSAPI library, it registers itself as call routing server for Avaya VDNs. When there is call comes in, Avaya sends the request to this routing server and asks for routing decision. For more information, please visit the Route Manager Programming Blog.

Create the Container

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

Configure the RouteMgr Parameters

Telnet to the RouteMgr console, update the following parameters
  • rm_tlink_01
  • rm_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 routemgr 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 RouteMgr program by the following command
/usr/local/upinget/stoproutemgr.sh

Tag summary

Content type

Image

Digest

sha256:cf8bbb23f

Size

161.1 MB

Last updated

over 1 year ago

docker pull upinget/routemgr:1.2.3