How to Place and Receive Phone Calls Using Python

  Рет қаралды 65,989

Twilio

Twilio

7 жыл бұрын

Create a free Twilio account at twilio.com/try-twilio?...
You can find the text version of this content at www.twilio.com/docs/guides/ho... and www.twilio.com/docs/guides/ho...

Пікірлер: 48
@sauhkoko4662
@sauhkoko4662 Жыл бұрын
Hello. Thank you for this tutorial. Do we need to create a Twiml app to get this to work? I am having an issue on my end with the call reporting an error, and I think it could be because I have not set up a Twiml application as of yet. Thanks for any help.
@muruganandamm6685
@muruganandamm6685 4 жыл бұрын
great video
@temiwale88
@temiwale88 4 жыл бұрын
Hello Twilio team. Thank you! Do I need multiple phone numbers if I have hundreds of thousands of people calling hundreds of thousands of folks from U.S. to, let's say, France? So pure telephony app for international calls. No TwiML speech to text. Thanks!
@Bigghead09
@Bigghead09 6 жыл бұрын
Great video. Ive tried using Flask module to create a personal voice message for my out-going call but to no success. The call is made but when i answer it always says " Sorry there was a application error". I don't know if Flask if the correct way to do what im trying to do it was something I tried. Please Advise!
@NikhilPareek92
@NikhilPareek92 2 жыл бұрын
I tried the same using an Inbound call code and received the same error.
@sauhkoko4662
@sauhkoko4662 Жыл бұрын
@@NikhilPareek92 Same thing here. Did you find a solution? I am looking into it myself as well.
@sajzadhasan7537
@sajzadhasan7537 3 жыл бұрын
If i would like to start a conversation with the receiver for the outbound call, is it possible?
@user-qq1rf1hi6n
@user-qq1rf1hi6n 3 ай бұрын
Have you got any idea? How we can do that? Because i want to do same in my Reactjs application
@donvj007
@donvj007 4 жыл бұрын
how to set my local XML file path?
@SoumilShah
@SoumilShah 5 жыл бұрын
thats a premuim features right to change URL ? using ngrok as i am not seeing option on twilio dashboard
@twilio
@twilio 5 жыл бұрын
Ngrok custom subdomain does require subscription.
@kowenhouston1620
@kowenhouston1620 7 жыл бұрын
"Hello from your pals* at twilio" not "palls"
@spiritualguidance8483
@spiritualguidance8483 5 жыл бұрын
Why would one want to use one PHP or Python to connect calls? What's the difference in user experience?
@twilio
@twilio 5 жыл бұрын
Language preference is just a choice as to which one you want to work with. Both PHP and Python use the same underlying Twilio APIs.
@parthchhabra150
@parthchhabra150 4 жыл бұрын
Its basically used for marketing purposes like the calls you receive during elections
@zeus1082
@zeus1082 5 жыл бұрын
how to know if a person attended a call or not in outbound call.. what's status callback url?
@twilio
@twilio 5 жыл бұрын
This document describes how status callback works: support.twilio.com/hc/en-us/articles/223132267-Tracking-the-Status-of-an-Outbound-Twilio-Voice-Call Basically you set up a status callback endpoint in your code and when a call updates, Twilio will make a request to that endpoint letting you know the status of the call has changed. Here you’ll be able to detect when the call was answered.
@pillowrabbit8324
@pillowrabbit8324 3 жыл бұрын
is there like limited phone calls
@DanSevigny
@DanSevigny 2 жыл бұрын
Is there a way to customize the voice so it doesn't sound like a robot? In other words, how can you make the voice more human sounding?
@ficiencybusiness9981
@ficiencybusiness9981 2 жыл бұрын
i have the same question :)
@artifexmusic
@artifexmusic Жыл бұрын
You can record your responses and play them using the
@athuynh8599
@athuynh8599 3 жыл бұрын
Is twilio have viet nam voice
@kholmsk20
@kholmsk20 3 жыл бұрын
Why was my twilio account suspended?
@mohangoud9956
@mohangoud9956 4 жыл бұрын
how to make a call so that both can talk each other using python or django
@twilio
@twilio 4 жыл бұрын
Check out the TwiML docs. Youll want to use to connect the two together.
@manasp.101
@manasp.101 3 жыл бұрын
Does it work in india
@MrKareem722
@MrKareem722 2 жыл бұрын
when i tried this code i got this message, * Serving Flask app '__main__' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Debug mode: on
@sauhkoko4662
@sauhkoko4662 Жыл бұрын
As far as I can tell that is just letting you know that you will need to switch to use it in production and that Debug is on so you are sending the user "too much information" for real-world applications. I think it is more of a safety issue for your application long-term. I could be wrong though.
@subhambanerjee6334
@subhambanerjee6334 5 жыл бұрын
please can you tell me how to make custom made message when some one get my call
@AnkitVashisht
@AnkitVashisht 5 жыл бұрын
use TwiML . it's given in there website
@mikeb8451
@mikeb8451 5 жыл бұрын
@@AnkitVashisht Yes but how do i create different message and play it to every time making a call and then asking to press a key?
@saarza9991
@saarza9991 4 жыл бұрын
@@mikeb8451 you can save custom messages into *your* custom variables for easier access
@nbsp8902
@nbsp8902 4 жыл бұрын
Sir I created my account free in twilio is this is free to call someone like this
@twilio
@twilio 4 жыл бұрын
Your calls will indicate that you are using a trial account and you can only call phone numbers you have verified and linked with your account during the trial. Here is pricing for calls: www.twilio.com/voice/pricing/us
@prabhatjaiswal6034
@prabhatjaiswal6034 4 жыл бұрын
how to make call on multiple number
@twilio
@twilio 4 жыл бұрын
Can you describe your use case please?
@manashrir7669
@manashrir7669 2 жыл бұрын
@@twilio to broadcast calls,due to some emergency.. How to do that?
@staralwaysproductions9169
@staralwaysproductions9169 6 жыл бұрын
it is not pall it is pals!!!!....by the way nice video :)
@shrikantnarayankar4778
@shrikantnarayankar4778 4 жыл бұрын
I wanted to make it like this...call the user....if the user says such words...then and then process those keyword and reply back to u
@twilio
@twilio 4 жыл бұрын
You will want to check out Twilio Autopilot for this use case as it's built for this use case: www.twilio.com/docs/autopilot Here's a video that shows some of the newer features: kzbin.info/www/bejne/Y4mwnqRjnLCtrKs
@PampItPapi
@PampItPapi Жыл бұрын
Not very useful. How to do a two way conversation?
@anantkhanna4954
@anantkhanna4954 4 жыл бұрын
help, im 13 years old and ive never been more confused in my life...
@mateuspimentel2753
@mateuspimentel2753 3 жыл бұрын
hahaahhaha
@sknfer
@sknfer 2 жыл бұрын
@@mateuspimentel2753 XD
@sknfer
@sknfer 2 жыл бұрын
hi , i was 14 when you posted this comment the video is so ez to understand just focus
@sammywest2583
@sammywest2583 2 жыл бұрын
lol rickroll. i want to try this though!
How to Make and Receive Phone Calls using C# and ASP.NET
5:34
Create email and text message SMS alerts with Python!
9:49
ClarityCoders
Рет қаралды 145 М.
顔面水槽がブサイク過ぎるwwwww
00:58
はじめしゃちょー(hajime)
Рет қаралды 118 МЛН
Why? 😭 #shorts by Leisi Crazy
00:16
Leisi Crazy
Рет қаралды 40 МЛН
Trágico final :(
01:00
Juan De Dios Pantoja
Рет қаралды 31 МЛН
[柴犬ASMR]曼玉Manyu&小白Bai 毛发护理Spa asmr
01:00
是曼玉不是鳗鱼
Рет қаралды 32 МЛН
Using My Python Skills To Punish Credit Card Scammers
7:13
Engineer Man
Рет қаралды 4,8 МЛН
What Is Twilio? SMS and Voice API's explained
16:10
Matt Kander
Рет қаралды 64 М.
How to Make and Receive Phone Calls with Node.js
3:52
Twilio
Рет қаралды 51 М.
Websockets in Python
17:52
APMonitor.com
Рет қаралды 23 М.
Transcribe live phone calls using Twilio Media Streams
8:25
Transcribe a live phone call with Python - Flask tutorial
32:04
AssemblyAI
Рет қаралды 4,8 М.
Custom GPT with Bland AI: let ChatGPT make Phone Calls for you!
8:51
Choosing Your Language: Python or Mojo?
14:33
ArjanCodes
Рет қаралды 108 М.
Как открыть дверь в Jaecoo J8? Удобно?🤔😊
0:27
Суворкин Сергей
Рет қаралды 1,6 МЛН
Как я сделал домашний кинотеатр
0:41
RICARDO
Рет қаралды 1,5 МЛН
Обзор игрового компьютера Макса 2в1
23:34
Xiaomi Note 13 Pro по безумной цене в России
0:43
Простые Технологии
Рет қаралды 1,8 МЛН
Дени против умной колонки😁
0:40
Deni & Mani
Рет қаралды 6 МЛН