diff --git a/apps/app_queue.c b/apps/app_queue.c index 0cc3b26851..5fe9324866 100644 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -2646,6 +2646,9 @@ static void init_queue(struct call_queue *q) q->retry = DEFAULT_RETRY; q->timeout = DEFAULT_TIMEOUT; q->maxlen = 0; + + ast_string_field_set(q, context, ""); + q->announcefrequency = 0; q->minannouncefrequency = DEFAULT_MIN_ANNOUNCE_FREQUENCY; q->announceholdtime = 1;