|
|
|
|
@ -603,7 +603,6 @@ static int parking_duration_callback(struct ast_bridge_channel *bridge_channel,
|
|
|
|
|
ast_channel_lock(chan);
|
|
|
|
|
ast_channel_stage_snapshot(chan);
|
|
|
|
|
pbx_builtin_setvar_helper(chan, "PARKING_SPACE", parking_space);
|
|
|
|
|
pbx_builtin_setvar_helper(chan, "PARKINGSLOT", parking_space); /* Deprecated version of PARKING_SPACE */
|
|
|
|
|
pbx_builtin_setvar_helper(chan, "PARKEDLOT", user->lot->name);
|
|
|
|
|
pbx_builtin_setvar_helper(chan, "PARKER", dial_string);
|
|
|
|
|
pbx_builtin_setvar_helper(chan, "PARKER_FLAT", dial_string_flat);
|
|
|
|
|
|