aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/monitor.h')
-rwxr-xr-xinclude/asterisk/monitor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/monitor.h b/include/asterisk/monitor.h
index 206b3b557..b62499d1f 100755
--- a/include/asterisk/monitor.h
+++ b/include/asterisk/monitor.h
@@ -15,7 +15,9 @@ struct ast_channel_monitor
char read_filename[ FILENAME_MAX ];
char write_filename[ FILENAME_MAX ];
char filename_base[ FILENAME_MAX ];
+ int filename_changed;
char *format;
+ int joinfiles;
int (*stop)( struct ast_channel *chan, int need_lock);
};
@@ -30,4 +32,6 @@ int ast_monitor_stop( struct ast_channel *chan, int need_lock);
int ast_monitor_change_fname( struct ast_channel *chan,
const char *fname_base, int need_lock );
+void ast_monitor_setjoinfiles(struct ast_channel *chan, int turnon);
+
#endif /* _MONITOR_H */