mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-20 19:53:10 +00:00
app_queue.c: clear moh field in init_queue
ASTERISK-27301 #close Change-Id: Ic31361f34e2de3b6470e68fc37205a7711082eba
This commit is contained in:
committed by
Joshua Colp
parent
65366a435e
commit
be7da57546
@@ -2760,6 +2760,7 @@ static void init_queue(struct call_queue *q)
|
|||||||
}
|
}
|
||||||
q->found = 1;
|
q->found = 1;
|
||||||
|
|
||||||
|
ast_string_field_set(q, moh, "");
|
||||||
ast_string_field_set(q, sound_next, "queue-youarenext");
|
ast_string_field_set(q, sound_next, "queue-youarenext");
|
||||||
ast_string_field_set(q, sound_thereare, "queue-thereare");
|
ast_string_field_set(q, sound_thereare, "queue-thereare");
|
||||||
ast_string_field_set(q, sound_calls, "queue-callswaiting");
|
ast_string_field_set(q, sound_calls, "queue-callswaiting");
|
||||||
|
Reference in New Issue
Block a user