[asterisk-bugs] [Asterisk 0014328]: Sound overlapping if Read() called again very soon

Asterisk Bug Tracker noreply at bugs.digium.com
Thu Feb 12 13:22:31 CST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=14328 
====================================================================== 
Reported By:                dmartin
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14328
Category:                   Applications/app_read
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     feedback
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!): 170980 
Request Review:              
====================================================================== 
Date Submitted:             2009-01-25 13:09 CST
Last Modified:              2009-02-12 13:22 CST
====================================================================== 
Summary:                    Sound overlapping if Read() called again very soon
Description: 
Having this dummy extension scenario:

290 => {
	Answer();
	Read(exta,/pool/asterisk/menu,1,s,2,0);
	Read(extb,/pool/asterisk/menu,1,s,2,0);
	Hangup();
};

If you dial a number before the first message played at all, the second
one starts overlapping the audio of the firsrt one.

I've tested this in another (useful) extension, and tried lots of values
for parameters, always with the same result.
====================================================================== 

---------------------------------------------------------------------- 
 (0100029) dmartin (reporter) - 2009-02-12 13:22
 http://bugs.digium.com/view.php?id=14328#c100029 
---------------------------------------------------------------------- 
I was recording and uploading the files. Sorry about the inconvenience with
the SIP uri, I can't test it right now through Internet.

http://sip.davidm.es/out-full-message.wav  - This is the message played
once, without pushing any number

http://sip.davidm.es/out-glitch.wav  - This is when I push a number.

This is the extension I used for the test:

	290 => {
		Monitor(wav,/tmp/out,m);
		Answer();
		Read(exta,/pool/asterisk/menu,1,s,2,0);
		Read(extb,/pool/asterisk/menu,1,s,2,0);
		Hangup();
	}; 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-02-12 13:22 dmartin        Note Added: 0100029                          
======================================================================




More information about the asterisk-bugs mailing list