summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2007-07-09 20:58:22 +0000
committerJason Parker <jparker@digium.com>2007-07-09 20:58:22 +0000
commitef949575408a0488cf9dc646f3c43ebb50a1eb97 (patch)
tree221e58eb9ec993b495e696955b8bdab8f9a90724 /include
parent7f10fccec1a35441a9e1b8e25066c72be83688ac (diff)
(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
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/monitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/monitor.h b/include/asterisk/monitor.h
index 935a33240..cefb89180 100644
--- a/include/asterisk/monitor.h
+++ b/include/asterisk/monitor.h
@@ -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);