[asterisk-bugs] [JIRA] (ASTERISK-24719) ConfBridge recording channels get stuck when recording started/stopped more than once

Richard Mudgett (JIRA) noreply at issues.asterisk.org
Tue Jan 27 11:37:35 CST 2015


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

Richard Mudgett closed ASTERISK-24719.
--------------------------------------


> ConfBridge recording channels get stuck when recording started/stopped more than once
> -------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-24719
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-24719
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_confbridge
>    Affects Versions: 11.15.0, 13.1.0
>            Reporter: Richard Mudgett
>            Assignee: Richard Mudgett
>         Attachments: full-cbrec-channels.txt
>
>
> Starting and stopping recording of a confbridge more than once causes the confbridge recording channels ('CBRec/conf-1-uid-39683939' in the attached log) to remain being listed in the output of {{core show channels}}. The channels are still listed in the output even after the single channel in the conference hangs up.
> If the recording on the conference is only started and stopped once, the confbridge recording channel shows in the output of {{core show channels}} and then does not after hanging up the single channel in the conference.
> CLI debug log is attached which includes the output of {{core show channels}} at various times.
> h3. Steps to reproduce:
> # Join conference from a phone
> # Start recording the conference (I used AMI):
> {noformat}
> Action: ConfbridgeStartRecord
> Conference: 1
> Actionid: 1234
> {noformat}
> # Stop recording the conference ( I used CLI):
> {noformat}
> confbridge record stop 1
> {noformat}
> # Repeat the previous two steps at least one time. The more times you repeat it, the more channels that get stuck.
> h3. Configs:
> Very basic confbridge.conf:
> {noformat}
> [general]
>  
> [default_user]
> type=user
> [default_bridge]
> type=bridge
> {noformat}
> Very basic extensions.conf:
> {noformat}
> [internal]
> include => confrooms
> [confrooms]
> exten => 101,1,ConfBridge(1)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list