mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Merge "res_parking: Cleanup find_channel_parking_lot_name() usage."
This commit is contained in:
@@ -608,7 +608,7 @@ static int parked_call_app_exec(struct ast_channel *chan, const char *data)
|
||||
int target_space = -1;
|
||||
struct ast_bridge_features chan_features;
|
||||
char *parse;
|
||||
char *lot_name;
|
||||
const char *lot_name;
|
||||
|
||||
AST_DECLARE_APP_ARGS(args,
|
||||
AST_APP_ARG(lot_name);
|
||||
|
Reference in New Issue
Block a user