aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-01 21:11:57 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-01 21:11:57 +0000
commita68250b79bf5358b7cf67bbd9185409a17993abc (patch)
tree9174292f27151eeb3b58254ab97faf9e9063b7f4 /include
parent5f0fa721d1ae6458155e5c58ffc838c6195484eb (diff)
issue #5564
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6935 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/channel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index 6599edbb5..ce5975dbe 100755
--- a/include/asterisk/channel.h
+++ b/include/asterisk/channel.h
@@ -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)