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

Rusty Newton (JIRA) noreply at issues.asterisk.org
Thu Nov 5 09:57:32 CST 2015


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

Rusty Newton updated ASTERISK-25520:
------------------------------------

    Assignee: Graham Brown
      Status: Waiting for Feedback  (was: Triage)

Thanks for the report. Please attach a debug log captured during the entire reproduction process.

https://wiki.asterisk.org/wiki/display/AST/Collecting+Debug+Information

Before attaching the log be sure that it includes WARNING,ERROR,NOTICE,VERBOSE,DEBUG, with VERBOSE and DEBUG turned up to 5 each.

Additionally can you include a log of the ARI events as they occur? Timestamped would be great so that it is easy to compare to the debug log.

> 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