diff --git a/main/features.c b/main/features.c index fe9f8b9c6a..9e06e41a73 100644 --- a/main/features.c +++ b/main/features.c @@ -2825,10 +2825,8 @@ static int park_call_exec(struct ast_channel *chan, void *data) AST_APP_ARG(options); ); - if (!ast_strlen_zero(data)) { - parse = ast_strdupa(data); - AST_STANDARD_APP_ARGS(app_args, parse); - } + parse = ast_strdupa(data); + AST_STANDARD_APP_ARGS(app_args, parse); ast_copy_string(orig_exten, chan->exten, sizeof(orig_exten));