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/connect
Authorization: Basic XXXXXX
Content-Type: application/json
{
from : "919999999999", // EnableX virtual number
to : "918888888888" //Destination number for bridge call
}