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:
Kevin P. Fleming
2005-08-23 02:22:33 +00:00
parent eb805b409f
commit 9e9f3ace21
4 changed files with 240 additions and 16 deletions

View File

@@ -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;