similar to: MixMonitor + Originate

Displaying 20 results from an estimated 2000 matches similar to: "MixMonitor + Originate"

2008 Dec 02
1
MixMonitor and ChanSpy strangeness...
Hello there... Noticed some strangeness going on with mixmonitor and chanspy, the called (External SIP) party seem to be responding before the calling party (Internal SIP) on call recordings and also when you listen in using chanspy. as far as the agent (calling party) is conserned the conversation is perfectly normal... just not the recordings that are produced, or any spying that's going on
2010 Aug 17
1
MySQL Connect problem...
Right, I'm baffled. I have: exten => s,1,MYSQL(Connect DB1 127.0.0.1 geraint xxx amis2) exten => s,n,MYSQL(Query NORESULT ${DB1} INSERT\ INTO\ recordings\ (caller_number\,called_number\,date_created\,date_started\,in_use\,server_id)\ VALUES\ (\'${CALLERID(number)}\'\,\'${ARG1}\'\,NOW()\,NOW()\,\'Yes\'\,12)) exten => s,n,MYSQL(Query RESULT1 ${DB1} SELECT\
2009 Apr 23
2
Asterisk Capacity
Hi Guys, I have a strong feeling the loads on my servers will be shooting up soon... anyone got any idea how many calls i can expect to put through a DL360: Dual Quad Core 2.33ghz 4gb RAM with 1gb allocated for a ramdisk (call recordings) This server is recording calls (mixmonitor), codec is gsm (no conversion). I know there's a lot of other things to consider like AGI scripts and such
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 =>
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]
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 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
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
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 =>
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
2015 Apr 22
1
MixMonitor Files Always Empty
Hi, sorry 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
2014 Feb 05
2
answering machine screening with MixMonitor
I'm using asterisk 1.8 as an answering machine. I'd like to hear the calls it answers aloud in case I want to pick up and interrupt the call. There are a few articles describing, for example, three-way calling a monitor phone set to auto-answer, but I couldn't find anything that described how to just send the audio to a local speaker. I am currently using MixMonitor to append the
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 Queuemetrics 1.6.3.0 [queuedial] ; this piece of dialplan is
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 to
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 =>
2007 Jan 28
0
Trouble outgoing VOIP Provider Calls
I have a weird problem.... Asterisk 1.4 E100P connected to a Panasonic TDA phone system Here is what I get SIP Ext -> Panasonic Extensions No Problems Panasonic Ext -> SIP Extensions No Problems SIP Ext -> VOIP Provider No Problems Panasonic Ext -> VOIP Provider Errors ---------- Working SIP -> VOIP -- Executing [903........@from-sip:1]
2007 Jan 08
0
MixMonitor write issue
Greetings, I am using MixMonitor to record my outgoing calls. It seems that MixMonitor will not write to a directory if it doesn't exist (ie - it doesn't create a new directory if needed). I have checked to ensure permissions are properly set, and if I manually create the directory, MixMonitor behaves normally. Rather than send several 'mkdir' commands each time I want to
2008 Nov 28
1
MixMonitor with non-20ms packets
Hi, MixMonitor saves partial conversation when non-standard voice packet size is set (Asterisk 1.4.18.1). For example, if SIP-peer has alaw:30 then saved file would contain only 67% of total conversation. With alaw:20 MixMonitor saves 100% of conversation. It seems that MixMonitor has hardcoded "packets per second" or "samples per packet" values. I did a lot of googling, but
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