Vicidial - Call recording related scripts in Vicidial

By default voice call conversations are recorded in 2 files for the incoming and outgoing channel. the default folder is /var/spool/asterisk.monitor/



The first script is mixing recorded files : 
/usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX

Then /usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl will move the files to /var/spool/asterisk/monitorDone/


And finally /usr/share/astguiclient/AST_CRON_audio_2_compress.pl --MP3 converts the files to MP3 format and moves to /var/spool/asterisk/monitorDONE/MP3/


Comments

  1. Hi i need help in moving call recordings from vicidial ( after production hour's) to windows share folder automation is preferred

    ReplyDelete
  2. Hi Hari ,

    You can simply mount the windows share and write a script to sync to windows share. If you search mounting windows share in linux you will find step by step documents . Let me know if need more help . thanks

    ReplyDelete

Post a Comment