Displaying 20 results from an estimated 30000 matches similar to: "MixMonitor write issue"
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
2006 Nov 20
4
Auto recording calls?
Howdy, folks.
I'm having a problem finding a way to auto-record calls (both incoming
and outgoing). I know how to make it so either party can initiate
recording, but I want it done as soon as both ends are connected (or
prior to that if that's what it takes). It's probably right in front
of me and I'm just missing it. Any help would be much appreciated.
Thanks,
Jay
2007 Jan 15
2
Recording queue calls after an xfer?
I have a problem where my recorded queue calls stop recording once the
call is transferred to a different extension. Is there some additional
parameter I need to set so recording continues? Is it even possible to
do this?
Thanks,
Jay
2007 Jul 18
2
Flash(), Centrex Lines, and 3 way calling
Greetings, List.
I have my Asterisk box setup with 8 Centrex lines that were "left over"
from our old PBX system. My boss is asking me to set up Asterisk so
that he can flash hook and make an outgoing call on the same line to
have a 3 way call.
This is what he wants to do:
1) Incoming call on his Centrex line
2) Flash hook and dial a new number (goes out the same line)
3) Flash
2007 Jul 26
7
Queue stats
Greetings, list!
My boss would like some statistics on how many calls are answered out of
specific queues during a given time period, and I'm not sure how exactly
to obtain those stats. Here's how our queue system works.
1) Call comes in and enters our 'ring' queue where the phones ring for
15 seconds (caller hears the standard ring tone).
2) After 15 seconds, the caller
2008 Jan 17
3
AEL includes?
How do I include a file (not a context) in AEL? #include "filename"
returns an error.
Thanks,
Jay
2008 Jun 03
8
Any reason to *not* use AEL? (Also, MixMonitor q)
I am building a new Asterisk server here at the office, and I'm
wondering if there are any downsides to creating my dialplan with AEL.
It seems more intuitive (to me), but I'm not sure if there are any
pitfalls I need to be aware of first.
We use this for internal extensions, 8 pots lines, and our answering
service which gets about 500 incoming calls a day down our T1.
Also, one more
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})
2007 Jun 18
2
Blind xfer issue -- URGENT!
Greetings, folks.
I'm having a problem with blind transfers. It seems that, despite not
having the T flag set, callers are able to use the blind transfer option.
Scenario is this:
- Asterisk 1.2.14
- Caller calls into our call center on one of our many phone numbers.
- Call gets placed into queue.
- Operator answers call.
- Caller is able to hit our blind xfer key sequence (#0) and dial
2007 Jan 25
1
Cannot xfer parked callers
Here's how it's currently working:
1) Call comes in
2) Operator parks call (700)
3) Operator picks up call on another phone (701)
4) Operator tries to transfer to a different phone (we use #0) but the
transfer doesn't work.
We can transfer initial callers all we want and it works fine. Once a
call is parked, however, we can no longer transfer the caller.
Any ideas?
Thanks,
Jay
2006 Nov 09
1
Quick Q...
Before I make any serious gaffes, is this an acceptable place to post
PHPAGI questions as well? I can't seem to find a dedicated mailing list
for it. If not, any suggestions?
Thanks,
Jay
2010 Aug 12
1
Recording the conversation with MixMonitor() ends when the call is transfered
Hello.
I notice that when a call that is recorded with MixMonitor is transfered
to another co-worker, the recording ends.
exten => 409,n,Macro(SDstartrecording,external,${DID})
the incoming call then goes to a queue...
[macro-startrecording]
; ARG1 = incoming DID or CALLERID(name)
; ARG2 = outgoing dialnumber
...
exten => s,n,MixMonitor(/var/ftp/${NR}/${recordfile},b,chown -R
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
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]
2007 Feb 16
1
MixMonitor & RingBack Tone Issue
Hi,
I use in Production : Asterisk 1.2.9.1
We Use Asterisk as a SIP Transit Server to record centrally all the calls.
The call flow would be:
incoming calls : PSTN -> GW -SIP-> Asterisk(Record) -SIP-> Softswitch -> IP
Phone
outgoing calls : IP Phone -> Softswitch -SIP-> Asterisk(Record) -SIP-> GW
-> PSTN
Dial plan in Asterisk is quite simple:
[record]
exten =>
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
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
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