[asterisk-bugs] [Asterisk 0011955]: Fast RFC2833 dialing results in asterisk generating overlapping

noreply at bugs.digium.com noreply at bugs.digium.com
Fri Feb 8 07:36:03 CST 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11955 
====================================================================== 
Reported By:                tsearle
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   11955
Category:                   Core/Channels
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           1.4.17 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             02-08-2008 02:51 CST
Last Modified:              02-08-2008 07:36 CST
====================================================================== 
Summary:                    Fast RFC2833 dialing results in asterisk generating
overlapping
Description: 
Scenario: call established between 2 rfc2833 endpoints but no packet 2
packet bridge.

If the calling party sends digits really fast (less than the min gap of 45
milliseconds).  Asterisk will attempt to slow down the dialing through dtmf
emulation.  

When this occurs, it is possible that the next digit arrives while the
previous digit is still being emulated by asterisk.  Currently asterisk
doesn't check to see if a dtmf is currently being emulating before
forwarding the start frame of the next dtmf.

This patch adds a check so that if the previous digit is still being
played the start frame will not be forwarded (the end frame will be
enqueued for emulation).


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

---------------------------------------------------------------------- 
 dimas - 02-08-08 07:36  
---------------------------------------------------------------------- 
Not only 11740 "briefly mentioned" this behavior but it also has the patch
attached - v1-11740.patch. People also say there that patch fixed other
issues for them so I'm a bit unclear why you isolated it under separaet
issue losing the history etc... 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-08-08 07:36  dimas          Note Added: 0081904                          
======================================================================




More information about the asterisk-bugs mailing list