Programmable Voice API Sample Codes

Sample Applications and their source codes are available on Github to enable application developers to understand how to build applications using EnableX API. Each of the sample application is developed to showcase a specific use case. Therefore, these applications methods may not cover every aspect of EnableX API, but helps you get started with coding quickly.

All Voice APIs are REST implementation, so unlike other services these do not have any language or framework binding. Developer just needs to figure out on how to make these REST request and also respond to WebHooks and or REST events/responses from the EnableX Server. As a showcase, all samples on the github are developed using nodejs.

Sample Code for Incoming Voice call

This Sample Application demonstrates how to use EnableX handle Incoming Calls in any Application. To use this Application you need to sign-up with EnableX and create a Project with Voice Service.

Get from Github

Sample Code for Outbound Voice Call

This Sample Application demonstrates how to use EnableX Voice APIs to make Outbound Calls from any Application. To use this Application you need to sign-up with EnableX and create a Project with Voice Service.

Get from Github

Sample Code for Voice Call Bridging

This Sample Application demonstrates how to use EnableX Voice APIs to make Outbound Calls from any Application and bridge them together. To use this Application you need to sign-up with EnableX and create a Project with Voice Service.

Get from Github

Sample Code for Voice Message Broadcasting

This Sample Application showcases how to use Message Broadcasting APIs to broadcast Voice Call. To use this Application you need to sign-up with EnableX and create a Project with Voice Service.

Get from Github