2.2.87 Default Routing Methods

A fax server's initial state SHOULD reflect the preregistration of a default inbound routing extension and its default routing methods. The default routing methods SHOULD be identified with the GUID values listed in the following table.

Routing method GUID

Description

REGVAL_RM_EMAIL_GUID

{6bbf7bfe-9af2-11d0-abf7-00c04fd91a4e}

Routing incoming faxes to be sent by email. The routing method configuration data for this method is a null-terminated character string containing an EmailID.

REGVAL_RM_FOLDER_GUID

{92041a90-9af2-11d0-abf7-00c04fd91a4e}

Routing incoming faxes to be saved to a file folder. The routing method configuration data for this method is a null-terminated character string containing a Folder name.

REGVAL_RM_PRINTING_GUID

{aec1b37c-9af2-11d0-abf7-00c04fd91a4e}

Routing incoming faxes to be sent to a printer and printed. The routing method configuration data for this method is a null-terminated character string containing a Printer name.

REGVAL_RM_INBOX_GUID

{9d3d0c32-9af2-11d0-abf7-00c04fd91a4e}

Routing incoming faxes to be sent to a MAPI client. The routing method configuration data for this method is a null-terminated character string containing a MAPI profile name. For more information about MAPI profiles, refer to [MSDN-MAPIPRF]. This default routing method is supported only by FAX_API_VERSION_0 fax servers.

Any mechanisms for registering additional routing extensions are local to the server and are implementation-dependent.<31>