[Home]

Summary:ASTERISK-23353: testsuite: Write a test for ChannelRedirect
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2014-02-23 21:25:32.000-0600Date Closed:2015-04-06 01:46:04
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_channelredirect Tests/testsuite
Versions:1.8.25.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Write a test that performs the following scenarios:
* Have a Local channel be spawned, with both ends in Echo(). Originate a second Local channel that performs a ChannelRedirect of one end of the first Local channel into another extension that leads to a Hangup. Verify that:
** The CHANNELREDIRECT_STATUS channel variable is set on the redirecting channel with a value of 'SUCCESS'
** That the redirected channel was sent to the appropriate extension, using a UserEvent
* Have a Local channel be spawned that attempts a ChannelRedirect on a non-existant channel. Verify that the CHANNELREDIRECT_STATUS channel variable is set on the redirecting channel with a value of 'NOCHANNEL'
Comments:By: Corey Farrell (coreyfarrell) 2015-04-06 01:46:04.850-0500

Commit tags closed this ticket but left it Unresolved.