C# IVR Video Tutorial Part 1
C# Basic IVR
This video demonstrates the first steps concerning to how to build an Interactive Voice Response(IVR) system
by using Ozeki VoIP SIP SDK. This tutorial is the 1. part of a video tutorial
series, in which you can learn how to create a new Visual Studio project and write the source code
(including creating softphone objects, initializing them, executing SIP registration, checking the results, creating callhandler class, define the IVR functions).
You can reach the source code and full description of this tutorial video if you visit this page.
Let's check the video:
Having done the first steps, let's move on to the next level:
Check the
2. part of the "How to develop IVR by using
Ozeki VoIP SIP SDK" video tutorial series.
More information
- How to develop a basic IVR in C#
- How to create blind transfer and voice controlling functionality in your IVR
- How to develop a multi-level IVR in C#
- How the create an IVR by using XML code
- IVR database integration
- IVR with DTMF authentication
- C# IVR Video Tutorial Part 1 - C# Basic IVR
- C# IVR Video Tutorial Part 2 - Blind transfer, voice control
- C# IVR Video Tutorial Part 3 - Multi-level IVR
- C# IVR Video Tutorial Part 4 - IVR using XML code
- C# IVR Video Tutorial Part 5 - IVR using XML code