aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 13:16:06 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 13:16:06 +0000
commit2b2565f7ae91f4efef6887b7f5942445cc176ea8 (patch)
tree62db3015d413acab91228b11351a35f948f5541f /apps/app_queue.c
parentbe7f88f066a80627e37c98139146ab3dcd59030a (diff)
Merged revisions 25520 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r25520 | bweschke | 2006-05-08 09:15:30 -0400 (Mon, 08 May 2006) | 3 lines Oops. :( ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25521 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index b81e0912f..bbf0a2c99 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1215,7 +1215,7 @@ static int say_position(struct queue_ent *qe)
qe->last_pos = now;
qe->last_pos_said = qe->pos;
/* Don't restart music on hold if we're about to exit the caller from the queue */
- if (!res)
+ if (res)
ast_moh_start(qe->chan, qe->moh);
return res;