mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-10 06:49:40 +00:00
issue #5564
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6935 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user