lumenvox_settings.conf
/etc/lumenvox/lumenvox_settings.conf is the main LumenVox configuration file. It
controls how the LumenVox software behaves in general; for Asterisk-specific application
settings see lumenvox.conf in the /etc/asterisk/ directory. lumenvox_settings.conf
primarily specifies where LumenVox software will look for various files.
[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] & [MRCPV2]
These sections do not affect the behavior of LumenVox on Asterisk.