[asterisk-bugs] [JIRA] (ASTERISK-25520) ARI DELETE /bridges/{bridgeId} when recording doesn't delete
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Wed Nov 4 00:47:33 CST 2015
[ https://issues.asterisk.org/jira/browse/ASTERISK-25520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=228124#comment-228124 ]
Asterisk Team commented on ASTERISK-25520:
------------------------------------------
Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.
A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.
Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].
> 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
>
> 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|https://issues.asterisk.org/jira/browse/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