From: Automerge script Date: Sun, 4 Jun 2006 04:05:13 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.9.1-netsec~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b54594651cd0baa10141b26799bcfa502ffd5a56;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@31951 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index 53929b309d..6e943f31b6 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -2431,7 +2431,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 ? -1 : 0; + res = bridge ? bridge : 1; } out: hangupcalls(outgoing, NULL);