.NET
Add Make Call Action
In the Voice controller add a new HTTP POST route. You will use this to make an outgoing call with a NCCO stream action. This action will play the audio file located at the STREAM_URL into the call.
This will place a call, and pass a single action into that call which will play the audio file located at the STREAM_URL into the call.
For testing purposes use https://raw.githubusercontent.com/nexmo-community/ncco-examples/gh-pages/assets/welcome_to_nexmo.mp3
Add the following code to the VoiceController class:
Play Audio into a Call with .NET
A tutorial showing you how to build an app that will play audio into a PSTN call
Steps
1
Introduction to this tutorial2
Prerequisites3
Create .NET Voice Application4
Install Vonage Dotnet5
Add a Voice Controller6
Add Make Call Action7
Add a Receive Call Route8
Add a Voice View9
Set Startup Route10
Configure the ASP.NET App11
Run the .NET App12
What's Next?