Index: apps/app_queue.c =================================================================== --- apps/app_queue.c (revision 77379) +++ apps/app_queue.c (working copy) @@ -2326,6 +2326,7 @@ char vars[2048]; int forwardsallowed = 1; int callcompletedinsl; + int noption = 0; memset(&bridge_config, 0, sizeof(bridge_config)); time(&now); @@ -2358,12 +2359,16 @@ (*go_on)++; else *go_on = qe->parent->membercount; + noption = 1; break; case 'i': forwardsallowed = 0; break; } + if(!noption) + *go_on = -1; + /* Hold the lock while we setup the outgoing calls */ if (use_weight) AST_LIST_LOCK(&queues);