mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-27 06:31:54 +00:00
Fix redefinition of flag in channel.h
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172598 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -559,7 +559,7 @@ enum {
|
|||||||
/*! This flag indicates that the hangup exten should NOT be run when the
|
/*! This flag indicates that the hangup exten should NOT be run when the
|
||||||
* bridge terminates, this will allow the hangup in the pbx loop to be run instead.
|
* bridge terminates, this will allow the hangup in the pbx loop to be run instead.
|
||||||
* */
|
* */
|
||||||
AST_FLAG_BRIDGE_HANGUP_DONT = (1 << 17),
|
AST_FLAG_BRIDGE_HANGUP_DONT = (1 << 18),
|
||||||
};
|
};
|
||||||
|
|
||||||
/*! \brief ast_bridge_config flags */
|
/*! \brief ast_bridge_config flags */
|
||||||
|
|||||||
Reference in New Issue
Block a user