(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:
Jason Parker
2007-07-09 20:58:22 +00:00
parent 7f10fccec1
commit ef94957540
2 changed files with 60 additions and 32 deletions

View File

@@ -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);