LumenVox
From KlavoWiki
LumenVox is a speech recognition application often used with PBX systems. Speech recognition should not to be confused with voice recognition which is completely different.
Speech recognition is the translation of spoken words into text or other type of useable format as voice recognition is the identification of a person like a fingerprint or a biometric eye scanner.
CentOS 4.x Configuration
Install GPG Key
mkdir -p /etc/pki/rpm-gpg/ cd /etc/pki/rpm-gpg/ wget http://www.lumenvox.com/packages/EL4/i386/RPM-GPG-KEY-LumenVox.gpg
Configuration of Repository
nano /etc/yum.repos.d/LumenVox.repo
Paste below content into file above.
################################################### [LumenVox] name=LumenVox Products $basearch baseurl=http://www.LumenVox.com/packages/EL4/i386/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-LumenVox.gpg ###################################################
cd /usr/src wget http://dag.wieers.com/rpm/packages/js/js-1.5-0.rc6a.2.el4.rf.i386.rpm rpm -i js-1.5-0.rc6a.2.el4.rf.i386.rpm
Cent OS 5.x Configuration
Install GPG Key
mkdir -p /etc/pki/rpm-gpg/ cd /etc/pki/rpm-gpg/ wget http://www.lumenvox.com/packages/EL5/i386/RPM-GPG-KEY-LumenVox.gpg
Configuration of Repository
nano /etc/yum.repos.d/LumenVox.repo
Paste below content into file above.
################################################### [LumenVox] name=LumenVox Products $basearch baseurl=http://www.LumenVox.com/packages/EL5/i386/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-LumenVox.gpg ###################################################
cd /usr/src wget http://dag.wieers.com/rpm/packages/js/js-devel-1.60-1.el5.rf.i386.rpm rpm -i js-devel-1.60-1.el5.rf.i386.rpm
Installation
yum install LumenVoxLicenseServer LumenVoxSRE
If any updates are reuqired to be installed a yum update will upgrade these applications.
You are now required to log off and then log back on to continue.
License Installation
cd /opt/lumenvox/licenseserver/bin ./getlvsystem_info
The process has created a file called Info.bts that needs ot be uploaded to LumenVox to generate a license key.