[asterisk-bugs] [JIRA] (ASTERISK-25520) ARI DELETE /bridges/{bridgeId} when recording doesn't delete

Rusty Newton (JIRA) noreply at issues.asterisk.org
Tue Feb 21 15:16:12 CST 2017


     [ https://issues.asterisk.org/jira/browse/ASTERISK-25520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton reassigned ASTERISK-25520:
---------------------------------------

    Assignee:     (was: Rusty Newton)

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