Skip to content

ringer: Remove explicit DBus timeout handling

Evangelos Ribeiro Tzaras requested to merge devrtz/calls:endless_ringing_v2 into main

As libfeedback uses GDbusProxy under the hood which defaults to timing out after 25 seconds there is no need to handle timeouts explicitly.

Furthermore 1 second seems to not always be enough time to get a response which leads to endless ringing.

Fixes #543 (closed)

/cc @janvlug for testing (as I cannot reproduce the issue on my phone)

Merge request reports