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

Rusty Newton (JIRA) noreply at issues.asterisk.org
Thu Aug 15 16:01:08 CDT 2013


Rusty Newton created ASTERISK-22301:
---------------------------------------

             Summary: Local channels, in a bridge, don't leave Stasis on hangup
                 Key: ASTERISK-22301
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22301
             Project: Asterisk
          Issue Type: Bug
          Components: Core/Stasis
    Affects Versions: SVN, 12
            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