From: Joshua Colp Date: Tue, 16 Jan 2007 17:36:50 +0000 (+0000) Subject: Return previous behavior. ParkedCalls will be able to do DTMF based transfers again... X-Git-Tag: 1.2.15~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84a751aecd1415e2dd2511ef16d2f40fdc70bdcc;p=thirdparty%2Fasterisk.git Return previous behavior. ParkedCalls will be able to do DTMF based transfers again. trunk however will get an option to allow this to be set on/off. (issue #8804 reported by nortex) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@51145 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_features.c b/res/res_features.c index b1eb6f16c5..41d2d30c23 100644 --- a/res/res_features.c +++ b/res/res_features.c @@ -1774,6 +1774,8 @@ static int park_exec(struct ast_channel *chan, void *data) ast_verbose(VERBOSE_PREFIX_3 "Channel %s connected to parked call %d\n", chan->name, park); memset(&config, 0, sizeof(struct ast_bridge_config)); + ast_set_flag(&(config.features_callee), AST_FEATURE_REDIRECT); + ast_set_flag(&(config.features_caller), AST_FEATURE_REDIRECT); res = ast_bridge_call(chan, peer, &config); /* Simulate the PBX hanging up */