- Legacy documentation
- Passive call recording setup
- Manual installation (deprecated) on Linux
- Manual update on Linux (deprecated)
- Cisco TAPI integration
Use these instructions only if MiaRec has been installed manually. For Ansible-based deployment, use the update instructions from here.
Fill out Download form to get access to latest version of MiaRec.
wget URL_TO_MIARECWEB_FILES
Extract this archive
tar -xzvf miarec-*.tar.gz
It is recommended to rename the existing MiaRec files instead of removing them. This will allow you to restore old version if necessary.
mv /etc/miarec/sqlconfig /etc/miarec/sqlconfig-`date +"%m-%d-%Y"`
mv /usr/local/bin/miarec /usr/local/bin/miarec-`date +"%m-%d-%Y"`
mv /var/lib/miarec/WebServices.wsdl /var/lib/miarec/WebServices.wsdl-`date +"%m-%d-%Y"`
You can safely remove these old files once upgrade is completed and functionality is tested.
Navigate to the extracted directory miarec-*
cd miarec-*
Copy new configuration files and MiaRec recorder binary to the corresponding locations:
cp -r sqlconfig /etc/miarec/
cp WebServices.wsdl /var/lib/miarec/
cp miarec /usr/local/bin/
When using Upstart (Centos 6):
initctl stop miarec
initctl start miarec
When using init.d or SystemD (Centos 7):
service miarec restart