automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@30462 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.2-netsec
Automerge script 20 years ago
parent ad5a410b70
commit b752fe2fb0

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

Loading…
Cancel
Save