From eaca1770b5d8d15f1b898634254ec667aae6e2c2 Mon Sep 17 00:00:00 2001 From: mmichelson Date: Mon, 20 Aug 2007 21:39:17 +0000 Subject: 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: http://svn.digium.com/svn/asterisk/branches/1.4@80086 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_queue.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/app_queue.c b/apps/app_queue.c index a6f46ca23..c303107fe 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; } -- cgit v1.2.3