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

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

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?
@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!
@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
@Shaita
@Shaita 2 жыл бұрын
luv it!
@twilio
@twilio 2 жыл бұрын
Thanks for watching!
@meghaagarwal4094
@meghaagarwal4094 3 жыл бұрын
Hello...very informative video. how can i make simultaneous outbound calls ?
@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?
@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?
@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
@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
@pramoddubey7179
@pramoddubey7179 3 жыл бұрын
Hi can we implement same thing in .net core web API instead of using asp.net mvc API?
@martenelbrns9992
@martenelbrns9992 6 жыл бұрын
How can I do like this, but with a friend like Facebook, WhatsApp and viper but with the camera video Connect
@mohemadhusam6007
@mohemadhusam6007 3 жыл бұрын
not working for the latest version of twilio
@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?
@lincengabe2830
@lincengabe2830 3 жыл бұрын
Bonjour, Le APi est gratuit ?
@sonapansare999
@sonapansare999 Жыл бұрын
how on visual studio 2022
@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?
Voice Call with browser using javascript, PHP and Twillio API
12:07
Sulochana Tutorials
Рет қаралды 53 М.
ROCK PAPER SCISSOR! (55 MLN SUBS!) feat @PANDAGIRLOFFICIAL #shorts
00:31
ТАМАЕВ vs ВЕНГАЛБИ. Самая Быстрая BMW M5 vs CLS 63
1:15:39
Асхаб Тамаев
Рет қаралды 4,8 МЛН
Backstage 🤫 tutorial #elsarca #tiktok
00:13
Elsa Arca
Рет қаралды 46 МЛН
Универ. 10 лет спустя - ВСЕ СЕРИИ ПОДРЯД
9:04:59
Комедии 2023
Рет қаралды 2,4 МЛН
Build a RESTful API in ASP.NET 6.0 in 9 Steps!
12:32
tutorialsEU
Рет қаралды 66 М.
How to Call External API in C#
15:33
Techie Ocean
Рет қаралды 180 М.
C# Send SMS Text Message & Make Phone Calls using Twilio API
20:47
How to Make and Receive Phone Calls with Node.js
3:52
Twilio
Рет қаралды 51 М.
How to Answer Phone Calls with Python (Twilio Voice API tutorial)
3:08
Tony Teaches Tech
Рет қаралды 18 М.
Troubleshooting Twilio SMS Delivery Issues
11:21
EMCsoft
Рет қаралды 1,6 М.
После ввода кода - протирайте панель
0:18
Samsung S24 Ultra professional shooting kit #shorts
0:12
Photographer Army
Рет қаралды 28 МЛН
APPLE совершила РЕВОЛЮЦИЮ!
0:39
ÉЖИ АКСЁНОВ
Рет қаралды 3,1 МЛН
cute mini iphone
0:34
승비니 Seungbini
Рет қаралды 2,4 МЛН
💅🏻Айфон vs Андроид🤮
0:20
Бутылочка
Рет қаралды 568 М.