Index: res/res_features.c =================================================================== RCS file: /usr/cvsroot/asterisk/res/res_features.c,v retrieving revision 1.75 diff -u -r1.75 res_features.c --- res/res_features.c 24 Oct 2005 20:12:06 -0000 1.75 +++ res/res_features.c 1 Nov 2005 13:16:30 -0000 @@ -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;