How to Make and Receive Phone Calls using C# and ASP.NET

  Рет қаралды 52,446

Twilio

Twilio

7 жыл бұрын

Get the code here:
Make Call: www.twilio.com/docs/guides/ho...
Receive Call: www.twilio.com/docs/guides/ho...

Пікірлер: 39
@samwinchester7844
@samwinchester7844 3 жыл бұрын
Loved the video. I wish I could give 2 likes just because of the good narration, nice accent, and professional presentation. The dude has excellent communication skills!
@twilio
@twilio 3 жыл бұрын
You are too kind. We've registered the intent for a second like in our hearts. Thank you so much for watching Sam!
@cash4laughs71
@cash4laughs71 6 жыл бұрын
Glad i had the mind to check your youtube channel doing it from the docs on my own i had it all wrong working but this order seems to be what i needed to see Thank you for the tutorial
@AmmarTheTrainer
@AmmarTheTrainer 4 ай бұрын
What a comprehensive yet short and to the point demonstration of Twilio phone calls integration for .NET Apps. Just wanted to know is it still available for .NET 8 ?
@fabiosander8665
@fabiosander8665 Жыл бұрын
great video! how can i make a call and actually talk to someone instead of just sending a voice message?
@OWAISKHAN-lz8gk
@OWAISKHAN-lz8gk 4 жыл бұрын
thank you for such a informative tutorial and i am facing an issue when call from android mobile browser automatically loudspeaker on when call connect i want to change and connect call on mouthpiece so my call privacy can maintain and i also post this problem on twilio website may be i am missing some parameters that's why this happening please help me if you know anything
@cleitonalves3282
@cleitonalves3282 3 жыл бұрын
great tutorial. How to make a call and really talk with someone instead of just hear the voice message?
@MichaelSync
@MichaelSync 2 жыл бұрын
Exactly!
@danp129
@danp129 3 жыл бұрын
Great video! Is it possible to make outbound call, play message: "... Press 1 to accept or 2 to decline." and be able to tell what number the user pressed?
@meghaagarwal4094
@meghaagarwal4094 3 жыл бұрын
Hello...very informative video. how can i make simultaneous outbound calls ?
@Shaita
@Shaita 2 жыл бұрын
luv it!
@twilio
@twilio 2 жыл бұрын
Thanks for watching!
@vinoddeep613
@vinoddeep613 8 ай бұрын
Great, can we create an app that cell phone holder can call twillio number and accept request voice from users and twillio will response as voice to celler? Conversation with number also need press 1,2,3,4 depending on that twillio will response in real time
@yoismelperez2744
@yoismelperez2744 2 жыл бұрын
Nice video, thank you. I am trying to setup an appointment reminder system. Meaning calls will go out let's say a day before the appointment, so each call will have a different message. How can I dynamically setup the message to be read to the recipient?
@yoismelperez2744
@yoismelperez2744 2 жыл бұрын
Figured it out. Just need to set this line twiml: new Twilio.Types.Twiml("My personalized message" But next question is how can we make it leave a voicemail if no response?
@pramoddubey7179
@pramoddubey7179 3 жыл бұрын
Hi can we implement same thing in .net core web API instead of using asp.net mvc API?
@mohemadhusam6007
@mohemadhusam6007 3 жыл бұрын
not working for the latest version of twilio
@VikasKumar-yy3rx
@VikasKumar-yy3rx 7 жыл бұрын
Hi! Could you please tell me if there is a way to provide toll free service to indian customers. Right now twilio numbers are not available in India. Is there a way to buy a toll free international number?
@sagardhiman5570
@sagardhiman5570 2 жыл бұрын
@@fabioc9142 tsk tsk tsk
@martenelbrns9992
@martenelbrns9992 6 жыл бұрын
How can I do like this, but with a friend like Facebook, WhatsApp and viper but with the camera video Connect
@lincengabe2830
@lincengabe2830 3 жыл бұрын
Bonjour, Le APi est gratuit ?
@sonapansare999
@sonapansare999 Жыл бұрын
how on visual studio 2022
@nomankhan-qn3zw
@nomankhan-qn3zw 4 жыл бұрын
sir how we can connect the live voice call instead of song through our laptop so that we can talk others?
@pro.empire
@pro.empire 3 жыл бұрын
have you found out how to do this?
@pro.empire
@pro.empire 3 жыл бұрын
noman??
@nomankhan-qn3zw
@nomankhan-qn3zw 3 жыл бұрын
@@pro.empire not found yet
@erickcarballo1454
@erickcarballo1454 4 жыл бұрын
What can i get the status from my call in real time? When I make a call, I want to monitor the status of my call.
@twilio
@twilio 4 жыл бұрын
I'm actually working on a video to show that exact thing that will be out in a few weeks, but in the mean time what you're looking for is the Status Callback feature. Here's the part of the API reference that defines this: www.twilio.com/docs/voice/api/call-resource#statuscallback In your phone number config you can go to where it says "When Call Status Changes" and add a webhook URL there. This will get called by Twilio when the call status changes.
@erickcarballo1454
@erickcarballo1454 4 жыл бұрын
@@twilio Thank you, I will waiting for this video. I have other question, what can combine the propierty gather of response with call.resource() var response = new VoiceResponse(); response.Gather(); call = CallResource.Create( twiml: "hello Juan, do you have a visit of Carmona.", //twiml: new Twilio.Types.Twiml(response.Gather()), to: new Twilio.Types.PhoneNumber("+522221012831"), from: new Twilio.Types.PhoneNumber("+52741012810"), ) ; Because only sound the "twiml", and i dont found and example with the 2 things in the same code.
@pro.empire
@pro.empire 3 жыл бұрын
@@erickcarballo1454 is this to make a url into a phone call?
@stylersito
@stylersito 6 жыл бұрын
multiple calls?
@stylersito
@stylersito 6 жыл бұрын
in c# this format is correct for call: +52 XXX-XXX-XXXX? entry one in other dont not enter call.
@stylersito
@stylersito 6 жыл бұрын
How to play only for ten seconds?
@naveenrajendran6418
@naveenrajendran6418 4 жыл бұрын
Hi how i can get a real call? like 2 persons communicating
@twilio
@twilio 4 жыл бұрын
When the call connects to the first caller you can return TwiML that dials the next caller: SECOND_NUMBER_HERE
@nayankagde5172
@nayankagde5172 2 жыл бұрын
@Naveen have you got solution?
@creatortrainer9305
@creatortrainer9305 5 жыл бұрын
Dear , This code not free?
C# Send SMS Text Message & Make Phone Calls using Twilio API
20:47
FOOLED THE GUARD🤢
00:54
INO
Рет қаралды 15 МЛН
Which one is the best? #katebrush #shorts
00:12
Kate Brush
Рет қаралды 21 МЛН
What Can You Do With Twilio Messaging?
24:00
Twilio
Рет қаралды 35 М.
Voice Call with browser using javascript, PHP and Twillio API
12:07
Sulochana Tutorials
Рет қаралды 53 М.
How to Make and Receive Phone Calls with PHP
4:41
Twilio
Рет қаралды 49 М.
How to Use Twilio Voice and Messaging with C# and .NET
5:00
Build a RESTful API in ASP.NET 6.0 in 9 Steps!
12:32
tutorialsEU
Рет қаралды 65 М.
How to Parse JSON Data in C# - Coding Gems
16:52
ParametricCamp
Рет қаралды 25 М.
Жёсткий тест чехла Spigen Classic C1
0:56
Romancev768
Рет қаралды 715 М.
Main filter..
0:15
CikoYt
Рет қаралды 5 МЛН
WWDC 2024 - June 10 | Apple
1:43:37
Apple
Рет қаралды 10 МЛН
DC Fast 🏃‍♂️ Mobile 📱 Charger
0:42
Tech Official
Рет қаралды 483 М.
i like you subscriber ♥️♥️ #trending #iphone #apple #iphonefold
0:14
КОПИМ НА АЙФОН В ТГК АРСЕНИЙ СЭДГАПП🛒
0:59