Problem
Registration fails with one of the following error codes; 818, 687, or 761
Solutions:
ERROR 818: An error has occurred, please contact customer care at +1 (920) 886-8130 for further assistance.
This is a generic timeout message:
- Check network settings and make sure the PBX has access to the internet.
- Try pinging a known good domain (i.e. google.com) from the command line.
- If you get "unknown host google.com" then you have a DNS issue. Verify your DNS settings and that you don't have anything blocking DNS resolution.
- If you get "Network is unreachable" or no reply at all then you have a network issue. Double check the gateway, subnet, & firewall settings.
- If you get "unknown host google.com" then you have a DNS issue. Verify your DNS settings and that you don't have anything blocking DNS resolution.
- If you are running behind a SonicWall firewall try the steps in the SonicWall Basic Troubleshooting article.
- If you are running an OpenVZ instance (such as with certain Hosted PBXs) review this wiki OpenVZ with FreePBX System article.
- Make sure this server hasn't been previously registered.
- Login to https://portal.sangoma.com/ and Navigate to Deployments --> List All, and click the edit Icon for the deployment in question. If there is Zend ID listed you will need to reset the Zend ID and re-register the deployment. This should only happen if there have been hardware changes to the server. See this WIKI article for Resetting the Zend ID and Re-registering the deployment. How to Move a Deployment ID to a new PBX
- If none of those resolve the error contact Schmooze Support.
ERROR 687: An error has occurred creating your portal account, please contact customer care at +1 (920) 886-8130 for further assistance.
This typically means you are trying to create an account that is already registered.
- If that's the case make sure you are selecting Yes for "Do you have a Portal account?"
- If that's not the case try logging into https://portal.sangoma.com/ and/or use the password recovery option to re-gain access to your account.
- If neither of those options work contact the sales department to verify your account @ +1 (920) 886-8130
ERROR 761: An error has occurred, please contact customer care at +1 (920) 886-8130 for further assistance.
This usually happens when registering to an existing account.
- Make sure you've typed the account email address correctly
- Make sure this server hasn't already been registered to this account.
- If neither of those options work contact the sales department to verify your account @ +1 (920) 886-8130
Related articles
SonicWall Basic Troubleshooting | OpenVZ with FreePBX System | How to Move a Deployment ID to a new PBX
1 Comment
SysAdminMan
I also saw ERROR 761 (when registering without an ID) and ERROR 818 (when registering with an ID) with -
allow_url_fopen = off
in php.ini.
Setting it to "on" allowed the system to register correctly.