1capifaxrcvd(8) System Manager's Manual capifaxrcvd(8)
2
3
4
6 capifaxrcvd - a FAX receive daemon for CAPI
7
9 capifaxrcvd [-i stationID] [-h header] [-c controller] [-l listenNumā
10 ber] [-n notifyCmd] rcvDirectory
11
13 capifaxrcvd is a daemon to receive faxes via CAPI; you need a CAPI
14 capable ISDN card with the appropriate drivers.
15
16 The final argument must be the directory in which the received faxes
17 are to be placed. The filenames of the received faxes are of the form:
18 f[fn]xxxtttttttt
19 [fn] indicates the resolution (fine or normal),
20 xxx indicated the number of pages,
21 tttttttt is the (hexadecimal) timestamp of the fax (seconds since the
22 Unix epoch, 00:00 on January 1st, 1970 UTC).
23
24 The daemon will fork itself into the background.
25
26 This stuff is based heavily on AVM's CAPI-adk for linux.
27
28
30 -l listenNumber
31 the phone number on which to receive faxes, i.e. the number to
32 listen on.
33
34
35 -c controller
36 Specify a specific controller number to use for receiving the
37 faxes.
38
39
40 -i station_ID
41 the station ID. Typically the company name or similar.
42
43
44 -h headline
45 title of sent document. (?)
46
47
48 -n notifyCmd
49 command to execute when a fax has been received. It will be
50 called with one argument, namely the filename of the received
51 fax (without the directory name).
52
53
55 manpage written from C source by Paul Slootman <paul@debian.org>.
56
57
58
59 capifaxrcvd(8)