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

This commit is contained in:
Jenkins2 2018-04-17 12:21:37 -05:00 committed by Gerrit Code Review
commit 3255a286b3
1 changed files with 0 additions and 1 deletions

View File

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