-
Notifications
You must be signed in to change notification settings - Fork 731
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
All devices keep ringing except on the device that answered the call, never stop ringing until manually told to #8178
Comments
👍 Also experienced this by starting a call from a test user on Element Web, answering on another Element Web session, but the Element Android app keeps with incoming call ringing forever. Even after the call ends, I have to manually decline on Element Android to make it stop. Here are rageshake logs if it even matters: https://github.com/matrix-org/element-android-rageshakes/issues/50619 |
I have the same problem. It's extremely annoying. If e.g. one of the devices is in another room, my Android smartphone rings/vibrates forever until the battery is empty. There is no workaround. Furthermore, this is a long-term issue. It already happened e.g. a year ago. No improvement so far. 😞 |
I experience this very often, same symptoms as above. Nobody can fix it? |
Yeah this is tagged as frequent and major, but have seen nothing done on this matter since Feb... what's going on here? |
I just came home to find that my tablet was still ringing... FOUR HOURS after I had already answered and completed the Element VoIP call on another device away from my home. This burned about 40% of my tablet's device right before a weekend vacation travel where I really do need the battery. This is tagged as Frequent and Major... yet I don't see any actual action on this issue. What's going on here??? >:| |
This issue has been around for a long time but has not been solved by the development team or contributors. I tried to solve it through some indirect methods. If you are interested please see: https://github.com/YamatoRyou/element-android-incoming-call-fix-for-macrodroid#english |
There are multiple root causes:
So the solution is to limit by design the duration of the ringing call. the call can stop ringing earlier, if the |
Actually for point 1, there is this code which mitigate the lack of Push. The network can still be lost. |
I have been troubled by this problem for a long time. Based on my long-term observations (user perspective), I have drawn some conclusions: Occasion 1:
In this case, the device will stop ringing for 1 minute after receiving an incoming call, and then a prompt will pop up on the screen. Occasion 2:
In this case, the ringtone will continue to play and the screen will stay on until the battery is exhausted or manually terminated when discovered by the user.
|
…ot ended by another way (#8178) Add a safe 2 minutes timer.
Steps to reproduce
Outcome
What did you expect?
All other devices to stop ringing and know that the call has been answered
What happened instead?
Every device keeps ringing
Your phone model
Any device
Operating system version
Multiple Android versions, Linux desktop OS
Application version and app store
Has been going on for years, so current, and many versions back
Homeserver
Public matrix.org
Will you send logs?
No
Are you willing to provide a PR?
No
The text was updated successfully, but these errors were encountered: