mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
add ability to map feature sequences to applications (issue #3764)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6374 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -373,6 +373,8 @@ struct ast_channel {
|
||||
#define AST_FEATURE_AUTOMON (1 << 4)
|
||||
|
||||
#define AST_FEATURE_FLAG_NEEDSDTMF (1 << 0)
|
||||
#define AST_FEATURE_FLAG_CALLEE (1 << 1)
|
||||
#define AST_FEATURE_FLAG_CALLER (1 << 2)
|
||||
|
||||
struct ast_bridge_config {
|
||||
struct ast_flags features_caller;
|
||||
|
Reference in New Issue
Block a user