mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-02 02:18:31 +00:00
Remove some dead code dealing with: AST_BRIDGE_REC_CHANNEL_0, AST_BRIDGE_REC_CHANNEL_1, and AST_BRIDGE_IGNORE_SIGS.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@396734 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1976,12 +1976,6 @@ int ast_readstring_full(struct ast_channel *c, char *s, int len, int timeout, in
|
||||
#define AST_BRIDGE_DTMF_CHANNEL_0 (1 << 0)
|
||||
/*! \brief Report DTMF on channel 1 */
|
||||
#define AST_BRIDGE_DTMF_CHANNEL_1 (1 << 1)
|
||||
/*! \brief Return all voice frames on channel 0 */
|
||||
#define AST_BRIDGE_REC_CHANNEL_0 (1 << 2)
|
||||
/*! \brief Return all voice frames on channel 1 */
|
||||
#define AST_BRIDGE_REC_CHANNEL_1 (1 << 3)
|
||||
/*! \brief Ignore all signal frames except NULL */
|
||||
#define AST_BRIDGE_IGNORE_SIGS (1 << 4)
|
||||
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user