[asterisk-bugs] [Asterisk 0017370]: [patch] ast_readstring (multiple DTMF input) doesn't transmit silence to the caller even if transmit_silence=yes
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Sep 9 20:50:04 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17370
======================================================================
Reported By: makoto
Assigned To: qwell
======================================================================
Project: Asterisk
Issue ID: 17370
Category: Core/Channels
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Target Version: 1.6.2.13
Asterisk Version: SVN
JIRA: SWP-1521
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2010-05-21 03:42 CDT
Last Modified: 2010-09-09 20:50 CDT
======================================================================
Summary: [patch] ast_readstring (multiple DTMF input) doesn't
transmit silence to the caller even if transmit_silence=yes
Description:
ast_readstring (multiple DTMF input) doesn't transmit silence
to the caller even if transmit_silence=yes.
Asterisk should transmit silence when transmit_silence=yes,
otherwise phone might hang up during DTMF input by RTP timeout.
Attached patch will fix the problem.
======================================================================
----------------------------------------------------------------------
(0126805) svnbot (reporter) - 2010-09-09 20:50
https://issues.asterisk.org/view.php?id=17370#c126805
----------------------------------------------------------------------
Repository: asterisk
Revision: 285744
_U branches/1.6.2/
U branches/1.6.2/main/channel.c
------------------------------------------------------------------------
r285744 | qwell | 2010-09-09 20:50:03 -0500 (Thu, 09 Sep 2010) | 16 lines
Merged revisions 285742 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r285742 | qwell | 2010-09-09 15:06:31 -0500 (Thu, 09 Sep 2010) | 9 lines
Transmit silence when reading DTMF in ast_readstring.
Otherwise, you could get issues with DTMF timeouts causing hangups.
(closes issue https://issues.asterisk.org/view.php?id=17370)
Reported by: makoto
Patches:
channel-readstring-silence-generator.patch uploaded by makoto
(license 38)
........
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=285744
Issue History
Date Modified Username Field Change
======================================================================
2010-09-09 20:50 svnbot Checkin
2010-09-09 20:50 svnbot Note Added: 0126805
======================================================================
More information about the asterisk-bugs
mailing list