similar to: MixMonitor and Queues

Displaying 20 results from an estimated 10000 matches similar to: "MixMonitor and Queues"

2008 Nov 15
0
RV: MixMonitor and Queues
Hi, I'm noticing MixMonitor records 5 seconds aprox less of a call. The recording is iniciated via Queue and ends at the hungup. (gsm format), when I listen to the audio file, has 5 seconds missing at the end of the call. Any idea?? thanks ASt.1.6.0.1 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Nov 17
1
MixMonitor Problem
Hi, I'm noticing MixMonitor records 5 seconds aprox less of a call. The recording is iniciated via Queue and ends at the hungup. (gsm format), when I listen to the audio file, has 5 seconds missing at the end of the call. Any idea?? thanks ASt.1.6.0.1 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 09
0
[asterisk-dev] MixMonitor doesn't work right with SIP and Zap/Flash transfers
Vinicius Fontes 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 =>
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 etc. Was hoping that MixMonitor would fix this.
2006 Feb 10
1
2wav2mp3, monitor, mixmonitor, mpg123, queues
Hello! I'm using Asterisk for our office telephony, but we have some problems that still we can't resolve about it. Here they are: 1) merge in/out call recording files I also tried to use a script I found on the internet, called 2wav2mp3 In extensions.conf I added the following lines ; script to be executed when monitoring has been finished MONITOR_EXEC=/usr/local/bin/2wav2mp3 exten
2006 Dec 13
3
MixMonitor and Queues
Greetings, all. I would like to record calls that are entered into queues and 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
2008 Feb 27
1
Call recording problems from queue
Hello, I'm trying to set up call recording for a queue. Right now the recording appears to work correctly, but when I call and chatter for a minute or so, at the end of the call I end up with a very small file (less than 100 bytes), which contains about .06 seconds of silence. If I talk for another minute, this file will get up to 200 bytes or so. In my queue configuration, I have: [testq]
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]
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
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})
2010 Dec 01
0
MixMonitor not recording in version 1.8
Greetings. Just updated from 1.4.22 to 1.8. Minor changes in dialplan and things work ok. Except for one thing. I have a call to MixMonitor. This is implementing a dictaphone kind of app. With forwarding recordings to email and storing them on the server. The process works so that we dial into Asterisk and answer the phone, initiate MixMontior and WaitExten until recording finishes. Problem is
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
2015 Jul 06
0
Asterisk 13.4.0 - mixmonitor only records one side's perspective
Hi All I have a problem with mixmonitor in 13.4.0 doing the following: 1. Caller phones in 2. Reception picks up 3. Talks to caller 4. Does attended transfer, talks to manager to screen the caller wanting to speak to him 5. Complete the transfer by putting down her handset so the caller can speak to the manager 6. Caller talks to the manager The problem is that mixmonitor only records
2010 Jan 05
0
Get Queue Info
Hi, I have a difficulty on my Asterisk's database.How can I get the info about list of ringing agents on my queue In console : -- Started music on hold, class 'default', on DAHDI/77-1 *-- SIP/6002-00cc0f90 is ringing -- SIP/6004-00c23270 is ringing -- SIP/6005-00be6220 is ringing* -- SIP/6004-00c23270 answered DAHDI/77-1 -- Stopped music on hold on DAHDI/77-1
2008 Sep 04
0
MixMonitor + Originate
Hi everyone, I'm trying to get calls to record with the following setup: Using phpagi originate is called from a web application: $asm->originate("Local/" . $row['extension'] . "@sip-standard", $row['phone_number'], "sip-standard", "1", "", "", "7000"); The agent being called is extension Local/101 at
2009 Mar 12
0
recording (mixmonitor) stopped of transfer/call parking after queue
Hi all, I enabled recording (mixmonitor) in queue and process started after queue member pick the call. But recording will stop after picking up by another extensions of call transfer/parking in the same call. Is it possible to continue to record the call for call parking/transfer, how? Rgds, ango
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
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-NOANSWER,1,VoiceMail(777 at salesvoice) exten =>
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? [featuremap] automixmon =>
2014 Dec 12
1
Corrupt MixMonitor recordings - .gsm format
Hi all Asterisk 1.8.11.0 on Centos 6.5 My VOIP phones are using G729 to a G729 trunk from a vendor (Centracom, South Africa). Unlicensed G729 codec version on server. 75% of my .gsm files from MixMonitor are coming up corrupted about 3 minutes into the recording. The server has been up for 7 months beforehand with no problems with recordings to .gsm format files. I noted