Carlos Medina
2004-Jun-22 13:47 UTC
[Asterisk-Users] Unify Incoming and Outgoing sound files
Hi, i have a call center which receives many calls at day. Those calls are stored in a directory in my asterisk server as WAV files. The problem is that each call is divided in 2 files: an IN.WAV file and OUT.WAV file. The OUT.WAV file is what im speaking to other person, the IN.WAV file is what that person is speaking to me. I need to unify that files into one complete file that consolidate a complete call, i dont know if there is an application that can do that. Thanks for your help Carlos Andres Medina. --------------------------------- Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040622/778e3512/attachment.htm
James W. Brinkerhoff
2004-Jun-22 14:08 UTC
[Asterisk-Users] Unify Incoming and Outgoing sound files
soxmix will do it... On CVS HEAD asterisk Monitor() has an option to automate this after each call. Do a 'show application monitor' to see all the options. -jwb On Tuesday 22 June 2004 04:47 pm, Carlos Medina wrote:> Hi, i have a call center which receives many calls at day. Those calls are > stored in a directory in my asterisk server as WAV files. The problem is > that each call is divided in 2 files: an IN.WAV file and OUT.WAV file. The > OUT.WAV file is what im speaking to other person, the IN.WAV file is what > that person is speaking to me. I need to unify that files into one complete > file that consolidate a complete call, i dont know if there is an > application that can do that. > > Thanks for your help > > Carlos Andres Medina. > > > --------------------------------- > Do you Yahoo!? > New and Improved Yahoo! Mail - Send 10MB messages!
Carlos Medina wrote:> Hi, i have a call center which receives many calls at day. Those > calls are stored in a directory in my asterisk server as WAV files. > The problem is that each call is divided in 2 files: an IN.WAV file > and OUT.WAV file. The OUT.WAV file is what im speaking to other > person, the IN.WAV file is what that person is speaking to me. I need > to unify that files into one complete file that consolidate a > complete call, i dont know if there is an application that can do > that. > > Thanks for your help > > Carlos Andres Medina. > >Are the wav files synched to the same time base? In other words, do they start and end in the proper time frames, where if you 'stacked' one on top of the other, would the conversation make sense? If so, soxmix will do the trick Man soxmix
Soren Rathje
2004-Jun-22 14:55 UTC
[Asterisk-Users] Unify Incoming and Outgoing sound files
----- Original Message ----- From: "Carlos Medina" <carlosandres_23@yahoo.com> To: <asterisk-users@lists.digium.com> Sent: Tuesday, June 22, 2004 10:47 PM Subject: [Asterisk-Users] Unify Incoming and Outgoing sound files> Hi, i have a call center which receives many calls at day. Those calls are stored in a directory in my asterisk server as WAV files. The problem is that each call is divided in 2 files: an IN.WAV file and OUT.WAV file. The OUT.WAV file is what im speaking to other person, the IN.WAV file is what that person is speaking to me. > I need to unify that files into one complete file that consolidate a complete call, i dont know if there is an application that can do that. > > Thanks for your help > > Carlos Andres Medina. >http://www.google.com/search?q=site:www.voip-info.org+merge+recorded+calls should give you: http://www.voip-info.org/wiki-Monitor+setup+sample Half way down the page is what I presume you are looking for. <quote> Don't forget to make the /var/spool/asterisk/monitor directory! Finally, mix_monitor_files.pl does the mixing job and combines the in and out files </quote> -- S?ren