Merge "res_musiconhold: Don't restart MOH from beginning after announcement." into 13

This commit is contained in:
Jenkins2
2018-04-17 12:11:48 -05:00
committed by Gerrit Code Review

View File

@@ -331,7 +331,6 @@ static int ast_moh_files_next(struct ast_channel *chan)
}
} else {
state->announcement = 0;
state->samples = 0;
}
if (!state->class->total_files) {