[asterisk-bugs] [Asterisk 0013737]: Overlap dialing blocks
Asterisk Bug Tracker
noreply at bugs.digium.com
Sat Oct 18 14:00:28 CDT 2008
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=13737
======================================================================
Reported By: smurfix
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13737
Category: Core/Channels
Reproducibility: always
Severity: major
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-10-18 14:00 CDT
Last Modified: 2008-10-18 14:00 CDT
======================================================================
Summary: 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
======================================================================
2008-10-18 14:00 smurfix Asterisk Version => SVN
2008-10-18 14:00 smurfix SVN Branch (only for SVN checkouts, not tarball
releases) => 1.6.1
======================================================================
More information about the asterisk-bugs
mailing list