]> git.ipfire.org Git - thirdparty/asterisk.git/commit
say.c: Honor requests for DTMF interruption.
authorSean Bright <sean.bright@gmail.com>
Thu, 23 Dec 2021 21:57:59 +0000 (16:57 -0500)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Wed, 5 Jan 2022 14:02:01 +0000 (08:02 -0600)
commit4fe94bab097d01e7524e4462c005e5a57f0ad1f4
tree5a9792dc9f935bfd812719fbdb03785811ebd4b6
parent4e204db2bfdc9b58ac881fe16e27f900662f94e1
say.c: Honor requests for DTMF interruption.

SayAlpha, SayAlphaCase, SayDigits, SayMoney, SayNumber, SayOrdinal,
and SayPhonetic all claim to allow DTMF interruption if the
SAY_DTMF_INTERRUPT channel variable is set to a truthy value, but we
are failing to break out of a given 'say' application if DTMF actually
occurs.

ASTERISK-29816 #close

Change-Id: I6a96e0130560831d2cb45164919862b9bcb6287e
main/pbx_builtins.c
main/say.c