[asterisk-bugs] [JIRA] (ASTERISK-23902) Testsuite: Nominal tests for Authenticate with a custom prompt
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Tue Jun 17 10:57:58 CDT 2014
Matt Jordan created ASTERISK-23902:
--------------------------------------
Summary: Testsuite: Nominal tests for Authenticate with a custom prompt
Key: ASTERISK-23902
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23902
Project: Asterisk
Issue Type: Improvement
Security Level: None
Components: Applications/app_authenticate, Tests/testsuite
Reporter: Matt Jordan
Using the {{apptest}} pluggable module, write tests that verifies nominal authentication scenarios using the [Authenticate|https://wiki.asterisk.org/wiki/display/AST/Application_Authenticate] dialplan application. In this particular scenario, verify that a custom prompt is played when specified:
# A channel enters into the {{Authenticate}} application. The application should have a hard coded password of 4 digits and a custom prompt specified.
# Verify that the correct prompt is played back by listening for a {{TestEvent}} AMI event with a {{Message}} field matching the prompt being played.
# The channel should provide the application the DTMF digits for the password along with a terminating {{#}}.
# The channel should exit out of the {{Authenticate}} application and continue to the next priority. A UserEvent should be emitted indicating success.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list