Voice Bridge
You can bridge both inbound and outbound voice calls to a PSTN, VOIP, and SIP-enabled devices by us)ing the connectVoice() API.
Connect API Request
PUT https://api.enablex.io/voice/v1/call/$voice_id/connectAuthorization: Basic XXXXXXContent-Type: application/json{from : "919999999999", // EnableX virtual numberto : "918888888888" //Destination number for bridge call}