Previous | Contents | Index |
The FAX_TO_DATA channel, which receives inbound FAXes, runs as a detached process; one process per modem. These processes use very little resources. Each detached process should be started by executing the command
$ PMDF STARTUP FAX_RECEIVE channel-name |
channel-name
is optional and
specifies the name of the FAX_TO_DATA channel the process is to operate
as. If this parameter is omitted, the process will operate as the
FAX_TO_DATA channel named fax_to_data.
Whenever the PMDF configuration is altered, the FAX receive processes need to be restarted. To restart all FAX receive processes across an entire cluster, issue the command
$ PMDF RESTART FAX_RECEIVE |
To shutdown any FAX receive processes, you may use the PMDF SHUTDOWN command:
$ PMDF SHUTDOWN FAX_RECEIVE |
Previous | Next | Contents | Index |