diff --git a/apps/app_queue.c b/apps/app_queue.c index d19f28368ca2548093640ffb20f0e1df551d0cc1..346794776808769cea9c36cecf66a695cc7624fe 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -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))) {