do not exit when unable to connect to freeswitch socket (#6992)

This commit is contained in:
frytimo 2024-06-03 16:31:32 -03:00 committed by GitHub
parent 058d9aba37
commit 968c05374f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -238,7 +238,6 @@
}
catch(Exception $e) {
echo $e->getMessage();
exit;
}
echo "<div class='action_bar sub'>\n";