Your message dated Wed, 27 Nov 2019 07:15:34 +0000
with message-id <[email protected]>
and subject line Bug#945512: Removed package(s) from unstable
has caused the Debian Bug report #44526,
regarding include example script for isdnrep in package, rotate call logs, move 
call logs to /var/log/isdn
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.)


-- 
44526: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=44526
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: isdnutils
Version: 1:3.0-13
Severity: wishlist

The call logs of the isdnutils package (I'm not sure which 
program generates them) are in /var/lib/isdn but they are not 
rotated regularly. Best would be to move them to /var/log/isdn 
(I took me quite a long time to find them) and to rotate them at 
least once a month.

Another good idea would be to include a script which uses 
isdnrep to extract the information from these call logs and 
generates some nice statistics (html page eg.). I include my
/etc/cron.daily/isdnutils script to show what I mean.

Regards,
Philipp

#!/bin/sh
# /etc/cron.daily/isdnutils: generate HTML report of call logs

FILE=/var/lib/isdn/calls
DATE=`date -d yesterday +"%m%d%Y"`
LINUXMSN=8505468
TOPATH=/var/www

# calls my linux box did
( 
  echo "<HTML>"
  echo "<HEAD>"
  echo "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; 
charset=iso-8859-1\">"
  echo "<title>Outgoing Calls (Computer)</title>"
  echo "</HEAD>"
  echo "<h1>Outgoing Calls (Computer)</h1>"
  echo "<BODY bgcolor=#FFFFFF>"

  isdnrep -f$FILE -w0 -o -p '$LINUXMSN' -t$DATE- -s"%X %D %F %L %U %I %O"

  echo "<hr>"
  echo "<address>isdnrep"
  date
  echo "</body></html>"
) > $TOPATH/disdn-compi.html

# other outgoing calls
( 
  echo "<HTML>"
  echo "<HEAD>"
  echo "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; 
charset=iso-8859-1\">"
  echo "<title>Outgoing Calls</title>"
  echo "</HEAD>"
  echo "<h1>Outgoing Calls</h1>"
  echo "<BODY bgcolor=#FFFFFF>"

  isdnrep -f$FILE -w0 -o -p 'n$LINUXMSN' -t$DATE- -s"%X %D calling %F %L %U"

  echo "<hr>"
  echo "<address>isdnrep"
  date
  echo "</body></html>"
) > $TOPATH/disdn-out.html

# incoming calls
( 
  echo "<HTML>"
  echo "<HEAD>"
  echo "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; 
charset=iso-8859-1\">"
  echo "<title>Incoming Calls</title>"
  echo "</HEAD>"
  echo "<h1>Incoming Calls</h1>"
  echo "<BODY bgcolor=#FFFFFF>"

  isdnrep -f$FILE -w0 -i -t$DATE- -s"%X %D %H %T %F %L %U"

  echo "<hr>"
  echo "<address>isdnrep"
  date
  echo "</body></html>"
) > $TOPATH/disdn-in.html


--- End Message ---
--- Begin Message ---
Version: 1:3.25+dfsg1-10+rm

Dear submitter,

as the package isdnutils 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/945512

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

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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