[Home]

Summary:ASTERISK-14436: DTMF's are not sent to the bridge channel if they are used by any built-in or dynamic feature
Reporter:dimitripietro (dimitripietro)Labels:
Date Opened:2009-07-08 12:47:08Date Closed:2009-10-26 09:48:00
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_features
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Let's say a dynamic features is configured for example on *3. If a call an IVR and I have to press * for any features on the remote IVR the dtmf is never sent. The DTMF is literally eated.

****** ADDITIONAL INFORMATION ******

On Asterisk 1.4.25.1, If I set featuredigittimeout=2000ms then the dtmf is realeased as soon as the timer expired. So let's say I have to dial star, the dtmf will be sent by Asterisk 2000ms later which is Ok. In Asterisk 1.6, it's not the case.

I tested 1.6.0.9, 1.6.0.10, 1.6.1.1.
Comments:By: Michiel van Baak (mvanbaak) 2009-09-18 08:25:04

Can you paste the output of: features show
Just want to make sure there's no feature bound to the * key

By: dimitripietro (dimitripietro) 2009-09-24 14:05:36

It's fix in 1.6.0.15

---------------           ------- -------
Pickup                    *8      *8
Blind Transfer            #       *1
Attended Transfer                 *2
One Touch Monitor                 *5
Disconnect Call           *       *0
Park Call                         **
One Touch MixMonitor              *6
asterisk*CLI>
Dynamic Feature           Default Current
---------------           ------- -------
record                    no def  *3

Call parking
------------
Parking extension   :      700
Parking context     :      parkedcalls
Parked call extensions:      701-705



By: Leif Madsen (lmadsen) 2009-10-26 09:48:00

Fixed in 1.6.0.15 per the reporter.