[Home]

Summary:ASTERISK-25940: AMI PlayDTMF plays DTMF in wrong thread
Reporter:Mark Michelson (mmichelson)Labels:
Date Opened:2016-04-19 13:11:02Date Closed:2018-07-02 19:35:32
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/ManagerInterface
Versions:SVN 13.18.4 Frequency of
Occurrence
Constant
Related
Issues:
is duplicated byASTERISK-27943 AMI: Action SendText needs to use the correct thread.
Environment:Attachments:
Description:AMI's PlayDTMF command operates in the manager's thread. This has two major downsides:

1) It plays the DTMF digit to a channel in a thread outside the expected one. This can cause audio issues on the channel.
2) It blocks the manager thread for the duration of the DTMF digit.
Comments: