summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/app_queue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index c4c3dbcc0..b7718a131 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -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");