-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voice call not working using Laravel #5
Comments
@mwshubham README includes step by step instructions for client-to-client-call and client-to-pstn-call. Please follow the steps and let me know if this is still an issue. If it is, please include the CallSid and logs (from the android app and the server) to debug this further. |
Thanks for your reply. I am actually making a But the problem is when I create controllers and create public URL via ngrok in that case I am not able to complete a call as the only |
Hi @mwshubham Thanks for providing updates. The For basic functions, you will only need the For not being able to complete the call via the
-bobie |
Hello, Good Morning Configure step by step as established in the readme. But when I enter the url where I have my makeCall.php file, it shows me an HTTP 500 error Is this normal? Thank you |
Hi @DLNlab Are you able to see any error message in the console? The |
I do not have any error that reports me. Unless you print from the vendor bookstore, is this so? If so, where can I check this? The funny thing is that only the files in makeCall.php and incoming.php mark me the errors of HTTP ERROR 500 PlaceCall.php works correctly |
Hi @DLNlab Both |
No, just modify the requested data such as KEY_SECRET, API_KEY, etc. |
Where are you seeing the |
i am having the same problem as well, did you end up figuring it out? |
I have created functions for calling like
generateAccessToken
,makeCall
,placeCall
,incomingCall
in my controllers. And I have also created public URL using ngrok and have registered on TwiML.But when I make a call from android twillio SDK (
implementation 'com.twilio:voice-android:2.0.4'
) only makeCall is hit and no other functions are called which lead to immediate disconnection of the active call on the android side.The text was updated successfully, but these errors were encountered: