Base ackcall on newly available agent, not the pending one

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1469 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer 2003-09-04 04:03:47 +00:00
parent 9f1fc03a58
commit 9c12f6b550
1 changed files with 1 additions and 1 deletions

View File

@ -788,7 +788,7 @@ static int check_availability(struct agent_pvt *newlyavailable, int needlock)
if (needlock)
ast_mutex_unlock(&agentlock);
if (parent && chan) {
if (p->ackcall > 1) {
if (newlyavailable->ackcall > 1) {
/* Don't do beep here */
res = 0;
} else {