summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2007-12-03 18:44:16 +0000
committerJoshua Colp <jcolp@digium.com>2007-12-03 18:44:16 +0000
commit46d2c050c55a5d46540157a237629cf71ef63b49 (patch)
treee8fdf8dceccb2a6c61a295563213208b9e97d9fc /include
parentec77de0d8bb578a7c32cab7b76043e46bdaedd40 (diff)
Merged revisions 90548 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r90548 | file | 2007-12-03 14:40:56 -0400 (Mon, 03 Dec 2007) | 2 lines Preserve the indication currently playing on a channel when a masquerade operation happens. (issue #BE-88) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@90550 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/channel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index aea8f4d8c..8a20d3b91 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -505,6 +505,7 @@ struct ast_channel {
int epfd;
struct ast_epoll_data *epfd_data[AST_MAX_FDS];
#endif
+ int visible_indication; /*!< Indication currently playing on the channel */
};
/*! \brief ast_channel_tech Properties */