[asterisk-bugs] [Asterisk 0016167]: Chaspy always active Option ´o´

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Nov 5 15:28:40 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=16167 
====================================================================== 
Reported By:                marhbere
Assigned To:                jpeeler
====================================================================== 
Project:                    Asterisk
Issue ID:                   16167
Category:                   Applications/app_chanspy
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
Target Version:             1.6.0.16
Asterisk Version:           SVN 
JIRA:                       SWP-331 
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.0 
SVN Revision (number only!): 226533 
Request Review:              
====================================================================== 
Date Submitted:             2009-11-02 15:45 CST
Last Modified:              2009-11-05 15:28 CST
====================================================================== 
Summary:                    Chaspy  always active Option ´o´
Description: 
In Revision: 224179 were try aply the option o, but in the IF always take
the true : So only heard the outbound audio.

	if (ast_test_flag(chan, OPTION_READONLY)) {
		/* Option 'o' was set, so don't mix channel audio */
		f = ast_audiohook_read_frame(&csth->spy_audiohook, samples,
AST_AUDIOHOOK_DIRECTION_READ, AST_FORMAT_SLINEAR);
	} else {
		f = ast_audiohook_read_frame(&csth->spy_audiohook, samples,
AST_AUDIOHOOK_DIRECTION_BOTH, AST_FORMAT_SLINEAR);
	}

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

---------------------------------------------------------------------- 
 (0113231) svnbot (reporter) - 2009-11-05 15:28
 https://issues.asterisk.org/view.php?id=16167#c113231 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 228189

U   trunk/apps/app_chanspy.c

------------------------------------------------------------------------
r228189 | jpeeler | 2009-11-05 15:28:38 -0600 (Thu, 05 Nov 2009) | 11
lines

Fix the fix for chanspy option o 

In 224178, I assumed the uploaded patch was correct as it had received
positive
feedback. The flags were being checked in the incorrect location. Upon
testing
the fix this time it was also found that the flags from the dialplan
weren't
being copied to the chanspy_translation_helper.

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


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

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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-11-05 15:28 svnbot         Checkin                                      
2009-11-05 15:28 svnbot         Note Added: 0113231                          
======================================================================




More information about the asterisk-bugs mailing list