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.

0
U

Property:fax status change

From BoxMatrix


BoxMatrix >> System >> fax_status_change @ 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

Devices Filesystems Partitions Sockets Netlink Pipes Interfaces Bridges Ports Events Sources Sinks AVMIPC Processes Watchdogs Memory Slab Vmalloc ProcFS SysFS Research

AVM-Event

Goto:   Dependencies   -   Model-Matrix   -   Missing Supportdata   -   SMW-Browser

Details

The fax_status_change event informs the system about changes of the faxd settings. This covers whether Fax is enabled
at all, where incoming Faxes are stored, whether they are forwarded by Email and whether they are kept after forwarding.
This event is sent by faxd, and dect_manager is subscribed to it, to know how to inform DECT telephones about incoming Fax.
The receiption of a Fax is signaled by the telephony_fax_received and fax_file events,

// From include/uapi/avm/event/gen-types.h

struct _avm_event_fax_status {
	struct _avm_event_header header;
	enum fax_receive_mode fax_receive_mode;
	enum fax_storage_dest fax_storage_dest;
	unsigned int dirname_length;
	unsigned char dirname[0];
};

enum fax_receive_mode {
	FAX_RECEIVE_MODE_OFF = 0,
	FAX_RECEIVE_MODE_MAIL_ONLY = 1,
	FAX_RECEIVE_MODE_STORE_ONLY = 2,
	FAX_RECEIVE_MODE_MAIL_AND_STORE = 3,
};

enum fax_storage_dest {
	FAX_STORAGE_INTERNAL = 0, /*--- ie: internal storage ---*/ 
	FAX_STORAGE_EXTERNAL = 1, /*--- ie: USB storage---*/ 
};

Dependencies

Daily updated index of all dependencies of this event. Last update: GMT.
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
Source evsrc faxd (evsrc) 17* 6.98 - 7.51 Event-Source of faxd AVM
Sink evsink dect_manager (evsink) 20* 6.98 - 7.80 Event-Sink of dect_manager AVM
2 dependencies for this event

Model-Matrix

Daily updated index of the presence, path and size of this event for each model. Last update: GMT.
Showing all models using this event. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list comes from Supportdata-Probes, which can have arbitrary settings and come from different firmware versions.
It doesn't say much if a model is not listed here. It may be a missing supportdata file or just a disabled feature.

Missing Supportdata

The data in this article is incomplete due to missing Supportdata-Probes for the models listed below.
If you own any of these models and would like to help then please get in touch.

SMW-Browser

Information is currently being retrieved from the backend.
 

Synonyms

Showing 1 related property.

f