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/branches/1.4@90548 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2007-12-03 18:40:56 +00:00
parent 90edaee7dd
commit b18d1bdd1a
3 changed files with 12 additions and 2 deletions

View File

@@ -437,6 +437,8 @@ struct ast_channel {
unsigned int emulate_dtmf_duration; /*!< Number of ms left to emulate DTMF for */
struct timeval dtmf_tv; /*!< The time that an in process digit began, or the last digit ended */
int visible_indication; /*!< Indication currently playing on the channel */
/*! \brief Data stores on the channel */
AST_LIST_HEAD_NOLOCK(datastores, ast_datastore) datastores;
};