[asterisk-bugs] [JIRA] (ASTERISK-22759) ARI: DELETE on /bridges/{id} fails to remove bridge even with 204 success

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Oct 24 13:26:03 CDT 2013


Matt Jordan created ASTERISK-22759:
--------------------------------------

             Summary: ARI: DELETE on /bridges/{id} fails to remove bridge even with 204 success
                 Key: ASTERISK-22759
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22759
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/Bridging, Core/Stasis, Resources/res_ari
    Affects Versions: 12.0.0-beta1, SVN
            Reporter: Matt Jordan


{quote}
The DELETE operation on /bridges/<id> doesn't seem to work.

calling http.request with: {"path":"/ari/bridges/c4595ae1-475e-4d41-9995-e7cfff34a44b","method":"DELETE","hostname":"127.0.0.1","port":8088,"auth":"x:x"}
/ari/bridges/c4595ae1-475e-4d41-9995-e7cfff34a44b  returned  204


However, the bridge doesn't actually get deleted:





{noformat}
action: bridgelist

Response: Success
Message: Bridge listing will follow

Event: BridgeListItem
BridgeUniqueid: c4595ae1-475e-4d41-9995-e7cfff34a44b
BridgeType: base
BridgeTechnology: simple_bridge
BridgeNumChannels: 0

Event: BridgeListComplete
{noformat}

This is on yesterday's trunk.
{quote}

Ideally, we wouldn't return a 204 unless we knew the reference count on the bridge had gone to 0.

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