Hello, You have that because your phone probably have a remote extension linked to the main phoneset. It can be a usual remote ext, or a remote ext used by the Webrtc gateway. By now, the SDK do no...
in the logs there is a errorMessage: 'outOfService' This mean, the make call is well done by you and the SDK engine. But something goes wrong when rainbow/pbx try to deliver the call. This can be ...
Hello Quentin, Yes the makecall API is running. But it is remote call control of a phoneset connected to a PBX. This pbx must also be connected to rainbow. So you have to take care about licences...
Hello, There is no management of the avatars in Admin rainbow node SDK. You have documentation about API : https://hub.openrainbow.com/#/documentation/doc/sdk/node/api/admin And also : https://hu...
Hello, Did you found a solution ? Some times when a lib is not found at run time it comes from the packages-lock.json. Could you try to move from this file from your project folder, and do a ne...
Hi Quentin, I do not see what is wrong. Note that the error about the listenerCount of undefined means that it did not found the object from : let EventEmitter = require("events").EventEmitter; T...
Hi sunny, Thank you for the feed back. Personnaly i used the lib const fileapi = require("file-api");it allows to get the full object need by file api : file = new fileapi.File({ ...
Ok, so could you please activate full logs, so maybe we can see what is going on. in the options of the SDK : "logs": { "enableConsoleLogs": true, // Default: true "enableFileLog...
Hello Quentin, did you used the SDK in a corporate network ? And then don't you have to use a proxy to go outside ? Regards, Vincent.
Hello Sunny, I am not fully aware of the rigth's constraints, but take care to not use an admin account to connect your bot, because : in doc https://hub.openrainbow.com/#/documentation/doc/hub/u...