[asterisk-bugs] [JIRA] (ASTERISK-25520) ARI DELETE /bridges/{bridgeId} when recording doesn't delete
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Thu Nov 19 12:01:33 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=228372#comment-228372 ]
Asterisk Team commented on ASTERISK-25520:
------------------------------------------
Suspended due to lack of activity. This issue will be automatically re-opened if the reporter posts a comment. If you are not the reporter and would like this re-opened please create a new issue instead. If the new issue is related to this one a link will be created during the triage process. Further information on issue tracker usage can be found in the Asterisk Issue Guidlines [1].
[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines
> ARI DELETE /bridges/{bridgeId} when recording doesn't delete
> ------------------------------------------------------------
>
> Key: ASTERISK-25520
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-25520
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_ari, Resources/res_ari_bridges
> Affects Versions: 13.5.0
> Environment: FreePBX 12, SHMZ 6.5 AKA CentOS 6.5
> Reporter: Graham Brown
> Assignee: Graham Brown
> Labels: ARI
>
> ARI delete bridge returns HTTP 204, but {{bridge show all}} on the CLI shows the bridge is still there. I think the root cause is recording. The bridge does delete if I don't start the recording (using {{POST /bridges/bridgeId/record}}).
> Here are the steps I use to reproduce:
> # create channel 1 {{POST /channels}}
> # then create a bridge {{POST /bridges}}
> # add channel 1 to bridge {{POST /bridges/bridgeId/addChannel}}
> # create channel 2 {{POST /channels}}
> # start bridge recording {{POST /bridges/bridgeId/record}}
> # add channel 1 to bridge {{POST /bridges/bridgeId/addChannel}}
> # delete channel 2 {{DELETE /channels/channelId}}
> # stop recording {{POST /recordings/live/recordingName/stop}} (tried with or without this step - same thing happens)
> # delete channel 1 {{DELETE /channels/channelId}}
> # delete bridge {{DELETE /bridges/bridgeId}}
> ASTERISK-22759 seems related but the was for an *Endpoint Channel* this issue is related to a *Recorder Channel*
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list