Displaying 20 results from an estimated 20000 matches similar to: "Unable to remove Monitor IN / OUT wav files - Timing error"
2006 Mar 14
1
invalid wav gsm frame size: 1 bytes ??
I couldn't find any specific reference to this but maybe Im missing
something completly...
anyways, when trying to mix a few wav files together post-recording (the
-in/-out files) using a pretty vanila soxmix line, I get the error:
Done Mixing OUT115-20060215-150749-1139976460.7898-out.WAV.....
Mixing OUT115-20060215-155022-1139979011.8787.....
/usr/bin/soxmix: invalid wav gsm frame size: 1
2004 Nov 28
3
soxmix
Does soxmix works with asterisk ver. 0.9?
I have ver. sox-12.17.5 on Gentoo but the option "m" does not combine
two WAV files (In and Out) into one file. I have two separate files
in /monitor folder.
exten => 711,1,SetVar(CALLFILENAME=${EXTEN:1}-${TIMESTAMP})
exten => 711,2,Monitor(wav,${CALLFILENAME},m)
exten => 711,3,Dial(${sales_support},20,r)
exten =>
2008 Jan 14
1
Asterisk 1.4 Call Recording
I am trying to record a call into a stereo mp3 in Asterisk 1.4, but I can't seem to get it to work correct. Could someone point me to what I need to do? I have attached what I believe are the relevant parts.
[globals]
; script to be executed when monitoring has been finished
MONITOR_EXEC=/usr/local/bin/2wav2mp3
; uncomment this line if you are using Ogg Vorbis
2003 Aug 17
3
Monitor application temporary hack
[apologies for no line wrap; config lines at bottom]
I have mentioned on several threads here that the Monitor application doesn't do exactly what one would expect: the originating and answering legs of a call are unsynchronized by the duration of the interval that it takes for the answering leg to pick up the phone. This can be very distracting in a final mixed version of the file.
Brian
2004 Nov 28
1
OT: mixing monitor files to stereo wav
Hi,
i am looking for a tool to merge the two wav files of a monitored call
into one. soxmix does that well but actually merges the two channels.
I would prefer a solution that creates a stereo wav file of the two mono
files so you have the called party on one (e.g. left) channel and the
calling party on the other (e.g. right).
I can do this interactivly using audacity but i am looking for a tool
2004 Jan 11
2
macro error "exited non-zero"
On this macro I keep getting exited non-zero on s,3, but s,3 is doing what
it is suppose to do but the macro stops. Is there a way to make a macro
ignore errors and continue to s,4? I have the lattes ver of sox 12.17.4.
Also if I just run this line from the command line I don't get an error.
[root@redhat monitor]# sox in.wav in-rev.wav reverse
[root@redhat monitor]#
[macro-record-cleanup]
2004 Jan 20
1
help - recording both sides of a conversati on
This is what I'm doing it gets you both sides of the phone call...small
size...and playable on windows through a share. My notes:
On redhat 9 I have to run the following command for asterisk to start
LD_ASSUME_KERNEL=2.4.1 asterisk -vvvvgc
[macro-record-on]
exten => s,1,SetVar(CALLFILENAME=${TIMESTAMP}-${ARG2}-${ARG1})
exten => s,2,Monitor(wav,${CALLFILENAME})
;exten =>
2005 Aug 08
0
Problems with cmd monitor
Was using this monitor line to get soxmix to mix test-in.wav and test-
out.wav into test.wav.
exten => 1200,1,Monitor(wav|/tmp/test|m)
When I start the conference, the * console shows this:
monitor executing ( nice -n 19 soxmix "//tmp/test-in.wav" "//tmp/test-
out.wav" "//tmp/test.wav" && rm -f "//tmp/test-"* ) &
/tmp shows test-in.wav,
2005 Sep 18
5
Monitor and sox mix quality
Hello All,
I am using monitor with soxmix, however the quality seems somewhat low
after sox converts to mp3.
Does anyone know a way to get a higher quality file? Some of my lines
are coming in on isdn.
Regards,
Greg
2004 Sep 10
1
vorbis+flac compression
It seems, that oggenc-ing audiofile, and then flac-ing diffrences
between original file and vorbis compressed file gives a little better
compression than simply flac-ing. I've tested it on one file only:
file.wav 55829468 bytes
flac -8 file.wav
file.flac 37924329 bytes (0.6793 of original)
oggenc file.wav
file.ogg 4784799 bytes
oggdec -o ogg.wav file.ogg
sox tmp.wav ogg-.wav vol
2005 Jul 12
2
monitor using incorrect path
Hello,
I have been noticing the following behaviour with the monitor command..
Normally it records to the default location and then uses soxmix to
create the correct wav file.
But for some reason sometimes it doesn't use
/var/spool/asterisk/monitor/.. but //var/spool/asterisk/monitor/..
(notice the 2 // in front!)
Here is some logging:
monitor executing ( nice -n 19 soxmix
2006 Mar 14
3
Voice volume using Monitor application
I am using the Monitor() application (with soxmix for
combining the audios) and the voice connected to the phone network is
recorded at a lower volume then the voice connected directory to the Zap
analog phone card. How can I get both the audios to be at the same
volume on recording?
Thanks
Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Dec 01
2
Asterisk Call Monitor and soxmix error
Asterisk Monitor seems to be working fine. Though the problem I am
having is the two files (in & out) muxing.
I added ,m to the string, yet the call records two files still, and I
get the resulting error, at the bottom.
monitor executing ( nice -n 19 soxmix
/var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:4
8:23-in.gsm
2005 Aug 12
1
Call recording, monitor & soxmix in Asterisk 1.0.9
Hi,
Monitor and soxmix (m option) work fine in CVS Head, not in Asterisk 1.0.9, as the Wiki says.
http://www.voip-info.org/tiki-index.php?page=Monitor+setup+sample
Anyway I am wondering why asterisk 1.0.9 console shows on Hang up: "monitor executing ( nice -n 19 soxmix "//var/spool/asterisk/monitor/45/47-20050812-113631-in.wav"
2004 Nov 25
3
Playing reveived message WAV file
After somebody records a message asterisk notifies me and encloses the
WAV file. Though I'm not sure if this is a WAV format. I can not play
it.
According to the file specification it is:
msg0000.WAV: RIFF (little-endian) data, WAVE audio, GSM 6.10, mono 8000
Hz
How to play received message?
--
#Joseph
2009 Apr 14
5
.GSM -> .WAV (or ,MP3) Conversion
Hey there,
I'm trying to convert some call recordings from asterisk we have in .gsm
format to something I can pipe through ffmpeg - wav would be good, mp3
would be amazing!
I've been trying playing with sox but I don't seem to be getting too far
with
1239101491.30.gsm -ql -r 64000 -t wav 1239101491.30.conv.wav resample
as ffmpeg borks at it:
tim at freee-meee:~/dmc/call
2004 Nov 29
1
Record() and problems converting with sox.
Hi,
I'm trying to convert a high(er) quality wav/ulaw/alaw file (captured with
Record()) to a gsm file and can't get the bugger to work. The example on the
page http://www.voip-info.org/wiki-Asterisk+sound+files says that:
$ sox inputfile.wav -r 8000 -c 1 outputfile.gsm resample -ql
Should work, but I get the error message:
sox: Input and Output rates must be different to use resample
2004 Dec 11
1
Can't capture "-1" return on Dial command
How can I capture a "-1" result on a Dial command? Basically, I have the
following setup, and I want to be able to process the audio file after the
outbound call has been done regardless how how it ends.
No matter how the call ends, I can't get "macro-record-stop" to run.
Any help would be great.
-Eric
<from extensions.conf>
[macro-dialanalog]
exten =>
2008 Sep 16
1
how to force Asterisk 1.4 to use soxmix
Hi,
is there anybody who knows how to force Asterisk 1.4 to use soxmix
instead of sox?
Thank you.
Giorgio
2008 Mar 13
3
Newbie One-touch Recording: Does not work (more info)
I thought it was quite easy to implement but I cannot get one-touch
recording to work. Here are the changes what I did:
I restarted Asterisk after the change (because reload does not work for
changes in features.conf).
I press *1 on the Polycom IP600 phone to record a conversation but no
new wav file appear in /var/spool/asterisk/monitor or elsewhere.
Test A: Outside line calling in