search for: mixmonitor

Displaying 20 results from an estimated 380 matches for "mixmonitor".

2011 May 05
2
[Asterisk 1.8.3.2] Mixmonitor not working on member(calling part) channel of Queue.
Hi, I have a simple Queue(named 1) and one Member(SIP/1119) logged into it. Now when a caller is placed into Queue and gets connected with Member, I want to record the call. It does record the call when I use MixMonitor() before placing the caller into Queue, but not when MixMonitor() is used in macro which is called upon Member answering the call. Following is my dialplan... [mixmonitortest] exten => 1212,1,Noop(########## Test mixmonitor with Queue ##########) same => n,MixMonitor(testmixmonitorA.wav,W(4...
2006 Feb 17
3
MixMonitor and command
Has anyone had any success using the MixMonitor() plus "command" as nothing I have tried works. I am using 1.2.1 I did google the archive but couldn't see any mention of anyone using this. What I am hoping to do is run a macro on hangup, current method I am using seems to miss some calls 5% of calls fail to mix / convert to mp3 e...
2013 Mar 07
2
Recording with MixMonitor and AGI
Hi, I am developing a call recording application on Asterisk 11.2 and have this configuration in my dialplan: [macro-ccdev2-rec] exten => s,1,MixMonitor(${ARG1},b) [outgoing-originate] exten => _X.,1,NoOp(Will send call to ${EXTEN}) exten => _X.,n,Dial(SIP/${EXTEN}@x.y.z) [outgoing-originate-rec] exten => h,1,Agi(agi://localhost/ajpbx.agi?path=uploadrec&callid=${CC_CALLID}) exten => _X,1,NoOp(Will send call to ${EXTEN}, CC_CALLID...
2012 Jan 25
3
Executing Script after MixMonitor is called
Hello Guys, I am trying to convert files that are .wac to mp3 after mixmonitor command is called but it doesnt execute the command, I tried the command in terminal it worked, any help please ... below is my dial plan exten=6500,n,Set(MIXMONITOR_EXEC=&& nice -n 19 /usr/local/bin/lame -b 8 -t -F -m m --bitwidth 8 --quiet "/var/spool/asterisk/monitor/${CALLFILENAME}...
2006 Mar 02
2
MixMonitor Problems -- sssshh, don't be too loud
Hey, I've come across two interesting problems today. First, when recording long calls using Monitor(), it appears the in and out channels become out of sync. It seems like one channel happens faster or has data missing when sox mixes them together. Digging around, I found MixMonitor, which skips the whole soxmix process. I figured that removing that step could only help. Now it seems that if I'm really loud on a call, MixMonitor stops recording. The wav file stops growing. The log says nothing. When you hang up the call, MixMonitor reports that it is exiting, even though...
2011 Sep 21
3
RESEND: Mixmonitor command parameter problem on Asterisk 1.8.4
...te. Thx in ad. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Ikka - Mitra Kreasindo Sent: Wednesday, September 14, 2011 5:02 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] Mixmonitor command parameter problem on Asterisk 1.8.4 Dear all. I'm using MixMonitor command in my dialplan, and I used the "command" parameter to execute some thing after recording the file. I used the command parameter to convert the wav file that created earlier to MP3 and than d...
2006 Apr 03
3
Monitor or mixmonitor
Hi all, I am setting up a script to record all the call. There are two app for recording. "Monitor" and "Mixmonitor", one mixing the audio on the fly and one mixing it at the end but also allow a option not to mixing the audio at all. If mixing the audio on the fly is not that taxing on the CPU, I would like to use 'mixmonitor' app. My question is, what is penalty on the CPU when mixing the audio on...
2018 Jul 05
3
MixMonitor and ChanSpy whisper
Hello Asterisk list, Hope you are all doing well! We are using the MixMonitor application to record the calls and under some situations the call can be spied using ChanSpy with whisper enabled. Sometimes the spying channel is a person who can interact in the call, and some other times it is a sound file playing a message. The problem is that for some reason the MixMonitor do...
2006 Dec 13
3
MixMonitor and Queues
...nd I'm not quite sure how to do it. Here's how I'm currently set up: - Call comes in and is placed into Queue #1 (which rings all phones for 15 sec). - If call drops out of this queue, it is placed into Queue #2 (which plays MoH until the call is picked up). I've tinkered with MixMonitor and I have my queues set up, but I'm not sure how to combine the two. Ideally, I'd like to only record once the call comes out of queue (no point in recording hold music, unless I want to hear people mumble about how lousy a company we are for placing them on hold ;) ) On a semi-rela...
2011 May 03
1
How to debug MixMonitor misbehaviour
Hi everyone, For some reason MixMonitor doesn't record when it should; It actually shows the MixMonitor line just fine on the CLI. How can MixMonitor be debugged for things like privilege issues or filename issues? **I had this working at one point and then stopped working. Not sure what I changed. System Info: Asterisk 1.4.21.2 Qu...
2008 Jan 09
0
[asterisk-dev] MixMonitor doesn't work right with SIP and Zap/Flash transfers
...es wrote: > Hey guys, I don't know if this is the right place to ask this. I was > thinking about reporting a bug, but maybe it's better to sort out if > this is really a bug or just me being lame. > > I want to record *every* call in my Asterisk box, so I use the > MixMonitor() application like this is my extensions.conf: > > exten => _0X.,1,Answer() > exten => _0X.,n,MixMonitor(${CALLERID(num)}-${STRFTIME($ > {EPOCH},America/Sao_Paulo,%Y-%m-%d-%H-%M-%S)}-${EXTEN}.wav) > exten => _0X.,n,Dial(IAX2/pabx-canall/${EXTEN},60,tT) > > exten =&g...
2013 Jul 12
1
Using PauseMonitor with MixMonitor
Hi I'm using asterisk 1.8 on CentOS 5 I'm initiating call recordings with MixMonitor and trying to pause them with the features.conf. Whenever I try to pause the recording the call dies. Is PauseMonitor incompatible with MixMonitor? Here are some key log excerpts features reload == Parsing '/etc/asterisk/features.conf': == Found == Registered Feature 'testfeatu...
2012 Feb 02
1
MixMonitor and ChanSpy
Hello, ChanSpy can not be used on a Channel that is being recorded with MixMonitor. How can I verify if a channel which I want to spy on, is currently not being recorded ?! Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120202/7954fe9e/attachment.htm>
2007 Jun 18
2
MixMonitor Timestamp problem
hi, I am facing some issues while using MixMonitor. My extensions logic is attached below: exten => s,1,MixMonitor(${CALLERID(number)}-${TIMESTAMP}-${UNIQUEID}.gsm,b) in this extensions TIMESTAMP is not working in Asterisk 1.4. can any help me why TIMESTAMP is not working in Asterisk 1.4. regards, Asif
2010 Jan 20
1
Setting MixMonitor options from Queue
Hello, We are recording our calls to queues by putting the appropriate options in our "queue.conf". This is all working properly. We would now like to set the MixMonitor option to adjust the caller volume (which is very quiet). With the regular MixMonitor application, we would just add the "v4" option to make it much louder. I don't see a way to set this option when MixMonitor is started from the queue. Does anybody know of a way to set MixMonitor...
2014 Aug 27
1
features.conf and mixmonitor stop and start
Hello, I have a recording started in the dialplan with the MixMonitor application. I want to be able to stop it during a call and maybe restart it. I tried using the value defined in [featuremap] but it starts another MixMonitor application even if there already one instead of stopping it. Any idea on how I can stop the MixMonitor application while it is running?...
2007 Jun 16
2
MixMonitor Problem
Hi, I am facing some issues while using MixMonitor and StopMonitor. My extensions logic is attached below: exten => s,1,MixMonitor(${CALLERID(num)}_${TIMESTAMP}.gsm,b) exten => s,2,Dial(SIP/101,13) exten => s,3,StopMonitor() exten => s,4,NoOp(Dial Status: ${DIALSTATUS}) exten => s,5,Goto(sss-${DIALSTATUS},1) exten => sss-NOANSWE...
2015 Apr 22
1
MixMonitor Files Always Empty
...ry to bump this one but I still have this problem. The file is always created but is always zero size. This is the dial plan that records the call: exten = _0[1-8]X.,1,Set(CALLFILENAME=/var/spool/asterisk/callrecordings/its/${STRFTIME(${EPOCH},,%Y/%m/%d)}/Outbound-${UNIQUEID}) exten = _0[1-8]X.,2,MixMonitor(${CALLFILENAME}.gsm,b) The dial plan then calls a macro that makes the call. I?ve tried adding a StopMixMonitor after calling the macro but that did not help and I have tried putting an Answer() at the start of the dial plan. I am currently using the Monitor application instead which is working O...
2008 May 19
2
Recording problems, reinvites
Hello, I'm wondering if anyone else has been observing problems lately with 1.4.18 and higher releases of asterisk not properly recording calls. When using MixMonitor, the resulting file is only a few bytes long. I think this is because asterisk is doing Native bridging even though MixMonitor should block that. Did something change around the release of 1.4.18 that would have changed the behaviour? I thought that when ChanSpy, MixMonitor, and the like are...
2009 Aug 11
1
MixMonitor and Transcoding..
Can't find an answer to this, but maybe I've not looked hard enough ... Does MixMonitor work without transcoding? ie. if I have a g729 stream passing through and I'm recording it with e.g. MixMonitor(/dump/filename.g729,b) and specify g729 in the filename, does MixMonitor transcode both legs of the stream to a format it can then "mix" then transcode it back to g729 t...