[asterisk-bugs] [Asterisk 0013737]: [patch] Overlap dialing blocks

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Jan 21 16:04:09 CST 2009


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=13737 
====================================================================== 
Reported By:                smurfix
Assigned To:                jpeeler
====================================================================== 
Project:                    Asterisk
Issue ID:                   13737
Category:                   Core/Channels
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2008-10-18 14:00 CDT
Last Modified:              2009-01-21 16:04 CST
====================================================================== 
Summary:                    [patch] Overlap dialing blocks
Description: 
The problem: when a channel is not connected and DTMF events arrive "too
fast", they get stored in the channel buffer until (a) sufficient time has
passed and (b) a voice frame has arrived.

Unfortunately, when you're in overlap dialing and the channel's audio is
not yet connected, there _is_ no voice frame, thus dialing blocks.

A quick fix is to surround wait_for_answer() with calls to set/clear the
AST_FLAG_END_DTMF_ONLY flag (patch attached).
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-01-21 16:04 jpeeler        Status                   confirmed => assigned
2009-01-21 16:04 jpeeler        Assigned To               => jpeeler         
======================================================================




More information about the asterisk-bugs mailing list