mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
(closes issue #7596)
Reported by: julien23 Patches submitted by: julien23 Add the ability to disable recording the input or output streams in res_monitor. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@74164 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -46,7 +46,7 @@ struct ast_channel_monitor {
|
||||
|
||||
/* Start monitoring a channel */
|
||||
int ast_monitor_start(struct ast_channel *chan, const char *format_spec,
|
||||
const char *fname_base, int need_lock );
|
||||
const char *fname_base, int need_lock, int stream_action);
|
||||
|
||||
/* Stop monitoring a channel */
|
||||
int ast_monitor_stop(struct ast_channel *chan, int need_lock);
|
||||
|
Reference in New Issue
Block a user