In order to configure functions of NGCP Faxserver one needs to update the main NGCP
configuration file /etc/ngcp-config/config.yml
with the correct fax options:
faxserver: enable: yes fail_attempts: '3' fail_retry_secs: '60' keep_failed_fax: yes keep_failed_fax_days: '60' keep_received_fax: yes keep_received_fax_days: '60' keep_sent_fax: yes keep_sent_fax_days: '60' mail_from: 'Sipwise NGCP FaxServer <voipfax@ngcp.sipwise.local>'
Parameters are:
enable
: must be yes
to enable Faxserver
fail_…
: the number and timeout of fax sending retrials
keep_…
: fax retention definitions: enabling and length in days
mail_from
: the From header in the e-mail that is sent by Fax2Mail feature
when a fax is received