[asterisk-bugs] [JIRA] (ASTERISK-22297) Local channels, in a bridge, don't leave Stasis on hangup

David M. Lee (JIRA) noreply at issues.asterisk.org
Wed Aug 14 12:45:03 CDT 2013


David M. Lee created ASTERISK-22297:
---------------------------------------

             Summary: Local channels, in a bridge, don't leave Stasis on hangup
                 Key: ASTERISK-22297
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22297
             Project: Asterisk
          Issue Type: Bug
            Reporter: David M. Lee


This bug causes the rest_api/bridges/move test to fail in the /team/dlee/ari-bridge-tests branch of the testsuite.

In summary:
# Put a Local channel in Stasis
# Put that channel into a bridge
# Hangup the channel via ARI (DELETE /ari/channels/{id})

Expected results:
Should get ChannelLeftBridge and StasisEnd messages on hangup.

Actual results:
We get the ChannelLeftBridge message, but no StasisEnd. From the testsuite, we'll eventually get the StasisEnd when the reactor times out and shuts down Asterisk.

--
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