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;

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to