aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-16 17:36:50 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-16 17:36:50 +0000
commit43cc2c811179eb689e8f224da594a1de93f1d3e9 (patch)
tree146b13f3195c575e0aabf3218384df18e513e43c /res
parent7b99d13e894d33a935bb539f08c88aff10c68d96 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.2@51145 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_features.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/res_features.c b/res/res_features.c
index b1eb6f16c..41d2d30c2 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 */