summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-03-25 19:30:06 +0000
committerMark Spencer <markster@digium.com>2003-03-25 19:30:06 +0000
commit43b082cf5c3950beab4e281d41c840fdd988b641 (patch)
tree058fbbc69e6eb1f9abda5030274cfbdead091589 /include/asterisk/channel.h
parent3df489bff6e6c245dc443606339c4edc06ea64ef (diff)
Merge Mahmut's recording patches
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/channel.h')
-rwxr-xr-xinclude/asterisk/channel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index b14d3c928..6979515da 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -30,6 +30,7 @@ extern "C" {
#define AST_MAX_EXTENSION 80
#include <asterisk/cdr.h>
+#include <asterisk/monitor.h>
#define AST_CHANNEL_NAME 80
@@ -175,6 +176,9 @@ struct ast_channel {
/*! Tone zone */
struct tone_zone *zone;
+ /* Channel monitoring */
+ struct ast_channel_monitor *monitor;
+
/* Frames in/out counters */
unsigned int fin;
unsigned int fout;