[asterisk-bugs] [JIRA] (ASTERISK-22759) ARI: DELETE on /bridges/{id} fails to remove bridge even with 204 success
Kinsey Moore (JIRA)
noreply at issues.asterisk.org
Mon Nov 4 07:40:03 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=211472#comment-211472 ]
Kinsey Moore commented on ASTERISK-22759:
-----------------------------------------
I verified that this is corrected after the patch to ASTERISK-22634 went in.
> 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