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

16.0
Jenkins2 8 years ago committed by Gerrit Code Review
commit 3255a286b3

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

Loading…
Cancel
Save