The issue is linked to certificates. You can have look on https://stackoverflow.com/questions/45088006/nodejs-error-self-signed-certificate-in-certificate-chain to see the possible options to solve...
Hello, I do not understand what does not work (the release, or the result in the payload), but i had developped nodes for Telephony for the node red contrib a few years ago. You can find it there ...
Hello, Your header seems to be wrong. You have got the code of the header generation for the connection with the Rainbow Node SDK : https://github.com/Rainbow-CPaaS/Rainbow-Node-SDK/blob/master/src...
Hello, could you tell us which SDK you used ? It is interesting to know that the bubbles are return with a list of users limited to 100. (So probably it is you had seen). On Rainbow Node SDK, we ...
Hello, In current release 1.66.1 you can upload file with Rainbow Node Sdk to conversation or bubble only. So i added in repository the method FileStorageService::uploadFileToStorage to Send a fi...
Hello, Thank you for the feed back. I corrected it, and it will be available in next delivery of the documentation. As a first step, i shared the doc here : https://github.com/Rainbow-CPaaS/Rai...
Hello, I commited the file i use to do some tests/validationd about the SDK on github : https://github.com/Rainbow-CPaaS/Rainbow-Node-SDK/blob/master/src/Samples/index.ts look at method testChann...
Hello, It is an issue solved in commit "8e4c30afca6e0321979fa103935073c14c4c14cf" (https://github.com/Rainbow-CPaaS/Rainbow-Node-SDK/tree/8e4c30afca6e0321979fa103935073c14c4c14cf), but it is not ...
Could you call the following APIs to see the status of PBX link : telephony.getAgentVersion()telephony.getAgentStatus() telephony.getPhoneAPIStatus() telephony.getXMPPAgentStatus()Thank you,Vincent.
Hello, Do you have the telephony events when you connect to official Rainbow Web UI (popup about incoming) ? Note that the node SDK only deal with the CTI calls events. It is in the backlog to a...