Issue Description
Opus files are lightly encrypted for Avaya use and cannot be pulled into ACR / Chronicall for processing. In order for Chronicall/ACR to process the files, they must be in the .wav format. This article explains how some partners have had success in making that change.
Note: The following steps need to be taken by the partner as it is outside of our software (Chronicall/ACR) and outside of Xima Software's realm of support. If you have any questions about these steps please reach out to Avaya for support.
Resolution
- First, change the archiving solution in VMPro
- Open the VM Pro Web application and navigate to Voicemail Pro - System Preferences > General settings
- The default Archive Solution will be "Media Manager"
- Change that setting to "External"
- This will make the VMPro do the following:
- Store VRL Recordings in .wav format
- Store those VRL Recordings in
/opt/vmpro/VRL
- This will make the VMPro do the following:
- Update your settings and make live
- Change the settings file on the VMPro server
*NOTE: Depending on their IPO build, the following may no longer be applicable.
- Gain root access to the VM Pro server
- Edit the vmpro_settings.ini file using CLI as root to change recordings to WAV format
- Open the vmpro_settings.ini file
- E.g.
nano /etc/vmpro_settings.ini
- E.g.
- Change "UseOpusForRecordings=" from Y to N
- E.g.
UseOpusForRecordings=N
- Note: Default is Y
- E.g.
- Save the file changes
- Restart Voicemail Pro services after hours
- E.g.
service vmpro restart
- E.g.
- Open the vmpro_settings.ini file
- Change the VMPRO setting UseOpusForVRL to N in the vmpro_settings.ini file using CLI as root
- Open the vmpro_settings.ini file
- E.g.
nano /etc/vmpro_settings.ini
- E.g.
- Change "UseOpusForVRL=" from Y to N
- E.g.
UseOpusForVRL=N
- Note: Default is Y
- E.g.
- Save the file changes
- Restart Voicemail Pro services after hours
- E.g.
service vmpro restart
- E.g.
- Open the vmpro_settings.ini file
The files should now come to the VRL folder as .wav from the VM Pro. Unfortunately, previous .opus files will not be processed and we encourage them to be removed or archived out of the VRL folder.