--- apps/app_queue.c 26 Jul 2005 21:53:56 -0000 1.152 +++ apps/app_queue.c 27 Jul 2005 21:29:01 -0000 @@ -1906,6 +1906,7 @@ ast_set_flag(&(bridge_config.features_caller), AST_FEATURE_DISCONNECT); break; case 'n': + time(&now); if ((now - qe->start >= qe->parent->timeout)) *go_on = 1; break;