aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/channel.h')
-rw-r--r--include/asterisk/channel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index a3d73c9da..cc733b344 100644
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -588,10 +588,6 @@ enum {
/*! This flag indicates that on a masquerade, an active stream should not
* be carried over */
AST_FLAG_MASQ_NOSTREAM = (1 << 16),
- /*! This flag indicates that the hangup exten was run when the bridge terminated,
- * a message aimed at preventing a subsequent hangup exten being run at the pbx_run
- * level */
- AST_FLAG_BRIDGE_HANGUP_RUN = (1 << 17),
};
/*! \brief ast_bridge_config flags */
@@ -603,7 +599,6 @@ enum {
AST_FEATURE_AUTOMON = (1 << 4),
AST_FEATURE_PARKCALL = (1 << 5),
AST_FEATURE_AUTOMIXMON = (1 << 6),
- AST_FEATURE_NO_H_EXTEN = (1 << 7),
};
/*! \brief bridge configuration */