]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_confbridge: file playback blocks dtmf
authorKevin Harwell <kharwell@digium.com>
Thu, 26 Mar 2015 17:00:39 +0000 (17:00 +0000)
committerKevin Harwell <kharwell@digium.com>
Thu, 26 Mar 2015 17:00:39 +0000 (17:00 +0000)
commit6ceccec5b3eb5149ebb9d06a50cd10a9bab44329
tree8383528625bbb5eb1008bf2fef72d47ef3834773
parente1b35138b9c7c15496505578ba50a4d7cca57615
app_confbridge: file playback blocks dtmf

Attempting to execute DTMF in a confbridge while file playback (prompt,
announcement, etc) is occurring is not allowed. You have to wait until
the sound file has completed before entering DTMF. This patch fixes it
so that app_confbridge now monitors for dtmf key presses during menu
driven file playback. If a key is pressed playback stops and it executes
the matched menu option.

ASTERISK-24864 #close
Reported by: Steve Pitts
Review: https://reviewboard.asterisk.org/r/4477/

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@433445 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_confbridge.c