JavaScript
Run the application
Now that the application is updated, you now need to expose a port your local machine is using. A good way to create an accessible URL is to use ngrok.
-
Refer to this tutorial to learn how to connect your local development server to the Nexmo API using an ngrok tunnel.
-
Next, run the application:
npm start -
On a separate device, make a phone call to your Smart Number. When the call is received by the application, it will generate a NCCO that will make a phone call out to the
DEST_NUMBER.
Smart Numbers IVR
Redirect calls from your Smart Number to another number
Available on:
Steps
1
Introduction to this task2
Prerequisites3
Modifiy the sample code4
Run Application5
What's next?