mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Remove extra lock from app_queue.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198530 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2735,7 +2735,6 @@ static int ring_entry(struct queue_ent *qe, struct callattempt *tmp, int *busies
|
||||
strcpy(tmp->chan->cdr->accountcode, qe->chan->cdr->accountcode);
|
||||
strcpy(tmp->chan->cdr->userfield, qe->chan->cdr->userfield);
|
||||
}
|
||||
ast_channel_unlock(qe->chan);
|
||||
|
||||
/* Place the call, but don't wait on the answer */
|
||||
if ((res = ast_call(tmp->chan, location, 0))) {
|
||||
|
Reference in New Issue
Block a user