-
Notifications
You must be signed in to change notification settings - Fork 91
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
media-Stream end point does not get called. #27
Comments
After the introduction message the call just hangs up. There are no errors in the twilio call log. So the ngrok is working. |
The following is the error log NO8ecacbf06268c459ae33e793c6e2afa2 Service SID -- Resource SID CA16fb67cdc90148f9f06a2b790adf6570 Timestamp 10:59pm UTC 2024-Nov-20 Message Stream - WebSocket - SSL Protocol Error Error Description |
check the indentation of your code. make sure the function receive_from_twilio, send_to_twilio are indented properly |
@rdhillbb in your ngrok console window are there any messages? Can you check that your generated TwiML is using |
I am jusing ngrok for my testing. media-stream end point is not called.
I do get the introduction message. However, wss://5.tcp.ngrok.io:20334/media-stream is not called.
Do I need to configure the phone number in a special way?
I created a test program to check the websocket, it does connect.
Any pointers appreicated.
The text was updated successfully, but these errors were encountered: