Change voicemail from wav to MP3
With the release of sipXecs 46, there is now a small configuration change to make while logged into the system GUI
Follow the following instructions to make this change -
Go to System/Servers/Voicemail
Change the drop down that defaults to WAV to MP3
Press OKAY to save
All information below is deprecated and no longer necessary to enable MP3 file delivery within sipXecs 4 6 and above
-----------------------------------------------------------------------------------------------------------------------------------------------
A typical voicemail in wav format can be 1mb or larger. Even a short voicemail can be 192K. If you are sending this to your cell phone, it can start to use up your data plan, and take longer to download.
...
get this file and put it into bin: (use curl or wget.. one of these should be installed, if not, use yum to install)
cd /tmp
curl -O www.secnap.com/downloads/second attachment, convertwav.tgz
or
wget www.secnap.com/downloads/convertwav.tgz. put in /tmp)
cd /home/wav2mp2/bin
tar -zxvf /tmp/convertwav.tgz ./
chmod a+x convertwav
...