DragonFly On-Line Manual Pages
CIDCALL(1) User Contributed Perl Documentation CIDCALL(1)
NAME
cidcall - view calls, hangups, messages, and end of calls in the NCID
call file
SYNOPSIS
cidcall [--help|-h] [--man|-m] [--version|-V]
cidcall [--format |-f <0-1>]
[--BLK |-B]
[--CID |-C]
[--END |-E]
[--HUP |-H]
[--MSG |-M]
[--NOT |-N]
[--OUT |-O]
[--PID |-P]
[--WID |-W]
[cidlog]
DESCRIPTION
The cidcall tool displays the cidcall.log file in one of two different
formats: raw and human readable.
The default is to display BLK, CID, HUP, OUT, PID, and WID lines in a
human readable format.
Options
-h, --help
Displays the help message and exits.
-m, --man
Displays the manual page and exits.
-V, --version
Displays the version and exits.
-f <0-1>, --format <0-1>
Determines the output format used.
Output format 0 displays the call log file as-is.
Output format 1 displays the call log in human readable text.
The default output format is 1 (human readable).
-B, --BLK
Displays BLK lines (blocked calls) in the call file.
-C, --CID
Displays CID lines (incoming calls) in the call file.
-E, --END
Displays END lines (gateway end of call) in the call file.
-H, --HUP
Displays HUP lines (terminated calls) in the call file.
-M, --MSG
Displays MSG lines (messages) in the call file.
-N, --NOT
Displays NOT lines (smartphone note (message)) in the call file.
-O, --OUT
Displays OUT lines (outgoing calls) in the call file.
-P, --PID
Displays PID lines (smartphone Caller ID) in the call file.
Obsolete.
-W, --WID
Displays WID lines ("call waiting" calls) in the call file.
Arguments
cidlog The NCID call file.
Default: /var/log/cidcall.log
SEE ALSO
ncidd.conf.5
perl v5.20.3 2015-12-10 CIDCALL(1)