git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6935 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-11-01 21:11:57 +00:00
parent 631ee6670c
commit b05e64ed12
4 changed files with 16 additions and 3 deletions

View File

@@ -434,6 +434,7 @@ struct chanmon;
oh.cid_num = cid_num; \
oh.cid_name = cid_name; \
oh.vars = vars; \
oh.parent_channel = NULL; \
}
struct outgoing_helper {
@@ -443,6 +444,7 @@ struct outgoing_helper {
const char *cid_num;
const char *cid_name;
struct ast_variable *vars;
struct ast_channel *parent_channel;
};
#define AST_CDR_TRANSFER (1 << 0)