[asterisk-bugs] [JIRA] (ASTERISK-23223) testsuite: Write a test for call files
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Thu Jan 30 09:57:03 CST 2014
Rusty Newton created ASTERISK-23223:
---------------------------------------
Summary: testsuite: Write a test for call files
Key: ASTERISK-23223
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23223
Project: Asterisk
Issue Type: Improvement
Components: Core/PBX, Tests/testsuite
Reporter: Matt Jordan
Write a test in the Asterisk Test Suite that verifies call files. The test should:
# Write out a call file that generates a Local channel to an application. The test should verify that the channel entered into the dialplan at the correct location, as well as the application that was specified. (application/data)
# Write out a call file that generates a Local channel to a dialplan extension. The test should verify that the channel enters the dialplan locations correctly. (context/extension/priority)
In addition, the test should verify the following keywords:
# account: Verify that the accountcode can be specified from the call file
# callerid: Verify that the callerid can be specified from the call file
# setvar: Verify that variables can be set on the channels
This test should use the Pluggable Module Framework, but should involve writing a module that can convert a YAML configuration into a call file and that will place the call files into the appropriate directory either one:
# AMI connect
# As a result of some callback function from an AMIEventInstance
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list