[asterisk-bugs] [JIRA] (ASTERISK-25520) ARI DELETE /bridges/{bridgeId} when recording doesn't delete
Graham Brown (JIRA)
noreply at issues.asterisk.org
Wed Nov 4 00:47:33 CST 2015
Graham Brown created ASTERISK-25520:
---------------------------------------
Summary: 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