diff --git a/apps/app_dial.c b/apps/app_dial.c index 4ef6cad83c..2682ebf39b 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -1414,7 +1414,6 @@ static int dial_exec_full(struct ast_channel *chan, void *data, struct ast_flags } ast_parseable_goto(chan, opt_args[OPT_ARG_GOTO]); ast_parseable_goto(peer, opt_args[OPT_ARG_GOTO]); - peer->priority++; ast_pbx_start(peer); hanguptree(outgoing, NULL); LOCAL_USER_REMOVE(u);