Merge "res_parking: Cleanup find_channel_parking_lot_name() usage."

This commit is contained in:
zuul
2016-03-26 14:10:21 -05:00
committed by Gerrit Code Review
4 changed files with 12 additions and 19 deletions

View File

@@ -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);