]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
After a discussion on #asterisk-dev, it was decided that this should be in 1.4 as...
authorMark Michelson <mmichelson@digium.com>
Mon, 20 Aug 2007 21:39:17 +0000 (21:39 +0000)
committerMark Michelson <mmichelson@digium.com>
Mon, 20 Aug 2007 21:39:17 +0000 (21:39 +0000)
(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

apps/app_queue.c

index a6f46ca237384aa1d38e1bef17de926d5ebbf285..c303107feef82d901545b7f56b5725264f2b9a1d 100644 (file)
@@ -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;
 }