From: Mark Michelson Date: Mon, 20 Aug 2007 21:39:17 +0000 (+0000) Subject: After a discussion on #asterisk-dev, it was decided that this should be in 1.4 as... X-Git-Tag: 1.4.12.1~224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6268d2d7ec3be5d894b65cc2d3ad4c3c35f13d22;p=thirdparty%2Fasterisk.git After a discussion on #asterisk-dev, it was decided that this should be in 1.4 as well. (issue #10424, reported and patched by irroot) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@80086 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_queue.c b/apps/app_queue.c index a6f46ca237..c303107fee 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -1163,6 +1163,8 @@ static struct call_queue *load_realtime_queue(const char *queuename) ast_variables_destroy(queue_vars); AST_LIST_UNLOCK(&queues); + } else { + update_realtime_member(q); } return q; }