isdnlog-4.19

isdnlog/isdnlog/processor.c ... abclcr (-d0) turn off
  isdnlog/tools/dest.c ... isKey
This commit is contained in:
Andreas Kool 2000-04-25 20:12:20 +00:00
parent 4b6e4b1412
commit a0c0210c88
2 changed files with 23 additions and 1 deletions

View File

@ -19,6 +19,9 @@
## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
##
## $Log$
## Revision 1.157 2000/04/13 11:02:17 paul
## Prevent "ls: zone-nl-*.db: No such file or directory" error during make install
##
## Revision 1.156 2000/04/02 17:35:06 akool
## isdnlog-4.18
## - isdnlog/isdnlog/isdnlog.8.in ... documented hup3
@ -1173,7 +1176,7 @@ SERVICEFILE = /etc/services
# DON'T EDIT BELOW THIS LINE
######################################################################
VERSION = 4.18
VERSION = 4.19
MANPAGES = isdnlog/callerid.conf.5 isdnlog/isdn.conf.5 \
isdnlog/isdnformat.5 isdnlog/isdnlog.5 isdnlog/isdnlog.8 \

View File

@ -19,6 +19,23 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log$
* Revision 1.104 2000/03/09 18:50:02 akool
* isdnlog-4.16
* - isdnlog/samples/isdn.conf.no ... changed VBN
* - isdnlog/isdnlog/isdnlog.c .. ciInterval
* - isdnlog/isdnlog/processor.c .. ciInterval
* - isdnlog/tools/tools.h .. ciInterval, abclcr conf option
* - isdnlog/tools/isdnconf.c .. ciInterval, abclcr conf option
* - isdnlog/tools/isdnrate.c .. removed a warning
* - isdnlog/NEWS ... updated
* - isdnlog/README ... updated
* - isdnlog/isdnlog/isdnlog.8.in ... updated
* - isdnlog/isdnlog/isdnlog.5.in ... updated
* - isdnlog/samples/provider ... NEW
*
* ==> Please run a make clean, and be sure to read isdnlog/NEWS for changes
* ==> and new features.
*
* Revision 1.103 2000/02/22 20:04:10 akool
* isdnlog-4.13
* - isdnlog/tools/rate-at.c ... chg. 1003
@ -4941,6 +4958,8 @@ static void processlcr(char *p)
auto char lcr_amtsholung[BUFSIZ];
auto int abort = 0;
if(!abclcr)
return;
#ifdef CONFIG_ISDN_WITH_ABC_LCR_SUPPORT
sscanf(p, "%s %s %s %s %s", ji, kenn, cid, eaz, dst);