HI Guys ,
I have installed vicidial in cent os 7 ,with asterisk version 11.22.0,The issue is with the recording,When trying to access the recording from admin ,it shows the recordings not found on this server
"" Not Found
The requested URL /RECORDINGS/20160919-215257_2036423025-all.wav was not found on this server. ""
But whn i put /RECORDINGS/ORIG ,I am able to access the file,But its in .wav format ,
what could be the issue?
My crontab entries are as follows
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
The second issue is that the recordings are stored in ORIG folder and not converted to MP3 folder ,its all in .WAV format ,I need the files to be in .mp3 format in MP3 folder ,Kindly help .