isdnrep completed.

This commit is contained in:
luethje 1997-03-24 22:51:59 +00:00
parent 9927656f86
commit b187e7ac01
7 changed files with 1422 additions and 1216 deletions

View File

@ -1,4 +1,4 @@
## $Id: Makefile,v 1.4 1997/03/23 21:04:03 luethje Exp $
## $Id: Makefile,v 1.5 1997/03/24 22:51:59 luethje Exp $
##
## ISDN accounting for isdn4linux.
##
@ -19,6 +19,9 @@
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
##
## $Log: Makefile,v $
## Revision 1.5 1997/03/24 22:51:59 luethje
## isdnrep completed.
##
## Revision 1.4 1997/03/23 21:04:03 luethje
## some bugfixes
##
@ -145,7 +148,8 @@ ISDNLOG_OBJS += isdnlog/test_center.o
endif
ISDNREP_OBJS = isdnrep/isdnrep.o isdnrep/cheap.o tools/tools.o \
tools/isdnconf.o isdnlog/messages.o $(LIBISDNDIR)/libisdn.a
tools/isdnconf.o isdnlog/messages.o isdnrep/function.o \
$(LIBISDNDIR)/libisdn.a
ISDNCONF_OBJS= isdnconf/isdnconf.o tools/tools.o tools/isdnconf.o \
$(LIBISDNDIR)/libisdn.a

View File

@ -1,4 +1,4 @@
## $Id: Makefile.in,v 1.4 1997/03/24 04:03:12 fritz Exp $
## $Id: Makefile.in,v 1.5 1997/03/24 22:52:00 luethje Exp $
##
## ISDN accounting for isdn4linux.
##
@ -19,6 +19,9 @@
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
##
## $Log: Makefile.in,v $
## Revision 1.5 1997/03/24 22:52:00 luethje
## isdnrep completed.
##
## Revision 1.4 1997/03/24 04:03:12 fritz
## Added uninstall target, changed rootperm target.
##
@ -157,7 +160,8 @@ ISDNLOG_OBJS += isdnlog/test_center.o
endif
ISDNREP_OBJS = isdnrep/isdnrep.o isdnrep/cheap.o tools/tools.o \
tools/isdnconf.o isdnlog/messages.o $(LIBISDNDIR)/libisdn.a
tools/isdnconf.o isdnlog/messages.o isdnrep/function.o \
$(LIBISDNDIR)/libisdn.a
ISDNCONF_OBJS= isdnconf/isdnconf.o tools/tools.o tools/isdnconf.o \
$(LIBISDNDIR)/libisdn.a

View File

@ -1851,6 +1851,12 @@ Die Optionen von isdnrep haben im einzelnen folgende Funktion:
-a "all" isdnrep druckt alle Verbindungen an, die sich in der
"/var/log/isdn.log" angesammelt haben (sonst nur "heute")
-h "no header" Es wird weder fuer jeden Tag der Header angegeben,
noch wird die Tages-/Gesamtzusammenfassung der
Gespraeche und Gebuehren angezeigt.
Dieses ist sinnvoll, wenn man den Output in ein
anderes Programm einlesen will.
-n "numbers" isdnrep druckt anstelle der Symbolischen Namen die
Telefonnummern an

View File

@ -1,8 +1,9 @@
/* $Id: cheap.c,v 1.1 1997/03/16 20:59:02 luethje Exp $
/* $Id: cheap.c,v 1.2 1997/03/24 22:52:08 luethje Exp $
*
* ISDN accounting for isdn4linux. (Feiertagsberechnung)
*
* Copyright 1995, 1997 by Andreas Kool (akool@Kool.f.EUnet.de)
* and Stefan Luethje (luethje@sl-gw.lake.de)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -19,6 +20,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log: cheap.c,v $
* Revision 1.2 1997/03/24 22:52:08 luethje
* isdnrep completed.
*
* Revision 1.1 1997/03/16 20:59:02 luethje
* Added the source code isdnlog. isdnlog is not working yet.
* A workaround for that problem:
@ -65,6 +69,8 @@
*/
#define _CHEAP_C_
#include "isdnrep.h"
#define MUTT 3

1307
isdnlog/isdnrep/function.c Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,9 @@
/* $Id: isdnrep.h,v 1.2 1997/03/23 20:25:25 luethje Exp $
/* $Id: isdnrep.h,v 1.3 1997/03/24 22:52:14 luethje Exp $
*
* ISDN accounting for isdn4linux.
*
* Copyright 1995, 1997 by Andreas Kool (akool@Kool.f.EUnet.de)
* and Stefan Luethje (luethje@sl-gw.lake.de)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -18,6 +19,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log: isdnrep.h,v $
* Revision 1.3 1997/03/24 22:52:14 luethje
* isdnrep completed.
*
*/
#ifndef _ISDNREP_H_
@ -26,6 +31,8 @@
#define PUBLIC extern
#include <tools.h>
/*****************************************************************************/
#ifdef MAXUNKNOWN
#undef MAXUNKNOWN
#endif
@ -36,7 +43,9 @@
#endif
#define MAXCONNECTS 500
#ifdef _ISDNREP_C_
/*****************************************************************************/
#ifdef _CHEAP_C_
#define _EXTERN
#else
#define _EXTERN extern
@ -47,4 +56,73 @@ _EXTERN double cheap(time_t when, int zone);
#undef _EXTERN
/*****************************************************************************/
#ifdef _REP_FUNC_C_
#define _EXTERN
#define _SET_NULL = NULL
#define _SET_0 = 0
#define _SET_1 = 1
#define _SET_EMPTY = ""
#define _SET_FILE = LOGFILE
#else
#define _EXTERN extern
#define _SET_NULL
#define _SET_0
#define _SET_1
#define _SET_EMPTY
#define _SET_FILE
#endif
_EXTERN int read_logfile(char *myname);
_EXTERN void set_print_fct_for_isdnrep(int (*new_print_msg)(int Level, const char *, ...));
_EXTERN int get_term (char *String, time_t *Begin, time_t *End,int delentries);
_EXTERN int set_msnlist(char *String);
_EXTERN int (*print_msg)(int Level, const char *, ...) _SET_NULL;
_EXTERN char *lfnam _SET_FILE;
_EXTERN int incomingonly _SET_0;
_EXTERN int outgoingonly _SET_0;
_EXTERN int verbose _SET_0;
_EXTERN int timearea _SET_0;
_EXTERN int phonenumberonly _SET_0;
_EXTERN int compute _SET_0;
_EXTERN int delentries _SET_0;
_EXTERN int numbers _SET_0;
_EXTERN int header _SET_1;
_EXTERN char timestring[256] _SET_EMPTY;
_EXTERN time_t begintime;
_EXTERN time_t endtime;
#undef _SET_NULL
#undef _SET_0
#undef _SET_1
#undef _SET_EMPTY
#undef _SET_FILE
#undef _EXTERN
/*****************************************************************************/
#define LOG_VERSION_1 "1.0"
#define LOG_VERSION_2 "2.0"
#define LOG_VERSION_3 LOG_VERSION
/*****************************************************************************/
#define C_DELIM '|'
/*****************************************************************************/
/*****************************************************************************/
typedef struct {
char num[NUMSIZE];
int called;
int connects;
time_t connect[MAXCONNECTS];
} UNKNOWN;
/*****************************************************************************/
#endif /* _ISDNREP_H_ */