-
Notifications
You must be signed in to change notification settings - Fork 6
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
App responds with "480 Temporarily unavailable" once call is accepted #129
Comments
Can this be explored without much effort @gmarcos87 so we understand what it takes to fix it? |
I am seeing this also with the send-sms version 4df84ff |
and i still can't figure out why the app is sending 480 as I can't get the log from my Chrome mobile... @gmarcos87 can you reproduce this? |
I can not reproduce, but what is your situation? Installed application or web? https or http address? |
installed app on chrome/mobile. https address |
Ok, can you debug the application on Android and send me the logs? |
finally got my hands on a USB-debuggable device... To me it looks as if when the Chrome remote-debugging is enabled, the app stays always open (connected), so it works (clicking on the notification only pushes the app to the foreground and accepts the call, that works). I caught one instance of 480 with adb logcat - but it doesn't make any sense to me. It says 'status changed to CONFIRMED' and then sends 480:
|
Sometimes the App goes into a funny state where an incoming call is shown (Accept + Reject buttons), the App responds normally with a "180 Ringing" message, but once the Accept button is pressed, the App returns a "480 Temporarily Unavailable" to the server.
Here's a log file from the server; it clearly shows that the 480 comes from the App.
kamailio_log_2017-11-17-19_12_04.txt
Maybe it's possible to get a log via adb logcat from such a behaviour?
The text was updated successfully, but these errors were encountered: