Your message dated Wed, 21 Nov 2018 21:48:11 +0000
with message-id <[email protected]>
and subject line Bug#911593: Removed package(s) from unstable
has caused the Debian Bug report #751019,
regarding ekiga: Call reject timeout is limited to 60 seconds, while interface 
allows 300s
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
751019: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751019
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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

--- End Message ---
--- Begin Message ---
Version: 4.0.1-9+rm

Dear submitter,

as the package ekiga has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/911593

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to