cidcall - Man Page
view calls, hangups, messages and end of calls in the NCID call file
Synopsis
cidcall [--help | -h] [--list-years | -l] [--man | -m] [--format | -f <0>] [--version | -V] cidcall [--all-types | -a] [--format | -f <1-2>] [--delimiter | -d <text>] [--strip-one | -1] [--verbose | -v <1-9>] [--yearlog | -y <4 digit year>] [--BLK | -B] [--CID | -C] [--END | -E] [--HUP | -H] [--MSG | -M] [--MWI] [--NOT | -N] [--OUT | -O] [--PID | -P] [--PUT | -p] [--RID | -R] [--WID | -W] [cidlog]
Description
The cidcall tool displays the cidcall.log file in one of three different formats: raw, human readable and delimited.
The default is to display BLK, CID, HUP, MWI, OUT, PID, PUT, RID and WID lines in a human readable format. Displays the help message and exits. Displays the manual page and exits. Debug mode. Always enabled, reserved for future use. Output information while processing is occurring. Set the level to a higher number for more information. Levels range from 1 to 9, but not all levels are used. Default: verbose = 1 Displays the version and exits. Determines the output format used. Output format 0 displays the call log file as-is. All other options are ignored. Output format 1 displays the call log in human readable text. Output format 2 displays the call log with field delimiters for easy parsing by another program. Uses options -d|--delimiter and -1|--strip-one. The default output format is 1 (human readable). Used when output format is 2 (delimited). Fields will be delimited by <text>. For pipe-delimited output, surround the pipe symbol with single or double quotes: '|' or “|”. For tab-delimited output, specify only the letter “t”. For comma-delimited output, fields containing an embedded comma will automatically be surrounded by double-quotes. Default delimiter is a comma (“,”). Lists all the yearly call logs. Used when output format is 2 (delimited). If a number is exactly 11 digits and it begins with “1”, strip the “1” before outputting it. This is to facilitate consistent sorting of the output for 10 digit numbers. If the leading “1” is stripped, the “Exception” column will so indicate. Output only those lines where the lineid matches <text>. Equivalent to typing --BLK, --CID, --END, --HUP, --MSG, --MWI, --NOT, --OUT, --PID, --PUT, --RID and --WID on the command line. Displays BLK lines (blocked calls) in the call file. Displays CID lines (incoming calls) in the call file. Displays END lines (gateway end of call) in the call file. Displays HUP lines (terminated calls) in the call file. Displays MSG lines (messages) in the call file. Displays MWI lines (voicemail message waiting) in the call file. Note: There is no short option for --MWI. Displays NOT lines (smartphone note (message)) in the call file. Displays OUT lines (outgoing calls) in the call file. Displays PID lines (smartphone Caller ID) in the call file. Displays PID lines (smartphone outgoing calls) in the call file. Displays RID lines (ringback calls) in the call file. Displays WID lines (“call waiting” calls) in the call file. Obtains data from The NCID call file. Default: /var/log/cidcall.logOptions
$HOME
/NCID/log/cidcall-<year>.log instead of the default. This overrides a call log given on the command line.Arguments
Examples
Files
/var/log/cidcall.log $HOME/NCID/log/cidcall-<year>.log
See Also
Referenced By
cidalias(1), cidupdate(1), ncid_tools(7), ncidutil(1).