Page 1 of 1

Recordings not converted to mp3

PostPosted: Wed Jun 11, 2008 2:55 pm
by ast1
I have the cronjob running
### recording mixing for Asterisk run every 5 minutes
1,6,11,16,21,26,31,36,41,46,51,56 * * * 1,2,3,4,5,6 /usr/share/astguiclient/AST_CRON_mix_recordings_MP3_DATE.pl

But I don't have any mp3s.
All I have is gsm formatted recordings.

Any idea???

PostPosted: Thu Jun 12, 2008 5:02 am
by mflorell
astguiclient version?

what is your recording exten?

do you have any other recording-related entries in your crontab?

PostPosted: Thu Jun 12, 2008 7:29 am
by ast1
astguiclient version is 2.0.4

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

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

### recording mixing for Asterisk run every 5 minutes
1,6,11,16,21,26,31,36,41,46,51,56 * * * 1,2,3,4,5,6 /usr/share/astguiclient/AST_CRON_mix_recordings_MP3_DATE.pl

PostPosted: Thu Jun 12, 2008 7:34 am
by ast1
where can I get my recording extension from?

PostPosted: Thu Jun 12, 2008 7:22 pm
by mflorell
AST_CRON_mix_recordings_MP3_DATE.pl does not work with the new 1,2,3 audio processing scripts.

What you need to do is remove the AST_CRON_mix_recordings_MP3_DATE.pl entry and change the GSM at the end of your step 2 script and replace it with MP3:

/usr/share/astguiclient/AST_CRON_audio_2_compress.pl --MP3

PostPosted: Fri Jun 13, 2008 7:53 am
by ast1
it worked. Thanks Matt