[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
Fri Jan 23 17:15:34 CST 2015


Richard Mudgett created ASTERISK-24719:
------------------------------------------

             Summary: 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: 13.1.0, 11.15.0
            Reporter: Richard Mudgett


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