microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.51k stars 2.45k forks source link

Integrate Azure chatbot with Twilio #3500

Closed YazhC closed 7 years ago

YazhC commented 7 years ago

Hi

I have created a azure chatbot and have registered in dev.botframework. I am trying to integrate the chatbot with twilio channel. I have provided the required details such as twilio phonenumber, accnt id, auth token after following the steps in the https://docs.microsoft.com/en-us/bot-framework/channel-connect-twilio

I am able to use the SMS functionality using twilio. Does Azure chatbot only supports SMS as of now?I wanted to enable the calling functionality with twilio to the bot i have created. It will be helpful if you guide me through.

Thanks in Advance!

JasonSowers commented 7 years ago

At this time Bot Framework only supports the use of SMS with the Twilio channel. At this time there is no roadmap to support voice.

SatyaPavanKumar commented 6 years ago

Hi @YazhC, Can you pls. share code how you integrated chatbot with twilio. I am getting some issues.

bommareddysandhya commented 6 years ago

hi i am also facing issue with twillio channel, can u please share the code of bot where u configure sms channel

bommareddysandhya commented 6 years ago

i am facing issue with twillio channel, can you please share your code. any extra classes you added to make it work with sms channel.