How to Make and Receive Phone Calls with PHP

  Рет қаралды 50,321

Twilio

Twilio

Күн бұрын

Create a free Twilio account at twilio.com/try...
You can find the text version of this content at www.twilio.com...

Пікірлер: 40
@SuhasKarpate
@SuhasKarpate 3 жыл бұрын
Damn! That dance in the middle. I was working like a zombie with raccoon eyes for 3 days and landed up this video. Ha ha ha ha !!
@thefinelearnlearningchanne3610
@thefinelearnlearningchanne3610 7 жыл бұрын
I am in dubai, here all voip calls are banned like skype, imo and whatsapp calling, with twilio is it possible to make an application like skype or something to have a video calling only with one person (in ex, to my wife ) using php ? if it is possible what are the ways to do it with your API and php ? else what are the other options available ?
@topollor6470
@topollor6470 4 жыл бұрын
This is what i was looking for thank you. QA: can i queue this calls then pick then up from queue after finishing with another call?
@phpapiteam963
@phpapiteam963 4 жыл бұрын
Hi, I'm making an app with twilio. I have few questions and queries also. 1). If i purchased a number from twilio and set up its config, and i want to make a call from twilio number to cell number, I have my cell number i will got the call but where is twilio number exist, I don't have its SIM, I mean how my app will connect with cell number. 2) Can i call to twilio number to twilio number(VOIP) both i purchased on same account if yes then how both app will detect it. I made a cell to cell call through twilio successfully. Please help me i'm getting confused from many days or please let me now if i can chat with twilio
@Vilfredios
@Vilfredios 2 жыл бұрын
please tell us. How is it if we call bulk people?
@mattchamp1541
@mattchamp1541 6 жыл бұрын
hi not sure if you are still active but any idea how to sort my error? when i run php make-calls.php i get this on my command prompt " PHP Warning: PHP Startup: Unable to load dynamic library 'C:/Program Files/NetMake/v9/components/php\ext\php_ibm_db2.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'C:/Program Files/NetMake/v9/components/php\ext\php_pdo_informix.dll' - The specified module could not be found. in Unknown on line 0 Error: SSL certificate problem: unable to get local issuer certificate"
@devinrader6887
@devinrader6887 6 жыл бұрын
Looks like you are trying to run PHP on Windows? You might be able to solve this by making sure that the `extension_dir` value in your `php.ini` file points to a valid path on your computer. Also, I'd make sure that the path delimiters are all the `\` since that's the correct path delimiter for Window.
@Rising_Pho3nix_23
@Rising_Pho3nix_23 6 жыл бұрын
Using Windows 7, php editor and localhost. I cannot get to step 1. I got a twillio account. I wrote the php, but cant even figure out where to get the "helper library". step 1 has me completely freaking lost.
@twilio
@twilio 6 жыл бұрын
Hi brandon, sorry you’re stuck! Here’s details about the library: www.twilio.com/docs/libraries/php
@webservicesmobile745
@webservicesmobile745 4 жыл бұрын
In outbound call receiver got the call, but how call maker get know this, i means i both user will talk each other.
@twilio
@twilio 4 жыл бұрын
If you need to connect two phone numbers together you’ll want to use the TwiML verb to connect them: www.twilio.com/docs/voice/twiml/dial
@Bigghead09
@Bigghead09 6 жыл бұрын
Great video. Im confused on the process of how i can set my own custom message instead of the demo that twilio offers. Ive done the sms where i use ngrok to get a http url, is the process for setting outgoing calls the same?
@Bigghead09
@Bigghead09 6 жыл бұрын
i apologize for the confusion im writing my code in python and meant to leave this comment on that video,basically im asking how do set the instructions for twilio as far as what i want it to do when my out-going call is connected?
@samwd5039
@samwd5039 5 жыл бұрын
Can you direct me to API where it could call directly to client .. for example i have an insurance and lender form when their form is filled out from the visitors. A call should go to visitor's number from the lender or insurance holder's number.
@samwd5039
@samwd5039 5 жыл бұрын
Basically connects them to talk to our users after a form Is filled out
@twilio
@twilio 5 жыл бұрын
I don't know what you are trying to do, but can you send me a message on Twitter @GeeH and I'll try and help you out. ^G
@richtonehangad5844
@richtonehangad5844 4 жыл бұрын
Is it possible for a phone to phone call through twilio?
@twilio
@twilio 4 жыл бұрын
Absolutely. Any time you want to connect a call to another phone, you can use the TwiML verb to connect that call to another phone number. www.twilio.com/docs/voice/twiml/dial
@namitsingh1029
@namitsingh1029 5 жыл бұрын
Outbound call not working why?
@jonsmith9379
@jonsmith9379 4 жыл бұрын
Where can I find an honest developer to do this? Would pay you.
@johnway7789
@johnway7789 4 жыл бұрын
Email me. If you still need a solution.
@JY-xv7ic
@JY-xv7ic 4 жыл бұрын
how if we want to create live call, not a text one..
@twilio
@twilio 4 жыл бұрын
Use the tag with a phone number instead of the tag. www.twilio.com/docs/voice/twiml/dial
@JY-xv7ic
@JY-xv7ic 4 жыл бұрын
@@twilio thanks, will learn about this later..
@julienlarochelle6390
@julienlarochelle6390 2 жыл бұрын
This in no way explains how to make an ACTUAL phone call where you get to SPEAK to someone. Calling a number to programmatically say something is anything but useful.
@loob1275
@loob1275 7 жыл бұрын
What about setting up Twilio to receive a Google voice verification code while you're on a trial account. For residents outside of USA.
@TheEgyGeek
@TheEgyGeek 7 жыл бұрын
Doesn't work even for paid accounts, Twilio doesn't receive messages from short codes.
@ToddMichaelSoule
@ToddMichaelSoule 5 жыл бұрын
So much you need run danm it but really cool.
@namitsingh1029
@namitsingh1029 5 жыл бұрын
can anyone help me?
@wajihaaltaf1985
@wajihaaltaf1985 7 жыл бұрын
Do this code work with trail account as well? I got error: SSL certificate problem
@wajihaaltaf1985
@wajihaaltaf1985 7 жыл бұрын
Yes http! Error details: SSL certificate problem: self signed certificate in certificate chain
@devinrader6887
@devinrader6887 6 жыл бұрын
Check out support.twilio.com/hc/en-us/articles/235279367-Twilio-PHP-helper-library-SSL-certificate-problem-on-Windows and see if that helps fix the problem.
@bradfoster6314
@bradfoster6314 4 жыл бұрын
how do you connect the call to speak?
@spiritualguidance8483
@spiritualguidance8483 5 жыл бұрын
Why would one want to use PHP or Python for connecting calls? In other words, which is better?
@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.
How to Make and Receive Phone Calls with Node.js
3:52
Twilio
Рет қаралды 52 М.
отомстил?
00:56
История одного вокалиста
Рет қаралды 7 МЛН
HAH Chaos in the Bathroom 🚽✨ Smart Tools for the Throne 😜
00:49
123 GO! Kevin
Рет қаралды 14 МЛН
Voice Call with browser using javascript, PHP and Twillio API
12:07
Sulochana Tutorials
Рет қаралды 56 М.
How to Make and Receive Phone Calls using C# and ASP.NET
5:34
How to make Phone calls on Pc using a USB Modem
5:34
BLAIR TECH 256
Рет қаралды 77 М.
Create a Twilio Voice Webhook in PHP
20:48
Vicode Media
Рет қаралды 3,9 М.
How to Use Twilio Speech Recognition
11:14
Twilio
Рет қаралды 18 М.
What Is Twilio? SMS and Voice API's explained
16:10
Matt Kander
Рет қаралды 72 М.
Twilio Voice API with PHP - Making a call
9:24
Interactive Utopia
Рет қаралды 1,4 М.
What Can You Do With Twilio Messaging?
24:00
Twilio
Рет қаралды 35 М.