From 6a3f7e95a42f1e5403776942c95351be133926ff Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 23 Dec 2022 10:03:29 -0700 Subject: [PATCH] When greeting is used a short sleep is required Without the sleep may miss the beginning of the recording. --- app/call_centers/call_center_queue_edit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/call_centers/call_center_queue_edit.php b/app/call_centers/call_center_queue_edit.php index 4469f9a1ab..5f4be19ee9 100644 --- a/app/call_centers/call_center_queue_edit.php +++ b/app/call_centers/call_center_queue_edit.php @@ -354,6 +354,7 @@ $dialplan_xml .= " \n"; } if ($queue_greeting_path != '') { + $dialplan_xml .= " \n"; $greeting_array = explode(':', $queue_greeting_path); if (count($greeting_array) == 1) { $dialplan_xml .= " \n";