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 15:00:34 -0000 @@ -794,6 +794,7 @@ newchan->_state = AST_STATE_UP; ast_clear_flag(newchan, AST_FLAGS_ALL); newchan->_softhangup = 0; + ast_channel_inherit_variables(chan, xferchan); tobj = malloc(sizeof(struct ast_bridge_thread_obj)); if (tobj) {