| 
   Description:  This error usually means that the system is not running because it's stopped or because of a network problem.       Resolution:  Click on the 'Re-connect' link in the interface in order to re-connect to the system. If this does not start it:   Login to the system shell as the root user   Reload/Restart the system with the debug display:   /home/servers/pbxware/sh/pbxware/dreload  /home/servers/pbxware/sh/pbxware/drestart   Debug information should tell you more about the nature of the problem (Invalid system MAC address etc).   If all seems good, test the IP on which the system listens to   netstat -an | grep 10001   If you are trying to connect to a remote system, try to telnet (type 'quit' to exit)   telnet $IP 10001   If you cannot connect to port 10001, the host has networking firewall issues  
 |