mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
Oops. :(
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@25520 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user