aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 13:15:30 +0000
committerbweschke <bweschke@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-08 13:15:30 +0000
commit9a4ce59bcc7c3c4cf998f7c62e1dcf26947b1189 (patch)
tree48569fc7301f4429da67905e039381c856bbea2a /apps/app_queue.c
parent97237b251c4b0244e02b4ce477ad1c8b5c5a9614 (diff)
Oops. :(
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@25520 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 bd6102136..dda70b492 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -1185,7 +1185,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;