[Asterisk-cvs] asterisk/res res_features.c,1.75,1.76
kpfleming
kpfleming
Tue Nov 1 15:37:38 CST 2005
Update of /usr/cvsroot/asterisk/res
In directory mongoose.digium.com:/tmp/cvs-serv16167/res
Modified Files:
res_features.c
Log Message:
issue #5499
Index: res_features.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_features.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- res_features.c 24 Oct 2005 20:12:06 -0000 1.75
+++ res_features.c 1 Nov 2005 20:29:36 -0000 1.76
@@ -1087,7 +1087,7 @@
if ((chan = ast_request(type, format, data, &cause))) {
ast_set_callerid(chan, cid_num, cid_name, cid_num);
-
+ ast_channel_inherit_variables(caller, chan);
if (!ast_call(chan, data, timeout)) {
struct timeval started;
int x, len = 0;
More information about the svn-commits
mailing list