From: Nathan Bruning Date: Fri, 6 Oct 2017 07:39:42 +0000 (+0200) Subject: app_queue.c: clear moh field in init_queue X-Git-Tag: 13.18.0-rc1~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=416e35589e320ecd25d5a34b262017bee078fa87;p=thirdparty%2Fasterisk.git app_queue.c: clear moh field in init_queue ASTERISK-27301 #close Change-Id: Ic31361f34e2de3b6470e68fc37205a7711082eba --- diff --git a/apps/app_queue.c b/apps/app_queue.c index c4c3dbcc04..b7718a1310 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");