Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mkzonedb(8) [centos man page]

MKZONEDB(8)						    Linux System Administration 					       MKZONEDB(8)

NAME
mkzonedb - Utility create a zone file for isdnlog SYNOPSIS
mkzonedb -r zonefile -d database [-v] [-V] [-o Oz] [-l len] DESCRIPTION
mkzonedb reads a text file with zone (area code) information, and writes it in a special format to the database file so that other apps such as isdnlog can easily access the data. This data is used to determine in what "zone" a given area code is in relation to another, to see what rate applies to a call between these area codes ("is the call a local call"). This utility is really only used during the building of the isdnlog-data package, but it may be useful for those who want to create their own custom tables. OPTIONS
-r zonefile the text file with the zone information. Use "-" for standard input. -d database the output database filename -v verbose mode -V show version information, and quit (don't do anything) -o Oz Use "Oz" area zone. Default is 1. (What does this mean, exactly?) -l len "len" is the length of areacodes. If 5 or more is given, then more space is allocated for the internal tables (40000 instead of 10000 numbers allowed). Other values aren't really used. AUTHOR
manpage written from C source by Paul Slootman <paul@debian.org>. mkzonedb 2003/03/11 MKZONEDB(8)

Check Out this Related Man Page

isdnlog(5)						    Linux System Administration 						isdnlog(5)

NAME
/var/log/isdn.log - isdn log file DESCRIPTION
The main purpose of isdnlog is to create a log file with information about all incoming and outgoing calls, namely: this file. The file has 19 fields, separated by pipe characters "|" with fixed length. The fields are: 1 Time of connect 2 Caller's number (if transmitted) 3 Called number 4 Duration of connection in seconds 5 Duration of connection in 1/100 seconds 6 Time of connect (as usual in seconds since 1970) 7 Number of charge signals received (-1 if you don't get charge signals) 8 I = Incoming or O = Outgoing 9 Cause Code if connection was not established 10 Number of bytes transferred (incoming) 11 Number of bytes transferred (outgoing) 12 Version number of isdnlog 13 ISDN Service Code 14 1 = called by isdn user, 0 = called by analog user 15 Costs per charge unit (e.g. 0.062 in Germany) 16 Currency of charge unit (e.g. EUR in most parts of Europe) 17 Total cost of connection 18 Provider 19 Zone FILES
/var/log/isdn.log This file: isdnlog log file. SEE ALSO
isdnlog(8) AUTHOR
This manual page was written by Andreas Jellinghaus <aj@dungeon.inka.de>, for Debian GNU/Linux and isdn4linux. Now maintained by Paul Slootman <paul@debian.org>. ISDN 4 Linux 3.13 2002/01/31 isdnlog(5)
Man Page