lumenvox_settings.conf
/etc/lumenvox/lumenvox_settings.conf is the main LumenVox configuration file for
Linux (it does not exist on Windows, as most of these settings are controlled via environment
variables). See Configuration Files for more information about other
configuration files.
It primarily
specifies where LumenVox software will look for various files. It consists of several sections,
one for each of the various LumenVox Linux packages.
[CLIENT]
The [CLIENT] section controls where the client package will look for and store various files.
- LANGDIR specifies the LumenVox language directory. This is the main directory
where things like built-in grammars will be stored. It defaults to /etc/lumenvox/Lang
- LOGSDIR specifies where the client will write its logs. It defaults to /var/log/lumenvox/client
- RESPONSEDIR specifies where the client will write response files. These are
the .callsre files used by the LumenVox Speech Tuner.
By default, this directory is /var/lumenvox/responses
- CLIENT_PROP_CONFIG specifies the name and location of the client
configuration file. It defaults to /etc/lumenvox/client_property.conf
[SRE]
The [SRE] section controls where the server package will look for and store various files.
- LANGDIR specifies the LumenVox language directory. This is the main directory
where things like built-in grammars will be stored. It defaults to /etc/lumenvox/Lang
- LOGSDIR specifies where the server will write its logs. It defaults to /var/log/lumenvox/sre
- CACHEDIR specifies where the server will cache grammars. It defaults to /var/lumenvox/grammar_cache
- SRE_SERVER_CONFIG specifies the name and location of the server
configuration file. It defaults to /etc/lumenvox/sre_server.conf
[LICENSE]
The [LICENSE] section controls where the server package will look for and store various files.
- LOGSDIR specifies where the license server will write its logs. It defaults
to /var/log/lumenvox/license
[MRCP]
The [MRCP] section controls where the MRCPv1 Server package will look for and store various files.
- MRCP_CONFIGspecifies the name and location of the MRCPv1
configuration file.
It defaults to /etc/lumenvox/mrcp.conf
- LVMRCPLOGS specifies where the MRCPv1 Server will write its logs.
It defaults to /var/log/lumenvox/mrcp
[MRCPV2]
The [MRCPV2] section controls where the MRCPv1 Server package will look for and store various files.
- MRCP_CONFIGspecifies the name and location of the MRCPv2
configuration file. It defaults to /etc/lumenvox/mrcpv2.conf
- LVMRCPLOGS specifies where the MRCPv1 Server will write its logs. It defaults
to /var/log/lumenvox/mrcpv2