From 1fa52dd1ed990ffbf623f41aa3934c1137447fb7 Mon Sep 17 00:00:00 2001 From: qwell Date: Mon, 9 Jul 2007 20:58:22 +0000 Subject: (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 --- include/asterisk/monitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3