diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 63b6691fa2..37d34d395f 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -1523,6 +1523,10 @@ static int conf_run(struct ast_channel *chan, struct ast_conference *conf, int c lastmarked = currentmarked; } } + + if (musiconhold) + ast_moh_stop(chan); + if (using_pseudo) close(fd); else { diff --git a/apps/app_queue.c b/apps/app_queue.c index 56b8abf9f9..c5aff80d05 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -1,7 +1,7 @@ /* * Asterisk -- An open source telephony toolkit. * - * Copyright (C) 1999 - 2005, Digium, Inc. + * Copyright (C) 1999 - 2006, Digium, Inc. * * Mark Spencer * @@ -2141,7 +2141,6 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce if (!peer) { if (to) { /* Musta gotten hung up */ - record_abandoned(qe); res = -1; } else { res = digit;