[asterisk-commits] r375470 - svn:log

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Nov 5 11:16:24 CST 2012


Author: jrose
Revision: 375470
Modified property: svn:log

Modified: svn:log at Mon Nov  5 11:16:24 2012
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Nov  5 11:16:24 2012
@@ -1,4 +1,11 @@
 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




More information about the asterisk-commits mailing list