Merge Mahmut's recording patches

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@686 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-03-25 19:30:06 +00:00
parent 3df489bff6
commit 43b082cf5c
6 changed files with 472 additions and 2 deletions

View File

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