[Home]

Summary:ASTERISK-16124: [patch] ast_readstring (multiple DTMF input) doesn't transmit silence to the caller even if transmit_silence=yes
Reporter:Makoto Dei (makoto)Labels:
Date Opened:2010-05-21 03:42:04Date Closed:2011-02-10 11:46:04.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Channels
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) channel-readstring-silence-generator.patch
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.
Comments:By: Digium Subversion (svnbot) 2010-09-09 20:49:56

Repository: asterisk
Revision: 285742

U   branches/1.4/main/channel.c

------------------------------------------------------------------------
r285742 | qwell | 2010-09-09 20:49:56 -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 ASTERISK-16124)
Reported by: makoto
Patches:
     channel-readstring-silence-generator.patch uploaded by makoto (license 38)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=285742

By: Digium Subversion (svnbot) 2010-09-09 20:50:03

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 ASTERISK-16124)
 Reported by: makoto
 Patches:
       channel-readstring-silence-generator.patch uploaded by makoto (license 38)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=285744

By: Digium Subversion (svnbot) 2010-09-09 20:50:07

Repository: asterisk
Revision: 285745

_U  branches/1.8/
U   branches/1.8/main/channel.c

------------------------------------------------------------------------
r285745 | qwell | 2010-09-09 20:50:06 -0500 (Thu, 09 Sep 2010) | 23 lines

Merged revisions 285744 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

................
 r285744 | qwell | 2010-09-09 15:09:23 -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 ASTERISK-16124)
   Reported by: makoto
   Patches:
         channel-readstring-silence-generator.patch uploaded by makoto (license 38)
 ........
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=285745

By: Digium Subversion (svnbot) 2010-09-09 20:50:10

Repository: asterisk
Revision: 285746

_U  trunk/
U   trunk/main/channel.c

------------------------------------------------------------------------
r285746 | qwell | 2010-09-09 20:50:09 -0500 (Thu, 09 Sep 2010) | 30 lines

Merged revisions 285745 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

................
 r285745 | qwell | 2010-09-09 15:11:06 -0500 (Thu, 09 Sep 2010) | 23 lines
 
 Merged revisions 285744 via svnmerge from
 https://origsvn.digium.com/svn/asterisk/branches/1.6.2
 
 ................
   r285744 | qwell | 2010-09-09 15:09:23 -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 ASTERISK-16124)
     Reported by: makoto
     Patches:
           channel-readstring-silence-generator.patch uploaded by makoto (license 38)
   ........
 ................
................

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=285746