Page 1 of 1

voice files are not joining in recording in /monitor/done

PostPosted: Thu Aug 17, 2006 5:29 am
by abhasbajpai
At last my vicidial is working
the only problem i am facing is voice file are not joinig in
/var/spool/asterisk/monitor/done
the files are in in and out format in
/var/spool/asterisk/monitor/orig
how cani do that they should be joined
so that we can get the desired output
i have installed sox
how to know is it working or not
BTW i am using codec
codec_g729-gcc-pentium4.so

help needed

PostPosted: Thu Aug 17, 2006 7:36 am
by mflorell
You will need to be more descriptive than just saying it is not working. What happens when you run one of the AST_CRON_recording_mix... scripts manually?

Are there files in the /var/spool/asterisk/monitor directory?

If so what do they look like?

Same for the DONE and ORIG directories

PostPosted: Fri Aug 18, 2006 5:32 am
by januariustm
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

PostPosted: Fri Aug 18, 2006 10:55 pm
by abhasbajpai
trying and tell u the result
thanks it worked