]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_voicemail.c: Allow mailbox entry on authentication retry prompt.
authorRichard Mudgett <rmudgett@digium.com>
Wed, 19 Jul 2017 23:11:19 +0000 (18:11 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 21 Jul 2017 21:05:58 +0000 (16:05 -0500)
commit7ff9d8785db1f4dcd6ac61ac1ddd3fa59f66ab72
tree36f7c5723146e9336cca27e231dbc72950eb1e32
parent158be3b75774bc60c5613ef14762ad49861fd7d2
app_voicemail.c: Allow mailbox entry on authentication retry prompt.

The following testsuite voicemail tests were failing to re-enter the
mailbox after the first login attempt.

tests/apps/voicemail/authenticate_invalid_mailbox
tests/apps/voicemail/authenticate_invalid_password

The tests were noting the start of the vm-incorrect-mailbox prompt and
immediately sending the mailbox for the next login attempt.  Since the
invalid message playback had to complete before the digits were
recognized, the test passed for the wrong reason and added approximately
20 seconds to the test times.

* Allow the vm-incorrect-mailbox prompt to get interrupted by the mailbox
digits like the initial vm-login prompt so the tests are able to enter the
intended mailbox.

Change-Id: I1dc53fe917bfe03a4587b2c4cd24c94696a69df8
apps/app_voicemail.c