Index: res/res_musiconhold.c =================================================================== RCS file: /usr/local/cvsroot/asterisk/res/res_musiconhold.c,v retrieving revision 1.41 diff -u -r1.41 res_musiconhold.c --- res/res_musiconhold.c 9 Dec 2004 19:55:01 -0000 1.41 +++ res/res_musiconhold.c 13 Dec 2004 20:49:59 -0000 @@ -355,6 +355,7 @@ return -1; } while(!ast_safe_sleep(chan, 10000)); + ast_moh_stop(chan); return -1; }