Index: apps/app_queue.c =================================================================== --- apps/app_queue.c (revision 89322) +++ apps/app_queue.c (working copy) lu = ast_module_user_add(chan); + load_realtime_queue(data); + AST_LIST_LOCK(&queues); AST_LIST_TRAVERSE(&queues, q, list) { if (!strcasecmp(q->name, data)) {