aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-03 18:40:56 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-12-03 18:40:56 +0000
commitef693b474008c88fce39d498608687a5fc749346 (patch)
tree8ea1f07cb07d36a10a0582bf61f8b3e559b0fc0a /include
parentdb03061bf42ab2b998370662a0c670852f4b0962 (diff)
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/branches/1.4@90548 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index a05975a56..7ee4bef11 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -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;
};