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
This commit is contained in:
Joshua Colp
2007-12-03 18:44:16 +00:00
parent ec77de0d8b
commit 46d2c050c5
3 changed files with 11 additions and 3 deletions

View File

@@ -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 */