res_parking: Remove setting useless flag.

........

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
This commit is contained in:
Richard Mudgett 2013-10-18 22:52:35 +00:00
parent 14dc5776d2
commit a80a6a7631
1 changed files with 0 additions and 2 deletions

View File

@ -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) {