Welcome to the Vicidial forums! First of all running "yum update -y" is highly recommended. This will download and install updated software packages to make your GOautodial system current.
By default calls are recorded in WAV (if you have call recordings enabled in the campaign) and transcoded to MP3 by the following scripts:
- Code: Select all
/usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl
/usr/share/astguiclient/AST_CRON_audio_2_compress.pl --MP3
Run "crontab -l":
- Code: Select all
crontab -l
The first 6 lines are responsible in transcoding your recordings to MP3:
- Code: Select all
### recording mixing/compressing/ftping scripts
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl
#0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX
#0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl
1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58 * * * * /usr/share/astguiclient/AST_CRON_audio_2_compress.pl --MP3
#2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59 * * * * /usr/share/astguiclient/AST_CRON_audio_3_ftp.pl --GSM
If you want the recordings to stay as WAV files only, comment the 5th line:
- Code: Select all
#1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58 * * * * /usr/share/astguiclient/AST_CRON_audio_2_compress.pl --MP3
The original WAV files are in:
- Code: Select all
/var/spool/asterisk/monitorDONE/ORIG
They are deleted after 14 days by default.