]> git.ipfire.org Git - thirdparty/asterisk.git/commit
confbridge: Fix a bug which made conferences not record with AMI/CLI commands
authorJonathan Rose <jrose@digium.com>
Tue, 30 Oct 2012 14:42:29 +0000 (14:42 +0000)
committerJonathan Rose <jrose@digium.com>
Tue, 30 Oct 2012 14:42:29 +0000 (14:42 +0000)
commitabe458ee171db29cc5279bf8e25faba463e049ab
tree8d80c80ea7403b1cb51932ebcb14b3412e26eb18
parent1b39da9a8be4177440c93910da88c712ab6320b0
confbridge: Fix a bug which made conferences not record with AMI/CLI commands

When confbridge was changed to handle conference status with a state machine in
r374658. The function responsible for starting recording for a conference was
refactored with the function actually responsible for launching the recording
thread being split into a function with another name. The old function name was
still used for manually started recordings through AMI or CLI. This patch fixes
that by switching which function is used to start recording the conference.

(closes issue ASTERISK-20601)
Reported by: Vilius
Patches:
    confbridge_mixmonitor.diff uploaded by Jonathan Rose (license 6182)

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@375470 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_confbridge.c