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

certified/13.18
Joshua Colp 8 years ago committed by Gerrit Code Review
commit 0430ae5d51

@ -2696,6 +2696,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");

Loading…
Cancel
Save