recording of calls to mp3 format
Posted:
Thu Mar 27, 2008 12:09 am
by howellrepaja
hi can anyone tell me how to record calls in mp3 format. thanks.
yes
Posted:
Thu Mar 27, 2008 1:44 pm
by eliasferreyra
yes do it
cron entry
### 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
or
### 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.pl
Posted:
Thu Mar 27, 2008 3:51 pm
by enjay
In other words you cannot record to MP3 directly you need to record to wav and convert to mp3 via one of the MIX scripts located in /usr/share/astguiclient
read the headers of those files to determine which one best fits your requirements.
-Art
Posted:
Fri Mar 28, 2008 1:29 pm
by mflorell
In SVN trunk there are some really nifty new scripts for handling recording audio. They are now separated by task and allow for compressing into GSM, MP3 and OGG as well as FTPing to an archive server, all while updating the location field in the database.
Just another improvement that will be in 2.0.5 when we release it.
hello
Posted:
Fri Mar 28, 2008 1:32 pm
by eliasferreyra
ok Matt , when are you going to release the 2.5?
Posted:
Fri Mar 28, 2008 1:39 pm
by mflorell
2.0.5 is still a few months away, there are several things that I am in the middle of developing that need to go in it before it will be ready for release. That doesn't mean it is not stable, there are two companies using it right now in production.
We should be releasing 2.0.4.1 soon though, it will contain several bug fixes to 2.0.4 as well as not requiring any DB schema changes from 2.0.4.
Re: yes
Posted:
Mon Mar 31, 2008 5:43 am
by howellrepaja
eliasferreyra wrote:yes do it
cron entry
### 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
or
### 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.pl
hi, i tried this one. it does not work on my machine. it still produce a .wav format.
do i have something miss this? thanks.
Posted:
Mon Mar 31, 2008 1:05 pm
by enjay
Why isnt it working is the question, what is the debug output?