diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index aecfeb0d0f..6040be1c68 100755 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -513,6 +513,7 @@ static int moh0_exec(struct ast_channel *chan, void *data) return -1; } while(!ast_safe_sleep(chan, 10000)); + ast_moh_stop(chan); return -1; }