]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_agent_pool: Made agent alert interruptable by DTMF.
authorRichard Mudgett <rmudgett@digium.com>
Thu, 6 Nov 2014 19:22:22 +0000 (19:22 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 6 Nov 2014 19:22:22 +0000 (19:22 +0000)
commita2d6e15af88a548517100b8a2c4902c8babb1210
treef717c671755315ebbca7a39edb35d0326a468a69
parent2878554bccbd279a86b7510d3561f2a82419e469
app_agent_pool: Made agent alert interruptable by DTMF.

Made agent able to interrupt the alerting beep playback with DTMF.  Any
digit can interrupt if the call does not need to be acknowledged.  Only
the first digit of the acknowledgement can interrupt if the call needs to
be acknowledged.  The agent interrupting the alerting playback builds on
the ASTERISK-24447 patch because it knows what digit interrupted the
playback and needs to be able to pass that digit to the DTMF hook digit
collection code.

ASTERISK-24257 #close
Reported by: Steve Pitts

Review: https://reviewboard.asterisk.org/r/4123/
........

Merged revisions 427508 from http://svn.asterisk.org/svn/asterisk/branches/12

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@427512 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_agent_pool.c