aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-03 18:44:16 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-03 18:44:16 +0000
commit0382b41448a4e29bd268898e1026558f0042fb9a (patch)
treee8fdf8dceccb2a6c61a295563213208b9e97d9fc /include
parent7f367fa557a618d9fcbb9f0cba7458589e5f9bb4 (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: http://svn.digium.com/svn/asterisk/trunk@90550 f38db490-d61c-443f-a65b-d21fe96a405b
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 */