From 968c05374f21ed8036919edc1c863a92e2e2e35f Mon Sep 17 00:00:00 2001 From: frytimo Date: Mon, 3 Jun 2024 16:31:32 -0300 Subject: [PATCH] do not exit when unable to connect to freeswitch socket (#6992) --- app/sip_status/sip_status.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/sip_status/sip_status.php b/app/sip_status/sip_status.php index f3d40f5d37..1ca59e01ce 100644 --- a/app/sip_status/sip_status.php +++ b/app/sip_status/sip_status.php @@ -238,7 +238,6 @@ } catch(Exception $e) { echo $e->getMessage(); - exit; } echo "
\n";