Bug#751019: ekiga: Call reject timeout is limited to 60 seconds, while interface allows 300s

Eugen Dedu Eugen.Dedu at pu-pm.univ-fcomte.fr
Tue Jun 10 09:32:04 UTC 2014


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.

I will take care very soon, thank you for your analysis!

-- 
Eugen




More information about the pkg-gnome-maintainers mailing list