Use the default timeout for a queue instead of -1

(closes issue #14272)
Reported by: timking



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@169574 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Mark Michelson 17 years ago
parent 419bb42e04
commit b52253d590

@ -1146,7 +1146,7 @@ static void init_queue(struct call_queue *q)
q->dead = 0;
q->retry = DEFAULT_RETRY;
q->timeout = -1;
q->timeout = DEFAULT_TIMEOUT;
q->maxlen = 0;
q->announcefrequency = 0;
q->minannouncefrequency = DEFAULT_MIN_ANNOUNCE_FREQUENCY;

Loading…
Cancel
Save