aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-30 19:04:11 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-30 19:04:11 +0000
commit71414af44ff369105e863a35ca096eef490ff6e3 (patch)
treeaf7374f1fc712ec3a281878ad0c474c6b204681e /res
parent5e617a5c5f296a570c10530a84631c30e4741d9e (diff)
Do not listen for DTMF on the bridge that comes into existence when ParkedCall is executed. This means native bridging can now occur for this. (issue #8406 reported by kebl0155)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@48154 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_features.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/res/res_features.c b/res/res_features.c
index 88e444695..b1eb6f16c 100644
--- a/res/res_features.c
+++ b/res/res_features.c
@@ -1774,12 +1774,6 @@ 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);
- config.timelimit = 0;
- config.play_warning = 0;
- config.warning_freq = 0;
- config.warning_sound=NULL;
res = ast_bridge_call(chan, peer, &config);
/* Simulate the PBX hanging up */