From 31b7426115f156d116f5b751f7c494be9c0558f7 Mon Sep 17 00:00:00 2001 From: Kevin Harwell Date: Tue, 19 Feb 2013 15:41:37 +0000 Subject: Added Confbridge record_file_append option. Currently, if one starts, stops, and then starts a recording again for a conference the recorded data is appended to the file originally created on the first record start. An option record_file_append has been added that defaults to "yes", but when set to "no" will force creation of a new file between every record start/stop. (issue AST-1088) Reported by: John Bigelow Review: http://reviewboard.digium.internal/r/374/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@381729 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/confbridge/include/confbridge.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/confbridge/include') diff --git a/apps/confbridge/include/confbridge.h b/apps/confbridge/include/confbridge.h index 059262065..54d429a28 100644 --- a/apps/confbridge/include/confbridge.h +++ b/apps/confbridge/include/confbridge.h @@ -65,6 +65,7 @@ enum bridge_profile_flags { BRIDGE_OPT_VIDEO_SRC_LAST_MARKED = (1 << 1), /*!< Set if conference should feed video of last marked user to all participants. */ BRIDGE_OPT_VIDEO_SRC_FIRST_MARKED = (1 << 2), /*!< Set if conference should feed video of first marked user to all participants. */ BRIDGE_OPT_VIDEO_SRC_FOLLOW_TALKER = (1 << 3), /*!< Set if conference set the video feed to follow the loudest talker. */ + BRIDGE_OPT_RECORD_FILE_APPEND = (1 << 4), /*!< Set if the record file should be appended to between start/stops. */ }; enum conf_menu_action_id { -- cgit v1.2.3