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 ?
@bradfoster63144 жыл бұрын
how do you connect the call to speak?
@SuhasKarpate3 жыл бұрын
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 !!
@goqorgrigoryan45202 ай бұрын
do someone know why I do not get sms for verification new caller id?
@phpapiteam9634 жыл бұрын
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
@richtonehangad58444 жыл бұрын
Is it possible for a phone to phone call through twilio?
@twilio4 жыл бұрын
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
@JY-xv7ic4 жыл бұрын
how if we want to create live call, not a text one..
@twilio4 жыл бұрын
Use the tag with a phone number instead of the tag. www.twilio.com/docs/voice/twiml/dial
@JY-xv7ic4 жыл бұрын
@@twilio thanks, will learn about this later..
@samwd50395 жыл бұрын
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.
@samwd50395 жыл бұрын
Basically connects them to talk to our users after a form Is filled out
@twilio5 жыл бұрын
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
@Rising_Pho3nix_236 жыл бұрын
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.
@twilio6 жыл бұрын
Hi brandon, sorry you’re stuck! Here’s details about the library: www.twilio.com/docs/libraries/php
@namitsingh10295 жыл бұрын
Outbound call not working why?
@mattchamp15417 жыл бұрын
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"
@devinrader68877 жыл бұрын
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.
@spiritualguidance84836 жыл бұрын
Why would one want to use PHP or Python for connecting calls? In other words, which is better?
@twilio6 жыл бұрын
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.
@topollor64704 жыл бұрын
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?
@jonsmith93794 жыл бұрын
Where can I find an honest developer to do this? Would pay you.
@johnway77894 жыл бұрын
Email me. If you still need a solution.
@loob12757 жыл бұрын
What about setting up Twilio to receive a Google voice verification code while you're on a trial account. For residents outside of USA.
@TheEgyGeek7 жыл бұрын
Doesn't work even for paid accounts, Twilio doesn't receive messages from short codes.
@Bigghead097 жыл бұрын
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?
@Bigghead097 жыл бұрын
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?
@namitsingh10295 жыл бұрын
can anyone help me?
@julienlarochelle63902 жыл бұрын
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.
@wajihaaltaf19857 жыл бұрын
Do this code work with trail account as well? I got error: SSL certificate problem
@wajihaaltaf19857 жыл бұрын
Yes http! Error details: SSL certificate problem: self signed certificate in certificate chain
@devinrader68877 жыл бұрын
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.