........
Merged revisions 401271 from http://svn.asterisk.org/svn/asterisk/branches/12
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@401272
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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) {