Configuring Licenses
The LumenVox Client (Speech Tuner, MediaServer, or custom API integration client) uses a configuration file to determine where to look for the License Server. See the Client Configuration File for more information about this file.
You will want to edit the value of LICENSE_SERVERS:
- LICENSE_SERVERS is the IP address and port of the License Server you wish to use. By default, this is set to the local IP address and default port of 127.0.0.1:7569.
If your License Server is on a different machine, simply change the IP address from the default 127.0.0.1 to the IP address or hostname of the machine running the License Server.
LumenVox release 9.5 and earlier
For older versions of LumenVox (v 9.5 or earlier), there are two variables in that file can be set that relate to licensing:
- LIC_SERVER_HOSTNAME is the IP address of the License Server you wish to use. By default, this is set to the local IP address of 127.0.0.1
- LIC_SERVER_PORTNUM is the port number to use when making license requests. By default, this is set to 7569.