Node.JS SDK initiate a call between 2 parties?
Can Node.JS SDK initiate a call between 2 parties?
For example, call out to an internal extension first, then call out to Rainbow account via WebRTC, then bridge both parties together?
-
Hi Yew Meng,
With NodeJS SDK you are able to create 3PCC calls, as Rainbow user, on node you can do a makecall to the number of your choice if the user is link to a PBX system. If the default web or mobile account is in VoIP mode, the call will be presented on the device, and after to the remote extension.
Regards
Vincent
-
@Vincent: How do you leverage the NodeJS SDK to do 3PCC? Most of the operations (in fact all but the makeCall, and getActiveCall take a contact object, but according to the description, the contact object for makecall is "contact object that you want to call", whereas if it were 3PCC, it would have to be called "contact object from where the call originates"), and for getActiveCalls the contact object is described as "The contact with an active call with us.".. so that seems to suggest it only works if a contact is in a call with the logged in user of my NodeJS SDK application.
I'm looking for a way to do real 3PCC like you can do using the OmniPCX Open Gateway.
Please sign in to leave a comment.
Comments
4 comments