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 ?
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
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
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.
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.
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"
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.
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?
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?
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.
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.
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 !!
please tell us. How is it if we call bulk people?
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?
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 ?
do someone know why I do not get sms for verification new caller id?
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
how do you connect the call to speak?
Is it possible for a phone to phone call through twilio?
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
how if we want to create live call, not a text one..
Use the tag with a phone number instead of the tag. www.twilio.com/docs/voice/twiml/dial
@@twilio thanks, will learn about this later..
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.
Basically connects them to talk to our users after a form
Is filled out
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
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.
Hi brandon, sorry you’re stuck! Here’s details about the library: www.twilio.com/docs/libraries/php
Why would one want to use PHP or Python for connecting calls? In other words, which is better?
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.
Outbound call not working why?
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"
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.
Where can I find an honest developer to do this? Would pay you.
Email me. If you still need a solution.
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?
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?
What about setting up Twilio to receive a Google voice verification code while you're on a trial account. For residents outside of USA.
Doesn't work even for paid accounts, Twilio doesn't receive messages from short codes.
can anyone help me?
So much you need run danm it but really cool.
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.
Do this code work with trail account as well? I got error: SSL certificate problem
Yes http!
Error details: SSL certificate problem: self signed certificate in certificate chain
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.