[asterisk-bugs] [Asterisk 0016740]: [patch] New mute feature for MixMonitor

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Apr 21 07:41:07 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16740 
====================================================================== 
Reported By:                jmls
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   16740
Category:                   Applications/app_mixmonitor
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     ready for review
Asterisk Version:           SVN 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 244062 
Request Review:              
====================================================================== 
Date Submitted:             2010-01-31 03:28 CST
Last Modified:              2010-04-21 07:41 CDT
====================================================================== 
Summary:                    [patch] New mute feature for MixMonitor
Description: 
for PCI-DSS compliance we are not allowed to record a credit card number is
a MixMonitor file. However, we must record all conversations ....

I have added a new feature to audiohooks so that you can mute either read
/ write or both types of frames - this allows for MixMonitor to mute either
side of the conversation without affecting the conversation itself.

MixMonitor now has two manager commands

1) manager show command MuteMixMonitor
Action: MuteMixMonitor
Synopsis: Mute a channel in MixMonitor
Privilege: <none>
Description: Mutes a Mixmonitor Channel.
Variables:
  Channel: Channel to mute.
  Direction: Which part to mute. read|write|both (from channel|to
channel|both channels).

2)  manager show command unMuteMixMonitor
Action: unMuteMixMonitor
Synopsis: unMute a channel in MixMonitor
Privilege: <none>
Description: unMutes a Mixmonitor Channel.
Variables:
  Channel: Channel to unmute.
  Direction: Which part to unmute. read|write|both (from channel|to
channel|both channels).



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

---------------------------------------------------------------------- 
 (0120681) svnbot (reporter) - 2010-04-21 07:41
 https://issues.asterisk.org/view.php?id=16740#c120681 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 258190

U   trunk/apps/app_mixmonitor.c
U   trunk/include/asterisk/audiohook.h
U   trunk/include/asterisk/frame.h
U   trunk/main/audiohook.c
U   trunk/main/frame.c
U   trunk/res/res_mutestream.c

------------------------------------------------------------------------
r258190 | jmls | 2010-04-21 06:27:27 -0500 (Wed, 21 Apr 2010) | 13 lines

Added MixMonitorMute manager command

Added a new manager command to mute/unmute MixMonitor audio on a channel. 
Added a new feature to audiohooks so that you can mute either read / write
(or both) types of frames - this allows for MixMonitor to mute either side
of the conversation without affecting the conversation itself.

(closes issue https://issues.asterisk.org/view.php?id=16740)
Reported by: jmls

Review: https://reviewboard.asterisk.org/r/487/


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=258190 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-04-21 07:41 svnbot         Note Added: 0120681                          
======================================================================




More information about the asterisk-bugs mailing list