[Home]

Summary:ASTERISK-23218: testsuite: Write a test for call file retries
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2014-01-29 23:14:51.000-0600Date Closed:2014-05-15 13:17:44
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/PBX Tests/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Write a test (or set of tests) in the Asterisk Test Suite that verifies call file retrying as well as some other esoteric flags. This should test the following:

# A call file that Originates a Local channel to a dialplan extension that will always fail. The test should verify that after maxretries, no more channels are created and the attempts fail.
# A call file that Originates a Local channel that fails at least one time, but before maxretries reaches, Answers the channel.
# A call file that has alwaysdelete set to False is not deleted after a call is attempted.
# A call file that has archive set to True is archived to the var/spool/asterisk/outgoing_done directory.

Comments:By: Kinsey Moore (kmoore) 2014-05-15 13:17:44.266-0500

The patch for this test on reviewboard has been cleaned up and committed.