summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-05-25 05:32:55 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-05-25 05:32:55 -0500
commitb0e4ea96de42f0b36845a432937d3c7f6218dd76 (patch)
tree2aa0975776412789678850fca5e9fcc2886ba873 /include
parentd1ab0936ab365b1f81489b3a53e9d32d9b09c43b (diff)
parentf6c33771f660c3ad15bc554b355cb21e83c85e36 (diff)
Merge "Bridging: introduce "invisible" bridges."
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/bridge_features.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/bridge_features.h b/include/asterisk/bridge_features.h
index df01a0dca..7fcb85bd2 100644
--- a/include/asterisk/bridge_features.h
+++ b/include/asterisk/bridge_features.h
@@ -53,6 +53,8 @@ enum ast_bridge_feature_flags {
AST_BRIDGE_FLAG_TRANSFER_PROHIBITED = (1 << 8),
/*! Bridge transfers require transfer of entire bridge rather than individual channels */
AST_BRIDGE_FLAG_TRANSFER_BRIDGE_ONLY = (1 << 9),
+ /*! Bridge is invisible to AMI/CLI/ARI/etc. */
+ AST_BRIDGE_FLAG_INVISIBLE = (1 << 10),
};
/*! \brief Flags used for per bridge channel features */