Unable to place key in SIPSTATION setup

I am getting a PHP error in the sipstation module when trying to put the key in. I have never used SIPStation on this server before and its hosted with freepbxhosting.com. Here is the error I am getting

Pest_NotFound

{“message”:“Not found”}
/var/www/html/admin/libraries/pest/Pest.php

            case 401:
                throw new Pest_Unauthorized($this->processError($body));
                break;
            case 403:
                throw new Pest_Forbidden($this->processError($body));
                break;
            case 404:
                throw new Pest_NotFound($this->processError($body));
                break;
            case 405:

PHP5.3 is also installed on the server. I am running the latest updates.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.