--- app_queue.c.orig 2006-04-17 16:36:51.000000000 -0400 +++ app_queue.c 2006-04-17 16:33:01.000000000 -0400 @@ -941,7 +941,7 @@ } ast_mutex_unlock(&qlock); - if (!q || q->realtime) { + if (!q) { /*! \note Load from realtime before taking the global qlock, to avoid blocking all queue operations while waiting for the DB.