From 8fff4dc17b2d2b7cf4643a40338be21187a4bfce Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 30 May 2023 10:15:19 -0600 Subject: [PATCH] Fix the call flow sound and alternate sound --- app/call_flows/call_flow_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/call_flows/call_flow_edit.php b/app/call_flows/call_flow_edit.php index a0af2be372..98b0251afb 100644 --- a/app/call_flows/call_flow_edit.php +++ b/app/call_flows/call_flow_edit.php @@ -627,7 +627,7 @@ echo "\n"; echo "\n"; - sound_select_list(!empty($call_flow_sound), 'call_flow_sound', 'call_flow_sound', true); + sound_select_list($call_flow_sound, 'call_flow_sound', 'call_flow_sound', true); /* echo "\n"; @@ -671,7 +671,7 @@ echo "\n"; echo "\n"; - sound_select_list(!empty($call_flow_alternate_sound), 'call_flow_alternate_sound', 'call_flow_alternate_sound', true); + sound_select_list($call_flow_alternate_sound, 'call_flow_alternate_sound', 'call_flow_alternate_sound', true); /* echo "\n";