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

Tim Marston tim at ed.am
Mon Jun 9 14:42:10 UTC 2014


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.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ekiga depends on:
ii  gconf-service           3.2.6-2
ii  gconf2                  3.2.6-2
ii  gnome-icon-theme        3.12.0-1
ii  libatk1.0-0             2.12.0-1
ii  libavahi-client3        0.6.31-4
ii  libavahi-common3        0.6.31-4
ii  libavahi-glib1          0.6.31-4
ii  libboost-signals1.55.0  1.55.0+dfsg-1
ii  libc6                   2.19-1
ii  libcairo2               1.12.16-2
ii  libdbus-1-3             1.8.2-1
ii  libdbus-glib-1-2        0.102-1
ii  libfontconfig1          2.11.0-5
ii  libfreetype6            2.5.2-1
ii  libgcc1                 1:4.9.0-5
ii  libgconf-2-4            3.2.6-2
ii  libgdk-pixbuf2.0-0      2.30.7-1
ii  libglib2.0-0            2.40.0-3
ii  libgtk2.0-0             2.24.23-1
ii  libidn11                1.28-2
ii  libldap-2.4-2           2.4.39-1
ii  libloudmouth1-0         1.4.3-10
ii  libnotify4              0.7.6-2
ii  libopal3.10.10          3.10.10~dfsg-2.2+b1
ii  libpango-1.0-0          1.36.3-1
ii  libpangocairo-1.0-0     1.36.3-1
ii  libpangoft2-1.0-0       1.36.3-1
ii  libpt2.10.10            2.10.10~dfsg-4
ii  libsasl2-2              2.1.26.dfsg1-9
ii  libspeexdsp1            1.2~rc1.1-1
ii  libstdc++6              4.9.0-5
ii  libx11-6                2:1.6.2-2
ii  libxext6                2:1.3.2-1
ii  libxml2                 2.9.1+dfsg1-3
ii  libxv1                  2:1.0.10-1

Versions of packages ekiga recommends:
ii  gvfs  1.20.2-1
ii  yelp  3.12.0-1

Versions of packages ekiga suggests:
pn  asterisk                <none>
pn  ekiga-plugin-evolution  <none>
pn  gnugk                   <none>
pn  mediaproxy              <none>
pn  rtpproxy                <none>
pn  ser                     <none>
pn  siproxd                 <none>
pn  yate                    <none>

-- no debconf information




More information about the pkg-gnome-maintainers mailing list