PMDF System Manager's Guide


Previous Next Contents Index


TEST/FAX_ROUTING

Test the effect on DATA_TO_BITMAP channel processing options of FAX routing mappings.

Syntax

PMDF TEST/FAX_ROUTING [routing]

Command Qualifiers Defaults
/DEBUG /NODEBUG
/IMAGE_FILE=file-spec /IMAGE_FILE=PMDF_CONFIG_DATA
/MAPPING_FILE=file-spec /MAPPING_FILE=PMDF_MAPPING_FILE

restrictions

This utility is supplied only with the PMDF-FAX optional layered product.

prompts

Routing: routing

Parameters

routing

Optional routing to test.

Description

TEST/FAX_ROUTING may be used to test entries in the FAX_ROUTING mapping tables used by the DATA_TO_BITMAP channel of PMDF-FAX. These entries are used to alter, on a per received FAX basis, the processing options used by that channel.

The specified routing will be looked up in the FAX_ROUTING mapping table and, if found, the mapping result---a list of processing options for the DATA_TO_BITMAP channel---will be parsed. If a routing is specified on the command line, TEST/FAX_ROUTING acts upon the specified routing and then exits. If no routing is specified on the command line, then TEST/FAX_ROUTING will prompt for routings until a CTRL/Z is entered.


Command Qualifiers

/DEBUG

/NODEBUG (default)

The testing process is capable of producing detailed processing information. The /DEBUG qualifier enables this output; it is disabled by default.

/IMAGE_FILE[=filename]

/NOIMAGE_FILE

The /IMAGE_FILE qualifier serves two purposes. The first is when /NOIMAGE_FILE is specified; this instructs TEST/FAX_ROUTING to ignore any compiled configuration unconditionally and to read configuration information from the various text files instead. When the /IMAGE_FILE qualifier is specified without an optional file name, PMDF TEST/FAX_ROUTING will load the compiled configuration from the file PMDF_CONFIG_DATA. If, instead, a file name is specified then PMDF TEST/FAX_ROUTING will load the compiled configuration from the specified file.

/MAPPING_FILE=filename

TEST/FAX_ROUTING normally consults the default mapping file, PMDF_MAPPING_FILE, during processing. The /MAPPING_FILE qualifier specifies an alternate file to use in place of PMDF_MAPPING_FILE. This qualifier has no effect unless /NOIMAGE_FILE is specified or no compiled configuration exists; use of any compiled configuration will preclude reading any sort of mapping file.

EXAMPLES

The FAX_ROUTING table entry,


6215319   /OUTPUT_AS=EMAIL/OUTPUT_FORMAT=DDIF/TO=dan@example/ 
may be tested with this utility:


$ PMDF TEST/FAX_ROUTING 6215319
Processing options: 
  OUTPUT_FORMAT      = DDIF 
  PAGE_MAGNIFICATION = 0.95 
  OUTPUT_AS          = EMAIL 
  TO                 = dan@example 
  SAVE_INPUT         = FALSE 


Previous Next Contents Index