Merge "app_queue.c: clear moh field in init_queue"

This commit is contained in:
Jenkins2 2017-10-11 11:30:46 -05:00 committed by Gerrit Code Review
commit 832efb4a41

View file

@ -2760,6 +2760,7 @@ static void init_queue(struct call_queue *q)
}
q->found = 1;
ast_string_field_set(q, moh, "");
ast_string_field_set(q, sound_next, "queue-youarenext");
ast_string_field_set(q, sound_thereare, "queue-thereare");
ast_string_field_set(q, sound_calls, "queue-callswaiting");