.NET
Introduction
The Vonage Voice API is the easiest way to build high-quality voice applications in the Cloud. In this tutorial you will learn how to stream pre-recorded audio into both inbound and outbound calls using .NET and the Vonage Voice API.
This tutorial provides step by step instructions showing you how to:
- Set up a Vonage account
- Create a Vonage Application
- Configure a Vonage Application
- Create an ASP.NET Core application
- Add the Vonage package to it
- Receive a call and play audio into it
- Place a call with streamed audio played into it
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?