This error guide describes the various stages of analysis that can help to narrow down the problems of incoming faxes.
If the target number is a software fax of STARFACE, the fax transmission can be analyzed in more detail in the Hylafax log files. For this, the root user must access the STARAFCE via ssh (see also Password for the Root User ). In the following directory:
/var/spool/hylafax/log/
there is a separate log file for each incoming or outgoing fax .The log files are numbered consecutively and can be assigned most easily by the timestamp of the log file. If an error occurs, an E-code (for example, E128 or E258) is documented within the log file, each of which is assigned to a specific status (see also Overview of the E-error codes).
If the log level of the Hylafax logfiles is insufficient, you can do so via the command:
sed -i 's/^\(SessionTracing:\s*\)1/\1286/' /var/spool/hylafax/etc/config.ttyIAX*
the log level can be increased. After that, you need to use the following command:
service hylafax restart
to restart all existing software faxes to activate the change.
Note: Restarting the software fax interrupts all active incoming and outgoing fax transmissions. |