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

Joshua Colp (JIRA) noreply at issues.asterisk.org
Sun Oct 27 12:24:03 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-22759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=211265#comment-211265 ] 

Joshua Colp commented on ASTERISK-22759:
----------------------------------------

I'm fairly certain this is actually a dupe of ASTERISK-22634 based on what I've seen myself while working on another issue.
                
> 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: SVN, 12.0.0-beta1
>            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