diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index e3808da624..5f715b608b 100755 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -355,6 +355,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; }