do not exit when unable to connect to freeswitch socket (#6992)
This commit is contained in:
parent
058d9aba37
commit
968c05374f
|
|
@ -238,7 +238,6 @@
|
||||||
}
|
}
|
||||||
catch(Exception $e) {
|
catch(Exception $e) {
|
||||||
echo $e->getMessage();
|
echo $e->getMessage();
|
||||||
exit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<div class='action_bar sub'>\n";
|
echo "<div class='action_bar sub'>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue