summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/parking/parking_controller.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/parking/parking_controller.c b/res/parking/parking_controller.c
index 0e91ebe7f..9e9e540cd 100644
--- a/res/parking/parking_controller.c
+++ b/res/parking/parking_controller.c
@@ -203,14 +203,12 @@ void parked_call_retrieve_enable_features(struct ast_channel *chan, struct parki
ast_channel_lock(chan);
existing_features = ast_bridge_features_ds_get(chan);
-
if (existing_features) {
feature_flags = *existing_features;
}
if (lot->cfg->parkedcalltransfers & recipient_mode) {
ast_set_flag(&feature_flags, AST_FEATURE_REDIRECT);
- ast_set_flag(&feature_flags, AST_FEATURE_ATXFER);
}
if (lot->cfg->parkedcallreparking & recipient_mode) {