Hi Peeps,
That's right, try running the AST_CRON_mix_recordings.pl perl script in your /home/cron/ directory and see what will happen, i mean if it mixes the -out and -in wav files in your /var/spool/asterisk/monitor/ORIG. Also, please make sure that your ORIG and DONE directory are capitalized and their permissions are writable.
Try this:
$perl AST_CRON_mix_recordings.pl
Then check if it mixes the "-out" and "-in" in your ORIG directory to the DONE directory, you should be able to see the "-all" file in your DONE directory after successfully executing this script.
If the script fails, try this:
$perl -d AST_CRON_mix_recordings.pl
This will run the script in debug mode, check what causes the failure of the script while running in debug mode and post the error here.
I hope this will contribute to the solution of your problem.
JanuariusTM