by gardo » Thu Dec 10, 2009 11:09 am
@callcentersolutions: The following are the default recordings scripts enabled on a Vicidial system via the install from scratch document.
### 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_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 --GSM
#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
Going further, you might want to take a look at those scripts and see what they do so you can better understand what's going on.
There are different ways on how to handle call recordings. Some want the calls done in MP3, GSM and even WAV. Others want the transcoding done near realtime hence the sequence of scripts above. Others want it done during offpeak hours.
The entries above are the default ones if you follow the Vicidial install from scratch document. Most call recording requirements are met by the default scripts.