mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
This is part 2/2 of the patches for #7090. Adds one-step call parking to /trunk via builtin functions and 'k' 'K' application options added to app_dial. This also resolves #6340.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@29467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -474,6 +474,7 @@ struct ast_channel {
|
||||
#define AST_FEATURE_DISCONNECT (1 << 2)
|
||||
#define AST_FEATURE_ATXFER (1 << 3)
|
||||
#define AST_FEATURE_AUTOMON (1 << 4)
|
||||
#define AST_FEATURE_PARKCALL (1 << 5)
|
||||
|
||||
#define AST_FEATURE_FLAG_NEEDSDTMF (1 << 0)
|
||||
#define AST_FEATURE_FLAG_CALLEE (1 << 1)
|
||||
|
Reference in New Issue
Block a user