From b05e64ed12fdf0c73938d517c7d09f17911d6226 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 1 Nov 2005 21:11:57 +0000 Subject: issue #5564 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6935 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/channel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asterisk') 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) -- cgit v1.2.3