aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/monitor.h
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-09 20:58:22 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-09 20:58:22 +0000
commit1fa52dd1ed990ffbf623f41aa3934c1137447fb7 (patch)
tree221e58eb9ec993b495e696955b8bdab8f9a90724 /include/asterisk/monitor.h
parent89203300411f3295068a16758de9c0b9c896bed5 (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: http://svn.digium.com/svn/asterisk/trunk@74164 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/monitor.h')
-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);