mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Replace current spy architecture with backport of audiohooks. This should take care of current known spy issues.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@98972 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -276,9 +276,6 @@ struct ast_channel_tech {
|
||||
int (* set_base_channel)(struct ast_channel *chan, struct ast_channel *base);
|
||||
};
|
||||
|
||||
struct ast_channel_spy_list;
|
||||
struct ast_channel_whisper_buffer;
|
||||
|
||||
#define DEBUGCHAN_FLAG 0x80000000
|
||||
#define FRAMECOUNT_INC(x) ( ((x) & DEBUGCHAN_FLAG) | (((x)+1) & ~DEBUGCHAN_FLAG) )
|
||||
|
||||
@@ -430,8 +427,8 @@ struct ast_channel {
|
||||
int rawreadformat; /*!< Raw read format */
|
||||
int rawwriteformat; /*!< Raw write format */
|
||||
|
||||
struct ast_channel_spy_list *spies; /*!< Chan Spy stuff */
|
||||
struct ast_channel_whisper_buffer *whisper; /*!< Whisper Paging buffer */
|
||||
struct ast_audiohook_list *audiohooks;
|
||||
|
||||
AST_LIST_ENTRY(ast_channel) chan_list; /*!< For easy linking */
|
||||
|
||||
struct ast_jb jb; /*!< The jitterbuffer state */
|
||||
|
Reference in New Issue
Block a user