From 6ab3f5639330466090e8475e675f05b188260214 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Wed, 28 Dec 2011 16:52:30 -0600 Subject: [PATCH] FS-1573 --resolve --- src/mod/applications/mod_conference/mod_conference.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 67bd073f8b..bd07c68ce6 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -1445,6 +1445,7 @@ static void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, v switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Auto recording file: %s\n", rfile); launch_conference_record_thread(conference, rfile); if (rfile != conference->auto_record) { + conference->record_filename = switch_core_strdup(conference->pool, rfile); switch_safe_free(rfile); } else { conference->record_filename = switch_core_strdup(conference->pool, conference->auto_record);