[Asterisk-cvs] asterisk/include/asterisk channel.h,1.111,1.112
kpfleming
kpfleming
Tue Nov 1 16:19:59 CST 2005
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv16500/include/asterisk
Modified Files:
channel.h
Log Message:
issue #5564
Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- channel.h 1 Nov 2005 17:22:25 -0000 1.111
+++ channel.h 1 Nov 2005 21:11:57 -0000 1.112
@@ -434,6 +434,7 @@
oh.cid_num = cid_num; \
oh.cid_name = cid_name; \
oh.vars = vars; \
+ oh.parent_channel = NULL; \
}
struct outgoing_helper {
@@ -443,6 +444,7 @@
const char *cid_num;
const char *cid_name;
struct ast_variable *vars;
+ struct ast_channel *parent_channel;
};
#define AST_CDR_TRANSFER (1 << 0)
More information about the svn-commits
mailing list