aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-25 19:30:06 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-03-25 19:30:06 +0000
commitbda20d3d74b5face92e4609b75276b8f946d599a (patch)
tree058fbbc69e6eb1f9abda5030274cfbdead091589 /include/asterisk/channel.h
parentb9dddcde04db6ecd00a351d98de311aa5862cdf3 (diff)
Merge Mahmut's recording patches
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@686 f38db490-d61c-443f-a65b-d21fe96a405b
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;