[asterisk-commits] rmudgett: trunk r401272 - in /trunk: ./ res/parking/parking_controller.c

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


Author: rmudgett
Date: Fri Oct 18 17:52:35 2013
New Revision: 401272

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

Merged revisions 401271 from http://svn.asterisk.org/svn/asterisk/branches/12

Modified:
    trunk/   (props changed)
    trunk/res/parking/parking_controller.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.

Modified: trunk/res/parking/parking_controller.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/parking/parking_controller.c?view=diff&rev=401272&r1=401271&r2=401272
==============================================================================
--- trunk/res/parking/parking_controller.c (original)
+++ trunk/res/parking/parking_controller.c Fri Oct 18 17:52:35 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