[asterisk-bugs] [Asterisk 0015885]: Recording Stops After Transfer from Queue

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Sep 16 09:44:44 CDT 2009


The following issue has been CLOSED 
====================================================================== 
https://issues.asterisk.org/view.php?id=15885 
====================================================================== 
Reported By:                sum
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15885
Category:                   Applications/app_mixmonitor
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!): 212631 
Request Review:              
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-09-11 14:11 CDT
Last Modified:              2009-09-16 09:44 CDT
====================================================================== 
Summary:                    Recording Stops After Transfer from Queue
Description: 
This issue may be related 15233.
My Setup is: Queue recorded by Mixmonitor, seting MONITOR_FILENAME from
dialplan, and using the configuration of queue to record the calls, agents
are realtime queue memebers. The call enters the queue and is recorded ok,
but if a transfer is made the MixMonitor Stops, the ideal is to have all
the recording in one file till the end of the call, even if the call is
transfered again.

====================================================================== 

---------------------------------------------------------------------- 
 (0110789) lmadsen (administrator) - 2009-09-16 09:44
 https://issues.asterisk.org/view.php?id=15885#c110789 
---------------------------------------------------------------------- 
This is not a bug, although when I ran into it I thought it was too.

MixMonitor() will not continue past the transfer, however, Monitor() will.
If you need to mix the files, then you can use the 'm' option to
Monitor().

You also need to trigger the Monitor() before calling Queue(), because if
you do it on the Local channel after the Queue() when calling queue
members, it will be dropped as well because the Local channel is optimized
out of the call path.

Hope that helps! 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-09-16 09:44 lmadsen        Note Added: 0110789                          
2009-09-16 09:44 lmadsen        Status                   new => closed       
======================================================================




More information about the asterisk-bugs mailing list