Asked by:
Click to call button on website

Question
-
User-27249898 posted
On my asp.net button I want to put a "Click to Call" button which when clicked will go to my salesperson's phone and call the current lead from there and the complete call should be recorded and stored in the cloud.
How to do this?
Tuesday, November 12, 2019 9:54 AM
All replies
-
User-1780421697 posted
Making phone call from ASP.Net
https://www.nexmo.com/blog/2017/07/28/text-to-speech-phone-call-dr
You can search the documentation for recording option, may be you get help.
Tuesday, November 12, 2019 10:23 AM -
User379720387 posted
I would go to Twilio.
https://www.twilio.com/docs/voice
They are the leaders in programmable voice and their api's are easy to work with.
Tuesday, November 12, 2019 12:00 PM -
User288213138 posted
Hi mcp111,
mcp111
On my asp.net button I want to put a "Click to Call" button which when clicked will go to my salesperson's phone and call the current lead from there and the complete call should be recorded and stored in the cloud.
How to do this?
Here smoe docs about How to make a phone call in asp.net for you as a reference:
https://docs.microsoft.com/en-us/azure/partner-twilio-cloud-services-dotnet-phone-call-web-role
Hope this can help you.
Best regards,
Sam
Wednesday, November 13, 2019 2:28 AM -
User-27249898 posted
Thanks
I haven't tried it yet.
Thanks for the links
Wednesday, November 13, 2019 4:05 AM -
User944797201 posted
Here's a link to the video-explanation about creating the call buttons: https://www.youtube.com/watch?v=U0Q7JIswi7g
And if I were you, I'd definitely stop on Twilio as wavemaster suggests, I like it as well.
Good luck to you!
Thursday, December 19, 2019 8:43 AM