[asterisk-bugs] [Asterisk 0018784]: Local channel DTMF detection broken by 17370

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Apr 19 10:19:13 CDT 2011


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18784 
====================================================================== 
Reported By:                rsw686
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18784
Category:                   Channels/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Asterisk Version:           1.8.2.3 
JIRA:                       SWP-3089 
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:             2011-02-10 09:40 CST
Last Modified:              2011-04-19 10:19 CDT
====================================================================== 
Summary:                    Local channel DTMF detection broken by 17370
Description: 
The patch for issue 17370 has broken DTMF detection when calling through a
local channel. Here is a dialplan to quickly reproduce this. Dial 3350
enter 4567 and you will hear goodbye. Dial 3351 and you will hit invalid
every time. Revert the patch for 17370 and dialing 3351 works.

exten => 3350,1,Goto(loopdtmf,s,1)
exten => 3351,1,Dial(Local/3350 at from-internal,300,TW)

[loopdtmf]
exten => s,1,Answer
exten => s,n(repeat),Read(LOOPNUM,beep,,,,)
exten => s,n,GotoIf($[${LOOPNUM} = 4567]?good)
exten => s,n,Playback(invalid)
exten => s,n,Goto(repeat)
exten => s,n(good),Playback(goodbye)
exten => s,n,Hangup

======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0017370 [patch] ast_readstring (multiple DTMF i...
====================================================================== 

---------------------------------------------------------------------- 
 (0133952) lmadsen (administrator) - 2011-04-19 10:19
 https://issues.asterisk.org/view.php?id=18784#c133952 
---------------------------------------------------------------------- 
Closed per rmudgett's comment. Thanks! 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-04-19 10:19 lmadsen        Note Added: 0133952                          
2011-04-19 10:19 lmadsen        Status                   acknowledged => closed
2011-04-19 10:19 lmadsen        Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list