mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 22:45:49 +00:00
More flagification, courtesy drumkilla (bug #3280)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4748 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -36,6 +36,7 @@ extern "C" {
|
||||
|
||||
#include <asterisk/cdr.h>
|
||||
#include <asterisk/monitor.h>
|
||||
#include <asterisk/utils.h>
|
||||
|
||||
|
||||
#define AST_CHANNEL_NAME 80
|
||||
@@ -238,8 +239,8 @@ struct ast_channel {
|
||||
#define AST_FEATURE_FLAG_NEEDSDTMF (1 << 0)
|
||||
|
||||
struct ast_bridge_config {
|
||||
unsigned int features_caller;
|
||||
unsigned int features_callee;
|
||||
struct ast_flags features_caller;
|
||||
struct ast_flags features_callee;
|
||||
long timelimit;
|
||||
long play_warning;
|
||||
long warning_freq;
|
||||
|
Reference in New Issue
Block a user