| 
  Description: This error means that the system deamon password is not the same as in the configuration files.
  Resolution: Update the system configuration file:
 
      - Login to the system administration
      - Navigate to 'Settings: Servers'
      - Click on the 'Edit' button
      - Copy 'Daemon username' and 'Daemon password' values
      - Login to the system shell as a root user
      Update the daemon username and password     nano /home/servers/pbxware/pw/pbxware/etc/pbxware.ini    - Set 'username=$USERNAME' - Daemon username from the system interface
 - Set 'passwd=$PASSWORD' - Daemon password from the system interface
 - Press 'CTRL + O' to save file
 - Press 'CTRL + X' to exit the editor
 - Navigate to the system administration interface and click on the 'Restart' button to restart the system
 
  
 |