mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-07 05:39:39 +00:00
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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user