mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Code wasn't ready to be merged - see -dev list discussion
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@129307 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -582,12 +582,6 @@ enum {
|
||||
/*! This flag indicates that on a masquerade, an active stream should not
|
||||
* be carried over */
|
||||
AST_FLAG_MASQ_NOSTREAM = (1 << 16),
|
||||
/*! If the flag is controlled by AGI (not FastAGI) */
|
||||
AST_FLAG_AGI = (1 << 17),
|
||||
/*! If the flag is controlled by FastAGI */
|
||||
AST_FLAG_FASTAGI = (1 << 18),
|
||||
/*! If the flag is controlled by AsyncAGI */
|
||||
AST_FLAG_ASYNCAGI = (1 << 19),
|
||||
};
|
||||
|
||||
/*! \brief ast_bridge_config flags */
|
||||
|
Reference in New Issue
Block a user