mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 02:46:30 +00:00
Add message Unable to connect...
This commit is contained in:
@@ -160,6 +160,9 @@
|
||||
echo "Re-connected to event socket\n";
|
||||
}
|
||||
else {
|
||||
//unable to connect to event socket
|
||||
echo "Unable to connect to event socket\n";
|
||||
|
||||
//sleep and then attempt to reconnect
|
||||
sleep(1);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user