Merge "res_parking: Fix blind transfer dynamic lots creation." into 13

This commit is contained in:
Joshua Colp
2016-03-26 14:25:53 -05:00
committed by Gerrit Code Review
4 changed files with 20 additions and 4 deletions

View File

@@ -496,7 +496,7 @@ struct ast_bridge *park_common_setup(struct ast_channel *parkee, struct ast_chan
lot = parking_lot_find_by_name(lot_name);
if (!lot) {
lot = parking_create_dynamic_lot(lot_name, parkee);
lot = parking_create_dynamic_lot(lot_name, parker);
}
if (!lot) {