Testing IVR in Skype using the Microsoft Bot Framework.
- Bot registered in the Bot Framework site (no need to register in the bot directory);
- Visual Studio 2017.
- Change the BotId, MicrosoftAppId, MicrosoftAppPassword and Microsoft.Bot.Builder.Calling.CallbackUrl parameters in Web.config according to your own newly registered bot information;
- Add the Bot as a Skype contact;
- Try to send a message or call the bot.
If you don't want to configure everything on your own you can also add the bot as your contact in Skype.
The base code for this demo was the Calling Bot Application template.