If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.
Property:faxd (avmcmd)
BoxMatrix >> Shell-Commands >> faxd (avmcmd) | @ BoxMatrix - IRC-Chat - Translate: de es fr it nl pl |
News | Selectors | Models | Accessories | Components | Environment | Config | Commands | System | Webif | Software | Develop | Lexicon | Community | Project | Media |
Startup-Scr | Hotplug-Scr | BusyBox-Cmds | Bash-Cmds | AVM-Cmds | Chipset-Cmds | Linux-Cmds | Shared-Libs | Kernel-Mods | Research |
Name-Collision - multiple objects in this wiki use the name faxd!
|
AVM-Command
Command: | faxd (avmcmd) - type Exec | Wiki | Freetz | IPPF | whmf | AVM | Web |
Location: | Shell-Commands >> AVM-Commands - Origin: AVM | ||||||
Path: | Release: /usr/bin Lab+Rel: /usr/bin | ||||||
Properties: | Size: 18.2k - 55.7k - Firmware: 4.44 - 8.00 | ||||||
Function: | Fax receiption daemon. |
Goto: Events - Source - Dependencies - Model-Matrix - Symbols - SMW-Browser
Details
faxd is a Fax receiption daemon.
An incoming Fax is stored in SFF or JPG format in /var/tmp/fax.data
.
It then is converted to PDF format to /var/tmp/fax.pdf
using libconverttopdf.so.
If storing the Fax is enabled it is then stored in folder FRITZ/faxbox, either on USB-Storage or Internal-Storage.
If Push-Mail notification for Fax is enabled the files /var/tmp/faxdmail.txt
and /var/tmp/faxdmail.html
are created
using libhtmltemplate.so and the templates fax_rcv_message.txt and fax_rcv_message.html. This will also adapt all text to
the currently selected Language using SSI and the HTML-Text database.
faxdmail.txt and faxdmail.html are then sent as a multipart MIME Email using mailer, if Fax2Mail is enabled fax.pdf is
attachhed additionally. To test Fax2Mail configuration a test Email could be sent usng fax-test.pdf as attachment.
fw 7.29 help - no help function provided:
root@fritz2:/var/mod/root# faxd -? faxd: invalid option -- ?
Found out by try and error:
faxd -c <controller> # specified controller faxd -a # all controllers (typical usage) faxd -k # does NOT kill it
Events
Daily updated index of AVM-Events and AVMIPC-Datastore nodes affecting this command. Last update: 2023-12-10 05:13 GMT.
The owners of Event-Sinks and Event-Sources are manual research, which may be incomplete or even wrong.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
A **
in the Mod
column marks info from Supportdata2 probes, which by their nature will stay way more incomplete.
A -
in the Mod
column marks manual research, the Firmware
then shows where the item occurs, not the Relation
.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Sink | evsink | faxd (evsink) | 17* | 6.98 - 7.51 | Event-Sink of faxd | AVM |
Receives | event | fax_file | 11* | 7.19 - 7.51 | Incoming Fax status | AVM |
Receives | event | user_source_notify | 17* | 6.98 - 7.51 | TODO | AVM |
Source | evsrc | faxd (evsrc) | 20* | 6.98 - 7.51 | Event-Source of faxd | AVM |
Sends | event | fax_file | 17* | 6.98 - 7.51 | Incoming Fax status | AVM |
Sends | event | fax_status_change | 17* | 6.98 - 7.51 | faxd settings changed | AVM |
Sends | event | remote_notifier | 3* | 7.01 - 7.29 | Remote Event-Source notify | AVM |
Sends | event | telephony_fax_received | 17* | 6.98 - 7.51 | Incoming Fax trigger | AVM |
8 event relations for this command |
Source
The names of source files compiled into an executable often help to understand function blocks (and show gaps in the docs).
fw 7.39 source files:
$ strings /usr/bin/faxd | grep -e '\.c$' -e '\.cpp$' faxd.c
Dependencies
Daily updated index of all dependencies of this command. Last update: 2025-02-01 07:40 GMT.
A *
in the Mod
column marks info from Supportdata-Probes, which will always stay incomplete.
Relation | Typ | Object | Mod | Firmware | Info | Origin |
---|---|---|---|---|---|---|
Runs as | proc | faxd (process) | 25* | 5.50 - 7.81 | Process running faxd | AVM |
Registers | wdog | faxd (watchdog) | 24* | 6.50 - 7.81 | Watchdog for faxd | AVM |
Serving | sock | faxd_ipc | 25* | 6.81 - 7.81 | TODO | AVM |
Depends on | lib | ld.so | 20 | 7.08 - 8.00 | Dynamic linker / loader | Linux |
Depends on | lib | libavm_event.so | 46 | 6.25 - 8.00 | AVM-Events management API | AVM |
Depends on | lib | libavmcsock.so | 71 | 4.44 - 8.00 | Networking, I/O and helper functions | AVM |
Depends on | lib | libavmhmac.so | 10 | 4.59 - 4.99 | HMAC / SHA / MD5 hashing. | AVM |
Depends on | lib | libavmwdt.so | 21 | 7.61 - 8.00 | AVM-Watchdogs management API | AVM |
Depends on | lib | libbacktrace.so | 71 | 4.48 - 8.00 | Crash handler and logger | AVM |
Depends on | lib | libboxlib.so | 71 | 4.44 - 8.00 | Box status, logging and statistics functions | AVM |
Depends on | lib | libbsd.so | 5 | 7.19 - 8.00 | BSD functions lacking on GNU systems | Linux |
Depends on | lib | libc.so | 71 | 4.44 - 8.00 | Standard C library | Linux |
Depends on | lib | libcalllog.so | 58 | 5.23 - 8.00 | Telephony event logger | AVM |
Depends on | lib | libcapi20.so | 71 | 4.44 - 8.00 | CAPI 2.0 ISDN controller interface | AVM |
Depends on | lib | libcm.so | 41 | 6.54 - 8.00 | ctlmgr / cm_logic messaging API | AVM |
Depends on | lib | libconverttopdf.so | 71 | 4.70 - 8.00 | Convert SFF or JPG to PDF | AVM |
Depends on | lib | libdl.so | 59 | 4.44 - 8.00 | Dynamic linking library | Linux |
Depends on | lib | libemailservice.so | 58 | 5.55 - 8.00 | Email sender using mailer | AVM |
Depends on | lib | libfaxmeta.so | 36 | 6.98 - 8.00 | Maintains a metadata index of incoming and outgoing Fax | AVM |
Depends on | lib | libgcc_s.so | 36 | 4.44 - 6.110 | GCC low-level runtime library | Linux |
Depends on | lib | libhtmltemplate.so | 59 | 5.06 - 8.00 | Template preprocessor for HTML / XML markup | AVM |
Depends on | lib | libled.so | 13 | 4.56 - 4.99 | LED API - first generation | AVM |
Depends on | lib | libled2.so | 69 | 4.63 - 8.00 | LED API - second+third generation | AVM |
Depends on | lib | libphonebook.so | 69 | 4.44 - 8.00 | Phonebook access API | AVM |
Depends on | lib | libpthread.so | 59 | 4.44 - 8.00 | POSIX threading library | Linux |
Depends on | lib | libsfftopdf.so | 12 | 4.55 - 4.99 | Convert SFF to PDF | AVM |
Depends on | lib | libsfftotiff.so | 6 | 4.44 - 4.99 | Convert SFF to TIFF | AVM |
Depends on | lib | libslab.so | 11 | 4.44 - 4.99 | Slab allocator or empty dummy library | Linux |
Depends on | lib | libwdt.so | 68 | 4.44 - 7.81 | AVM-Watchdogs management API | AVM |
29 dependencies for this command |
Model-Matrix
Daily updated index of the presence, path and size of this command for each model. Last update: 2025-02-01 05:39 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom/rtl)
label in the Model
column shows which CPU is meant for Multi-Linux models.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.
Model | Firmware | Path | Size |
---|---|---|---|
FRITZ!Box 4050 | 7.58 - 7.90 | /usr/bin | 41.6k - 45.6k |
FRITZ!Box 4060 | 7.29 - 7.90 | /usr/bin | 41.4k - 45.6k |
FRITZ!Box Fon 5124 | 4.67 - 4.77 | /usr/bin | 24.2k - 24.8k |
VoIP Gateway 5188 | 4.56 - 4.81 | /usr/bin | 27.0k - 43.6k |
FRITZ!Box 5490 (main) | 6.51 - 7.29 | /usr/bin | 31.7k - 40.4k |
FRITZ!Box 5491 (main) | 7.01 - 7.29 | /usr/bin | 36.6k - 40.4k |
FRITZ!Box 5530 Fiber (main) | 7.21 - 8.00 | /usr/bin | 48.3k - 48.5k |
FRITZ!Box 5590 Fiber (main) | 7.29 - 8.00 | /usr/bin | 41.4k - 45.6k |
FRITZ!Box 5690 Pro (main) | 7.62 | /usr/bin | 41.5k |
FRITZ!Box 6320 Cable v1 | 6.03 - 6.04 | /usr/bin | 30.1k |
FRITZ!Box 6320 Cable v2 | 6.21 | /usr/bin | 30.1k |
FRITZ!Box 6340 Cable | 5.24 | /usr/bin | 26.2k |
FRITZ!Box 6360 Cable | 4.85 - 6.51 | /usr/bin | 26.2k - 30.1k |
FRITZ!Box 6430 Cable (atom) | 6.84 - 7.29 | /usr/bin | 34.2k - 41.3k |
FRITZ!Box 6490 Cable (arm) | 6.20 - 6.64 | /usr/bin | 30.1k |
FRITZ!Box 6490 Cable (atom) | 6.83 - 7.51 | /usr/bin | 34.2k - 41.4k |
FRITZ!Box 6590 Cable (atom) | 6.83 - 7.51 | /usr/bin | 34.2k - 41.4k |
FRITZ!Box 6591 Cable (arm) | 7.04 - 7.08 | /usr/bin | 38.4k - 41.5k |
FRITZ!Box 6591 Cable (atom) | 7.04 - 8.00 | /usr/bin | 38.0k - 49.7k |
FRITZ!Box 6660 Cable (atom) | 7.14 - 8.00 | /usr/bin | 38.0k - 49.7k |
FRITZ!Box 6670 Cable (atom) | 7.61 - 7.90 | /usr/bin | 49.6k - 49.7k |
FRITZ!Box 6690 Cable (atom) | 7.28 - 7.90 | /usr/bin | 41.4k - 49.7k |
FRITZ!Box 6810 LTE | 6.35 | /usr/bin | 28.2k - 31.6k |
FRITZ!Box 6840 LTE (main) | 5.08 - 6.88 | /usr/bin | 28.2k - 36.1k |
FRITZ!Box 6842 LTE | /usr/bin | 28.3k - 31.6k | |
FRITZ!Box 6850 LTE | 7.21 - 7.90 | /usr/bin | 41.5k - 48.4k |
FRITZ!Box 6850 5G | 7.24 - 7.90 | /usr/bin | 41.5k - 41.6k |
FRITZ!Box 6890 LTE (main) | 6.84 - 7.57 | /usr/bin | 41.0k - 48.5k |
FRITZ!Box 6890 LTE v1 (main) | 6.84 - 7.57 | /usr/bin | 41.0k - 48.5k |
FRITZ!Box 6890 LTE v2 (main) | 6.84 - 7.57 | /usr/bin | 41.0k - 48.5k |
FRITZ!Box Fon WLAN 7112 | 4.76 - 4.88 | /usr/bin | 27.0k - 33.2k |
FRITZ!Box Fon WLAN 7140 | 4.50 - 4.77 | /usr/bin | 18.6k - 27.0k |
FRITZ!Box Fon WLAN 7141 | 4.49 - 4.77 | /usr/bin | 18.6k - 27.0k |
FRITZ!Fon 7150 | 4.56 - 4.72 | /usr/bin | 24.8k - 27.0k |
FRITZ!Box Fon WLAN 7170 | 4.44 - 4.99 | /usr/bin | 18.2k - 33.2k |
FRITZ!Box Fon WLAN 7170 v1 | 4.44 - 4.99 | /usr/bin | 18.2k - 33.2k |
FRITZ!Box Fon WLAN 7170 v2 | 4.44 - 4.99 | /usr/bin | 18.2k - 33.2k |
FRITZ!Box Fon WLAN 7240 | 4.65 - 6.06 | /usr/bin | 24.7k - 55.7k |
FRITZ!Box Fon WLAN 7270 v1 | 4.48 - 4.99 | /usr/bin | 18.6k - 35.8k |
FRITZ!Box Fon WLAN 7270 v2 | 4.67 - 6.06 | /usr/bin | 24.9k - 55.7k |
FRITZ!Box Fon WLAN 7270 v3 | 4.76 - 6.06 | /usr/bin | 27.0k - 55.7k |
FRITZ!Box 7272 (main) | 5.55 - 6.88 | /usr/bin | 28.5k - 36.1k |
FRITZ!Box 7312 | 5.23 - 6.56 | /usr/bin | 28.3k - 32.3k |
FRITZ!Box Fon WLAN 7320 | 4.85 - 6.35 | /usr/bin | 28.3k - 33.0k |
FRITZ!Box 7330 | 5.06 - 6.56 | /usr/bin | 28.3k - 32.6k |
FRITZ!Box 7330 SL | 5.08 - 6.56 | /usr/bin | 28.3k - 32.6k |
FRITZ!Box Fon WLAN 7340 | 4.83 - 5.05 | /usr/bin | 28.3k - 35.8k |
FRITZ!Box Fon WLAN 7360 SL | 5.04 - 6.34 | /usr/bin | 28.3k - 35.8k |
FRITZ!Box Fon WLAN 7360 v1 | 5.06 - 6.36 | /usr/bin | 28.3k - 32.5k |
FRITZ!Box Fon WLAN 7360 v2 | 5.22 - 6.88 | /usr/bin | 28.3k - 36.1k |
FRITZ!Box 7362 SL (main) | 5.53 - 7.18 | /usr/bin | 28.3k - 40.3k |
FRITZ!Box 7369 (main) | 6.30 - 6.32 | /usr/bin | 31.6k |
FRITZ!Box Fon WLAN 7390 | 4.81 - 5.22 | /usr/bin | 28.2k - 55.7k |
FRITZ!Box 7412 (main) | 6.21 - 6.88 | /usr/bin | 31.6k - 36.1k |
FRITZ!Box 7430 (main) | 6.26 - 7.31 | /usr/bin | 31.7k - 40.4k |
FRITZ!Box 7490 (main) | 5.57 - 7.51 | /usr/bin | 28.5k - 44.6k |
FRITZ!Box 7510 | 7.30 - 8.00 | /usr/bin | 41.4k - 45.6k |
FRITZ!Box 7520 | 6.98 - 8.00 | /usr/bin | 34.3k - 41.6k |
FRITZ!Box 7520 v2 (main) | 7.30 - 8.00 | /usr/bin | 41.5k - 41.6k |
FRITZ!Box 7530 | 6.98 - 8.00 | /usr/bin | 34.3k - 41.6k |
FRITZ!Box 7530 AX | 7.20 - 8.00 | /usr/bin | 41.6k - 45.7k |
FRITZ!Box 7560 (main) | 6.51 - 7.30 | /usr/bin | 36.6k - 48.3k |
FRITZ!Box Fon WLAN 7570 vDSL | 4.70 - 4.94 | /usr/bin | 24.8k - 35.8k |
FRITZ!Box 7580 (main) | 6.53 - 7.30 | /usr/bin | 36.6k - 48.3k |
FRITZ!Box 7581 | 6.54 - 7.18 | /usr/bin | 34.5k - 41.6k |
FRITZ!Box 7582 | 6.83 - 7.18 | /usr/bin | 34.5k - 41.6k |
FRITZ!Box 7583 (main) | 7.01 - 7.59 | /usr/bin | 44.3k - 48.5k |
FRITZ!Box 7583 VDSL (main) | 7.19 - 8.00 | /usr/bin | 48.3k - 48.5k |
FRITZ!Box 7590 (main) | 6.83 - 8.00 | /usr/bin | 41.0k - 48.5k |
FRITZ!Box 7590 AX (main) | 7.19 - 8.00 | /usr/bin | 48.3k - 48.5k |
FRITZ!Box 7690 | 7.61 - 7.90 | /usr/bin | 41.5k - 41.6k |
Speedport W 504V MK | 5.04 | /usr/bin | 36.5k |
72 models use this command |
Symbols
Daily updated index of all symbols of this command. Last update: 2025-02-01 07:40 GMT.
Firmware | Symbol |
---|---|
4.61 - 4.86 | BlackPixel |
4.61 - 4.86 | Encode_White_Line |
4.61 - 4.86 | EndOfLine |
4.61 - 4.86 | EndOfPage |
4.44 - 5.06 | ReplaceVariables |
4.44 - 5.06 | ReplaceVariablesIO |
4.80 - 5.06 | SkipTo |
4.61 - 4.86 | WhitePixel |
7.39 - 8.00 | create_directories |
7.39 - 8.00 | current_fax_path_different_to_config |
4.61 - 4.86 | encoder_init |
6.98 - 8.00 | fax_event_file |
4.55 - 8.00 | fax_get_free_disk_space |
6.54 - 8.00 | fax_get_storage_fill_percentage |
4.44 - 8.00 | fax_machine |
4.44 - 8.00 | fax_mail_subject |
6.98 - 8.00 | fax_status_change_event |
6.54 - 8.00 | fax_template_get_config_produkt_url |
4.44 - 8.00 | fax_template_get_day |
5.58 - 8.00 | fax_template_get_empty |
5.07 - 8.00 | fax_template_get_hour |
5.07 - 8.00 | fax_template_get_minute |
4.44 - 8.00 | fax_template_get_month |
4.44 - 8.00 | fax_template_get_name |
4.44 - 8.00 | fax_template_get_number |
4.74 - 8.00 | fax_template_get_reason |
4.55 - 8.00 | fax_template_get_serviceportal_url |
4.44 - 5.09 | fax_template_get_time |
4.44 - 8.00 | fax_template_get_year |
6.54 - 8.00 | fax_template_memory_full |
6.25 - 8.00 | faxd_event_register |
4.44 - 8.00 | faxd_msn_match |
6.98 - 8.00 | faxd_read_event |
4.80 - 8.00 | faxd_tree_changed |
6.54 - 8.00 | find_fax_dir |
4.74 - 8.00 | get_free_memory |
4.55 - 8.00 | ignore_call |
4.44 - 4.97 | install_crash_handler |
6.54 - 8.00 | ipc_handle_msg |
6.54 - 8.00 | ipc_listen |
4.44 - 8.00 | listen_on_controller |
4.44 - 8.00 | main |
4.55 - 8.00 | may_accept_call |
4.44 - 8.00 | my_capi_put_cmsg |
4.80 - 8.00 | notify_add_watch |
4.80 - 8.00 | notify_alloc_set |
4.80 - 8.00 | notify_deinit |
4.80 - 8.00 | notify_find_set |
4.80 - 8.00 | notify_init |
6.25 - 8.00 | notify_missed_fax_event |
4.80 - 8.00 | notify_poll |
4.80 - 8.00 | notify_rm_set |
4.80 - 8.00 | notify_rm_watch |
4.80 - 8.00 | notify_rm_watch_by_cookie |
4.80 - 8.00 | notify_watch_tree |
4.85 - 4.86 | pdf_add_document_catalog |
4.85 - 4.86 | pdf_add_document_info |
4.85 - 4.86 | pdf_add_outlines |
4.85 - 4.86 | pdf_add_page |
4.85 - 4.86 | pdf_add_page_content_stream |
4.85 - 4.86 | pdf_add_page_jpgfax_stream |
4.85 - 4.86 | pdf_add_page_sfffax_stream |
4.85 - 4.86 | pdf_add_pages |
4.85 - 4.86 | pdf_add_trailer |
4.85 - 4.86 | pdf_add_xref |
4.85 - 4.86 | pdf_count_sff_pages |
4.85 - 4.86 | pdf_init_file |
4.85 - 4.86 | pdf_read_sff_page |
4.61 - 4.86 | sff2pdf |
4.61 - 4.86 | sff_get_record |
4.61 - 4.86 | sff_huff2pixline |
4.61 - 4.86 | sff_open |
4.55 - 8.00 | unlisten |
73 symbols for this command |