mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "res_parking: Fix blind transfer dynamic lots creation." into 13
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user