[asterisk-commits] rmudgett: branch 12 r401271 - /branches/12/res/parking/parking_controller.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Oct 18 17:51:27 CDT 2013


Author: rmudgett
Date: Fri Oct 18 17:51:26 2013
New Revision: 401271

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=401271
Log:
res_parking: Remove setting useless flag.

Modified:
    branches/12/res/parking/parking_controller.c

Modified: branches/12/res/parking/parking_controller.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/res/parking/parking_controller.c?view=diff&rev=401271&r1=401270&r2=401271
==============================================================================
--- branches/12/res/parking/parking_controller.c (original)
+++ branches/12/res/parking/parking_controller.c Fri Oct 18 17:51:26 2013
@@ -203,14 +203,12 @@
 
 	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) {




More information about the asterisk-commits mailing list