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.
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