On 09/06/14 16:42, Tim Marston wrote:
Package: ekiga
Version: 4.0.1-4+b2
Severity: normal
Dear Maintainer,
In the UI, it is possible to configure the amount of time Ekiga will
wait until it rejects an inbound call that has not been answered. The
UI allows a settings in the range 10 to 299 seconds.
Separately to this, where the value is used, itis limited to the range
5 to 60 seconds. This means that settings above 60 seconds have no
effect (or the timeout is limited to 60 seconds, at any rate).
This bug is trivial to fix. (There should be a bug tag for this!) In
lib/engine/components/opal/opal-call.cpp, see set_reject_delay() and
set_no_answer_forward(), both of which are <= 2-line functions. In
both of them:
NoAnswerTimer.SetInterval (0, PMIN (delay, 60));
can be changed to:
NoAnswerTimer.SetInterval (0, PMIN (delay, 299));
to honour the setting that the UI allows the user to make.
Fixed upstream, sorry for having taken so long:
https://git.gnome.org/browse/ekiga/commit/?id=c198acee52.
Please tell if you need this in debian too, before the new release of ekiga.
--
Eugen
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org