Es kann keine connection erstellt werden
Hello,
I'm new to the development of apps using the innovaphone sdk. Right at the start I got the following problem:
I created a plain innovaphone App using the c++ template. (The same problem occures when trying the same thing with a plain javascript runtime template). While adding an "App Platform Connetion", the following error messages occured right after clicking the connect button:
"innovaphone SDK - Connection failed
Failes to connect to PBX. See log for details"
and
"innovaphone SDK - Connection failed
Failes to connect to PBX. See log for details"
and
"innovaphone SDK - Error
An unexpected error occured (see log for details): Object reference not set to the instance of an object".
The changelog:
"[05-24 11:07:44.810] PBXConnection.CreateAdminAppObject() failed with system exception.
An unexpected error occured (see log for details): Object reference not set to the instance of an object".
The changelog:
"[05-24 11:07:44.810] PBXConnection.CreateAdminAppObject() failed with system exception.
[05-24 11:07:44.810] The remote server returned an error: (401) Unauthorized.
[05-24 11:09:41.735] Object reference not set to an instance of an object."
I did some research and errormessage 401 means: "The client has no sufficient access right to access the URL on the HTTP server".
The pbx system uses the testmode. Therefore a missing license should not be the problem.