Merged revisions 30424 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r30424 | bweschke | 2006-05-25 17:22:16 -0400 (Thu, 25 May 2006) | 3 lines

 Oops.


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@30426 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
BJ Weschke
2006-05-25 21:24:12 +00:00
parent 31081f1224
commit 59e1522025

View File

@@ -2488,7 +2488,7 @@ static int try_calling(struct queue_ent *qe, const char *options, char *announce
if (bridge != AST_PBX_NO_HANGUP_PEER) if (bridge != AST_PBX_NO_HANGUP_PEER)
ast_hangup(peer); ast_hangup(peer);
update_queue(qe->parent, member); update_queue(qe->parent, member);
res = bridge ? 0 : -1; res = bridge ? -1 : 0;
} }
out: out:
hangupcalls(outgoing, NULL); hangupcalls(outgoing, NULL);