[asterisk-bugs] [Asterisk 0018852]: [patch] MixMonitor does not record FollowMe calls when "on bridge" flag set

Asterisk Bug Tracker noreply at bugs.digium.com
Fri Mar 4 16:02:20 CST 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18852 
====================================================================== 
Reported By:                darren1713
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18852
Category:                   Applications/app_followme
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     acknowledged
Asterisk Version:           1.8.2.3 
JIRA:                       SWP-3167 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2011-02-20 23:40 CST
Last Modified:              2011-03-04 16:02 CST
====================================================================== 
Summary:                    [patch] MixMonitor does not record FollowMe calls
when "on bridge" flag set
Description: 
When a outbound call is generated through FollowMe, using
MixMonitor(file,b) never starts recording the call. Using MixMonitor(file)
records the entire file.

I suspect the FollowMe app is bridging the call in a non traditional
fashion and MixMonitor is not catching on.

Thanks,

EX:

[main]
exten => 123456789,n,Followme(XXXXXXXX)
[outbound]
exten => _1NXXNXXXXXX,1,MixMonitor(${UNIQUEID}_${CDR(accountcode)}.wav,b)
exten => _1NXXNXXXXXX,n,Dial(SIP/${EXTEN}@vitel-outbound)


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

---------------------------------------------------------------------- 
 (0132649) jrose (reporter) - 2011-03-04 16:02
 https://issues.asterisk.org/view.php?id=18852#c132649 
---------------------------------------------------------------------- 
Unfortunately Darren, the patch I just submitted won't quite fit your
intended behaviour and the MixMonitor will start recording once whoever is
dialled picks up the phone.  If you want MixMonitor to not start recording
until confirmation is made, currently you have to engage the MixMonitor
before you start FollowMe.

The new patch will make it record with the 'b' option on MixMonitor if you
use an option of 'l' on FollowMe. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-03-04 16:02 jrose          Note Added: 0132649                          
======================================================================




More information about the asterisk-bugs mailing list