That's crazy, I Saw your vidios PHP dekstop that amazing to, I'm waiting the next video PHP even laravel for android, I hope you can do it. Regerds from Indonesian
Thanks for the video, Just want to know when we have a call in progress , can we dial digits from the code for example to navigate through an IVR? Your comment will be highly appreciated
Could you please tell me how to respond incoming calls from the browser, in this video you create outgoing call using the quickstart, for responding incoming calls, what we do, how we connect to get that UI, please find me a solution for that
@ Sulochana Tutorials thanks alot that video help me alot. but i have one doubt can we dialed other numbers or else only dialed with verified number. please help me this
thanks for this amazing tutorial, I want to know how do I receive calls and how I secure the app, because anyone can access via url, any help would be appreciated 😊
HI, Please let me know how I can do call transfer, just share the XML for this please , I tried all XML from the documentation but not found any solution yet .
I have followed the example, but when I write the phone number (verified) in the box and hit the button, the answering machine rings; but the call does not ring at the destination phone. Should I change the code in the request.php? Thank you and congratulations on your dedication.
I need to make call from my xamarin app to phone number with real time voice communication between my app and dialed number is this possible using twilio.
Plz do a proper video for inbound call... cause i cant active Twilio.Device.incoming(function (conn) with call answer button properly... and cant understand inside twilio settings..
We can directly call with anybody using voice call using twillio API. It's full featured voice call ani which provides all calling services like call recording, conference call, call forward and also IVR
You have to configure incoming call response. To do such go to twilio console click on number and configure incoming call webhook. You can pass their link where you will give XML response to dial call to CLIENT. Know more here www.twilio.com/docs/voice/twiml/client
This WAS a Great video until it got to the point about a token .... then you went to a site with no visible name that has an account previously created and hit 2 buttons which I had to slow down to a crawl to see. and went to the file that now has 3 files that I'm not sure where they came from and how to create If you have a deeper explanation on how to obtain these file and how to make them appear in my Twilio file that would be great thanks for all your help
New updates In twillio call Change name of param variable of "To" to any other in JavaScript file. Like var param={ call_to:+9187654321, call_from:+916354902 } Also you have to change these values in php response file here responses.php. I also faced same issue and I solved it by doing this changes. Also you can check twillio debugger for specific error. Login to twillio and search for debugger in console
Thanks a lot brother , this helped me alot. But there is one problem, call is being automatically ended before ringing on my cell phone, I am calling on a verified number, please solve this issue, I am searched it everywhere but cant find the problem
At response.php add attribute of for record true for dial. something like this. Search for proper record response at twillio. Twillio will keep recording saved for u. If you want to send recording via. Email u can use twillio recording call back URL where u will get recording details. After call terminated.
Please paste capability token URL in browser address bar and hit go and look what response you are getiing. If you seen capability token there. Then It's may be JS not working. If not see capability token then check your Twiml app configuration. Twiml APP environment variables may wrongs.
@@SulochanaTutorials my token is connected but i can't see the form to dial the number or anything. is it because i didn't upload vendor file or anything else?
I want to ask you how you can make the example work on an intranet (not on the internet). That is, if there is any alternative to publicly exposing the request.php
@@SulochanaTutorials Thanks for reply.. now working from xampp localhost perfectly.. but In hosting panel/Cpanel its not working.. N.B: xampp v.5.6 & capnel php v. 7.3
Ye in my twilio account I will check call logs it's record available but in my api I fetch call logs that time I want to play recording in my web app? How to do
@@swapnilpatil9607 Reference recording API you will get recording URL which will returns you MP3 file. Remember that twilio will charge you for recording storage
You have to configure incoming call response. To do such go to twilio console click on number and configure incoming call webhook. You can pass their link where you will give XML response to dial call to CLIENT. Know more here www.twilio.com/docs/voice/twiml/client
@@SulochanaTutorials thx for your response but the problem that my browser not ringing i made the call from mobile with no problem but i don't receive call in browse to accept
@@SulochanaTutorials i have this problem: twilio.js wasn't able to find WebRTC browser support. I installed SSL certificate in windows following this tutorial ua-cam.com/video/wsSs709216I/v-deo.html and I run my link with https and I have this error : This site can’t provide a secure connection
Hello Sulochana Tutorials. I've made some great progress with your video as intro. I need to adjust to handle incoming calls and recording feature for a US client. Would you like to help please? I can paid for it. Thx
@@SulochanaTutorials thank you very much for the recording feature link. About incoming, Im seeing that there is some code inside quickstart.js regarding incoming calls, but not sure if I’m missing something because I can’t make it work? Thanks again
Hi again, I want to ask you if it is possible to replace the request.php with a Rest WebService that returns the same TwiML as the request.php. And point to it in the field REQUEST URL of the Twilio Console. Thanks!
You have to configure incoming call response. To do such go to twilio console click on number and configure incoming call webhook. You can pass their link where you will give XML response to dial call to CLIENT. Know more here www.twilio.com/docs/voice/twiml/client
TwilioException {message: "twilio.js wasn't able to find WebRTC browser suppo…oad this page over https and try again."} message: "twilio.js wasn't able to find WebRTC browser support. This is most likely because this page is served over http
Thank You for this amazing tutorial, you made my work quite easy, but please can you help me in making the call automated. I mean my requirement is *voice of the caller must come from an audio file* please help me
Are u talking about vendor folder? I have mistakenly added this there is no need of vendor folder for rest of project. Download project code from description and replace link capability URL in JavaScript file.
please sir help me TwilioException {message: "twilio.js wasn't able to find WebRTC browser suppo…oad this page over https and try again."} message: "twilio.js wasn't able to find WebRTC browser support. This is most likely because this page is served over http
@@jaysinghkushwaha4461 I have checked it call is ringing, Please use country code +91 before number and also login to twilio and search for Debugger to Get actual error
That is amazing! Could you explain the trick of talking statue call, please? I know how can link the Go page with a QR code, but I want to know the idea of the incoming call in talking statue technology. do you have any idea?
@@SulochanaTutorials Sorry for what I said. It sound very nice in video, but it does not work. I ignored vendor folder. I tried and tried many times....It shows no term TO in php, and little wrong error in javascript which is not wrong.
This video saved my day, i search for it 7 mounths, and you just did it, thanks very much. I own you one.
DO you know if hostinger is being used as a host or a server and how do I make the 3 files populate in the Twilio file?
i search for it 1 week, and you just did it, This video saved my day, thanks very much
How did you get all the files, and can you send it to me ?
Mejor explicado que los mismos de TWILIO. Muchas gracias
I find interfacing with twillio so difficult but this makes it so easy, thanks so much :-)
This PDF book may help you imm.mediamesis.net/wp-content/uploads/sites/4/2015/03/twilio_cookbook.pdf
Thanks so much for this!!! I have been looking for a decent tutorial for so long.
WOW! You are the best. I was trying since morning and now this cracked it. Thanks!
how you get vendor folder
it's working like a miracle
That's crazy, I Saw your vidios PHP dekstop that amazing to, I'm waiting the next video PHP even laravel for android, I hope you can do it.
Regerds from Indonesian
Thanks a lot Yoga
@@SulochanaTutorials yes bro, I still waiting the next video from you
Any suggestion to buy a domain and hosting at cheapest rates for a month to test my concept or idea?
try hostinger
Thanks for the video, Just want to know when we have a call in progress , can we dial digits from the code for example to navigate through an IVR? Your comment will be highly appreciated
Yes you can, As we have implemented this in JavaScript we can do anything in parallel. Just you have to code in such way
Thank you so much Dear for making this video , just know about how can i add call duration ?
You can take help of JavaScript and modify bootstrap js code.
@@SulochanaTutorials How can i show call like Ringing or Call connected ?
Could you please tell me how to respond incoming calls from the browser, in this video you create outgoing call using the quickstart, for responding incoming calls, what we do, how we connect to get that UI, please find me a solution for that
Great video! How are incoming calls handled here? Or how can I? Looking to paid for help. Thank you very much
video saved my day. excellent
can it receive call too?
Do we require web hosting service here or just buying a simple domain will work fine?
You need web hosting
@@SulochanaTutorials just buying a domain won't work? I want to start using Twilio number as soon as possible
@@SulochanaTutorials any other cheap way to get domain + we hosting?
My token is connected but i can't see the form to dial the number or anything ?
How much does calling + video + sms costs for matrimony website and app
THANKYOUUUU!!! This saved my time!
@ Sulochana Tutorials thanks alot that video help me alot. but i have one doubt can we dialed other numbers or else only dialed with verified number. please help me this
If your account is in trial period then u can only call to verified number. If you buy credits then u can call to any numbers
thanks for this amazing tutorial, I want to know how do I receive calls and how I secure the app, because anyone can access via url, any help would be appreciated 😊
Thanks for your work. In fact you mentioned just use the “public” folder but how come there is a “vendor” folder before you zip them?
Actually I have installed Twillio PHP API but I didn't used that in this video. This code fully functional without vendor folder. Great observation.
You need to put the vendor folder I use it
are we able to reach the voice of opposite side by this method ??
Yes
this is an awesome video. Is there a way to add a dial pad to this.
HI, Please let me know how I can do call transfer, just share the XML for this please , I tried all XML from the documentation but not found any solution yet .
Hi,your video is very helpul,can we do this in a windows forms app using twillio nuget package?
I want to make a website where clients can make phone calls for free by watching the ads any Idea or any technologies should I use?
Why is it keep telling me "Could not get a token from server!" What did I do wrong it says above it "Got a token." Please help
very helpful video Great 👍
I have followed the example, but when I write the phone number (verified) in the box and hit the button, the answering machine rings; but the call does not ring at the destination phone. Should I change the code in the request.php? Thank you and congratulations on your dedication.
Problem solved. Error code '13227' is related with GEO issues with my country
@@jllmnchr5353 Hey Im getting the same problem. Could you please help me to solve this issue?
i am try to call but all the time its say application error occured
please let me know how i can correct the error
Could not get a token from server!?
I need to make call from my xamarin app to phone number with real time voice communication between my app and dialed number is this possible using twilio.
I am done using web application and open its in my web view and make a call to my phone number
I wish twilio sample code and libs didnt have dependencies on Laravel, JQuery and the like.
Very useful video. But I called to another IVR system from broswer, they say press 1, press 2.. How to implement this?
use amazon connect or twilio ivr API
Plz do a proper video for inbound call... cause i cant active Twilio.Device.incoming(function (conn) with call answer button properly... and cant understand inside twilio settings..
Hi Can you please help me for call forwarding.
I am unable to purchase Indian no. Why ?
How can i receive calls
Is it possible to use & with js call?
Yes
Can you please guide here how?
Thanks a lot man
Got a token see but not see ckinent number type space
Can't we talk directly with someone using twilio API? or its just a scripted voice?
We can directly call with anybody using voice call using twillio API. It's full featured voice call ani which provides all calling services like call recording, conference call, call forward and also IVR
@@SulochanaTutorials Thank you for your response
Excellent tutorial! Worked very good. Do you know how can I get calls on web client?
Please read comment I have given link of PDF which will help you
please can you help me to et call in browser !!! thx
Nvm now it's says applation error when I call
Can someone also help me how can we recieve incoming call? With same method, in browser
You have to configure incoming call response. To do such go to twilio console click on number and configure incoming call webhook. You can pass their link where you will give XML response to dial call to CLIENT. Know more here www.twilio.com/docs/voice/twiml/client
can anybody tell me how can i show like call ringing or connect
This WAS a Great video until it got to the point about a token .... then you went to a site with no visible name that has an account previously created and hit 2 buttons which I had to slow down to a crawl to see. and went to the file that now has 3 files that I'm not sure where they came from and how to create If you have a deeper explanation on how to obtain these file and how to make them appear in my Twilio file that would be great thanks for all your help
I have done the same thing without vendor folder. But every time when i make a call it says An Application error has occured. Help please.
New updates In twillio call Change name of param variable of "To" to any other in JavaScript file. Like var
param={
call_to:+9187654321,
call_from:+916354902
}
Also you have to change these values in php response file here responses.php. I also faced same issue and I solved it by doing this changes. Also you can check twillio debugger for specific error. Login to twillio and search for debugger in console
Thanks a lot brother , this helped me alot. But there is one problem, call is being automatically ended before ringing on my cell phone, I am calling on a verified number, please solve this issue, I am searched it everywhere but cant find the problem
I have to submit this project today, please help me
Goto twillio.com and check debugger option. You will get actual error there.
@@SulochanaTutorials It was caller id error i have resolved it now it is working absolutely fin thanks brother
Thank You for your help
greate yr. Thanks alot.
God bless you bro
Can you help me understand the hostlinger portion of this video
Me ayudó mucho, gracias.
English please..
Hey can you please tell me about video calling features for website 🙏
I will try to to make video on It
Thank You 🙏
How can record call ?
for record a call what kind of parameter and where it is set in quickstart.js file
At response.php add attribute of for record true for dial. something like this. Search for proper record response at twillio. Twillio will keep recording saved for u. If you want to send recording via. Email u can use twillio recording call back URL where u will get recording details. After call terminated.
hello i tried all step by step but the capability token is not picking up can you help
Please paste capability token URL in browser address bar and hit go and look what response you are getiing. If you seen capability token there. Then It's may be JS not working. If not see capability token then check your Twiml app configuration. Twiml APP environment variables may wrongs.
from where did you get the vendor folder?
I have installed twillio PHP library but we don't used it.
@@SulochanaTutorials my token is connected but i can't see the form to dial the number or anything. is it because i didn't upload vendor file or anything else?
@@amar_coding There is no need of vendor folder
I want to ask you how you can make the example work on an intranet (not on the internet). That is, if there is any alternative to publicly exposing the request.php
You can use ngrok
@@SulochanaTutorials (I dont know if my company would “accept” ngrok) Thanks!
can i Redirect webite into a phone call?
I am not getting your point. Please describe.
Hi call is being automatically ended before it ring on the other side
Have you used verified number with country code
How can use multi number on this system... (I want to call from 3 or 4 numbers to my client)?
I will try
Got a Token, but Twilio.Device not ready. why?
Please check console for any errors. Try using another browser. As I never got this, I can suggest only this.
@@SulochanaTutorials Thanks for reply.. now working from xampp localhost perfectly.. but In hosting panel/Cpanel its not working.. N.B: xampp v.5.6 & capnel php v. 7.3
Hello, I want to fetch my all call log detail from twilio account , how to do that , can you help me?
Use twilio call logs API
@@SulochanaTutorials yes i have fetch but recording is not there?
@@swapnilpatil9607 Sorry for late You have add recording true in Call response while initiate call
Ye in my twilio account I will check call logs it's record available but in my api I fetch call logs that time I want to play recording in my web app? How to do
@@swapnilpatil9607 Reference recording API you will get recording URL which will returns you MP3 file. Remember that twilio will charge you for recording storage
thx for the video, i want to add the function of receiving call , can you help me please !!!! thank you
You have to configure incoming call response. To do such go to twilio console click on number and configure incoming call webhook. You can pass their link where you will give XML response to dial call to CLIENT. Know more here www.twilio.com/docs/voice/twiml/client
@@SulochanaTutorials thx for your response but the problem that my browser not ringing i made the call from mobile with no problem but i don't receive call in browse to accept
how you get vendor folder
I have installed twillio library, but it's not required for this tutorial
@@SulochanaTutorials i have this problem: twilio.js wasn't able to find WebRTC browser support.
I installed SSL certificate in windows following this tutorial ua-cam.com/video/wsSs709216I/v-deo.html and I run my link with https and I have this error : This site can’t provide a secure connection
I change to hostinger and the problem has been resolved.
thanks
Hello Sulochana Tutorials. I've made some great progress with your video as intro. I need to adjust to handle incoming calls and recording feature for a US client. Would you like to help please? I can paid for it. Thx
Please refer this doc for recording Call support.twilio.com/hc/en-us/articles/223132867-Recording-a-Phone-Call-with-Twilio#dial_record
@@SulochanaTutorials thank you very much for the recording feature link. About incoming, Im seeing that there is some code inside quickstart.js regarding incoming calls, but not sure if I’m missing something because I can’t make it work? Thanks again
> Could not get a token from server! plasse help my
Have u created twillio function
@@SulochanaTutorials yes
Hi again, I want to ask you if it is possible to replace the request.php with a Rest WebService that returns the same TwiML as the request.php. And point to it in the field REQUEST URL of the Twilio Console. Thanks!
Yes, You can use it.
Twilio.Device.incoming(function(conn) {
log('Incoming connection from ' + conn.parameters.From);
document.getElementById('button-call').style.display = 'none';
document.getElementById('button-answer').style.display = 'inline';
// accept the incoming connection and start two-way audio
conn.accept();
});
can't active on incoming call... any settings in twilio console?
You have to configure incoming call response. To do such go to twilio console click on number and configure incoming call webhook. You can pass their link where you will give XML response to dial call to CLIENT. Know more here www.twilio.com/docs/voice/twiml/client
@@SulochanaTutorials I gave following response..but not working..plz help.. :(
ITS DONE....... :)
Client_name
@@developmenttrysolution9269 Can you please share the source code for receiving incoming calls?
can you configure this on wordpress
Yes
TwilioException {message: "twilio.js wasn't able to find WebRTC browser suppo…oad this page over https and try again."}
message: "twilio.js wasn't able to find WebRTC browser support. This is most likely because this page is served over http
ua-cam.com/video/huaFibiZcLQ/v-deo.html
its calling but not calling to my phone
Note that you can only call to verified no. In trial. Don't forget to use country code. Try to use HTTPS.
Thank You for this amazing tutorial, you made my work quite easy, but please can you help me in making the call automated. I mean my requirement is *voice of the caller must come from an audio file* please help me
Hello Shoaib, I think this link will help you. www.twilio.com/docs/voice/twiml/play .Use Play tag inside response.
@@SulochanaTutorials thanks a lot
I am currently stuck at 4:16 can someone help me get past
Are u talking about vendor folder? I have mistakenly added this there is no need of vendor folder for rest of project. Download project code from description and replace link capability URL in JavaScript file.
please sir help me
TwilioException {message: "twilio.js wasn't able to find WebRTC browser suppo…oad this page over https and try again."}
message: "twilio.js wasn't able to find WebRTC browser support. This is most likely because this page is served over http
Please install SSL certificate and reload page with HTTPS
@@SulochanaTutorials
call not working womenshanger.com/calling/
@@jaysinghkushwaha4461 I have checked it call is ringing, Please use country code +91 before number and also login to twilio and search for Debugger to Get actual error
That is amazing! Could you explain the trick of talking statue call,
please? I know how can link the Go page with a QR code, but I want to
know the idea of the incoming call in talking statue technology. do you
have any idea?
HI
this is hell
Very terrible video. What is the vendor folder? I can not succeed if follow the steps! It sounds great, but it just wasting time!
Please ignore vendor folder, You can check if any documetation change. Please ensure that your code must be uploaded on website.
@@SulochanaTutorials Sorry for what I said. It sound very nice in video, but it does not work. I ignored vendor folder. I tried and tried many times....It shows no term TO in php, and little wrong error in javascript which is not wrong.