Page 1 of 1

Can I choose what file format to save call recordings in?

PostPosted: Thu Oct 16, 2014 11:21 am
by Oceans247
Can I choose what file format to save call recordings in?

Re: Can I choose what file format to save call recordings in

PostPosted: Wed Oct 29, 2014 8:13 am
by DomeDan
Yes.

login as root to the asterisk server and run crontab to change the row:
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 --GSW

change the flag at the end to make the script convert to any of these formats: gsm, mp3, ogg, gsw

Re: Can I choose what file format to save call recordings in

PostPosted: Wed Oct 29, 2014 8:26 am
by Oceans247
thank you for your help