congestion_timeouts   59 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c static time_t congestion_timeouts[MAX_TRUNK_GROUPS];
congestion_timeouts  290 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 	if (congestion_timeouts[trunk_group]) {
congestion_timeouts  293 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 		if (now >= congestion_timeouts[trunk_group]) {
congestion_timeouts  294 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 			congestion_timeouts[trunk_group] = 0;
congestion_timeouts  775 src/ftmod/ftmod_sangoma_boost/ftmod_sangoma_boost.c 		congestion_timeouts[tg] = time(NULL) + delay;