Sending Fax End User to FaxMaker Flashcards

1
Q

List and describe the 4 fax sending methods available in FM.

A

Web client
Access the GFI FaxMaker web interface from a supported web browser and compose faxes from the web client.

Email
Users can send faxes and SMS messages directly from their favorite email client, such as Microsoft Outlook.

NetPrintQueue2Fax
To send faxes, users print content to the NetPrintQueue2Fax printer driver. The fax recipient number is keyed in within the document in a customizable format.

This enables fax sending in any format that allows printing of content (without installing the application on the FaxMaker machine).

APIs
Use third-party tools to automatically generate APIs containing the information about the faxes to send and automate the fax and SMS message sending process.

Store TextAPI or XMLAPI files to a central location and FaxMaker automatically processes files located in this folder.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe sending the fax via email.

A

Most companies use email and hence using it to send the fax is pretty simple to set up and use. Sending via the email client that is already used by the customer provides an already existing built-in fax sending method. This method also includes MS Office 365.

To send the fax using email, FaxMaker should be installed on the Microsoft Exchange server or have connectors installed to work with FaxMaker installed on a separate server. FaxMaker works with Microsoft Exchange Server, as well as some other non-MS Exchange mail servers. To understand how it is done, please see Faxmaker Mail Server Settings article.

Once the Faxmaker is installed, you can start sending faxes via email, for more details on it, please see Sending the Fax via Email article.

Faxmaker also works with POP3 mailboxes.

STEPS IN PROCESS
The email will be created to be sent to the fax number email, which is usually in the following format.
@ For example, 1234567890@faxmaker.com
This email will be sent from the email client to the mail server.

The email will leave the client and go to the mail server, and the mail server will route the email using the send connector to the IIS SMTP server on the fax server which will then drop the email in the following folder, which is the default location.
C:\Program Files (x86)\GFI\FaxMaker\SinkDrop

The FaxMaker Message Transfer Agent (MTA) service picks up the email and begins processing it.

The MTA separates the To and From information, the body, and the attachment(s).

The To and From information is used to create an SFM file.

The email body is copied to a BDY file (if applicable).

The SFM file, BDY file, and attachment files are saved to the FAXmaker\Out directory.

The FaxMaker fax server service retrieves the files from the FaxMaker\Out folder and generates the fax image and sends the fax via the fax device.

The FaxMaker fax server service generates a transmission report and saves it to the FAXmaker\In folder.

The MTA picks up the email report from FAXmaker\In folder and sends a fax report email to the sending user using the mail server defined in the Email2FaxGateway node of the FaxMaker configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Describe sending a fax using textapi.

A

This API uses a text file to issue commands and create references for other files to be used to send the fax. The text file can point out attachments that are to be used in the fax as well as select specific cover pages and other details.

STEPS IN PROCESS
The control file and any associated files are dropped into the TextAPI pickup folder specified in the FaxMaker Configuration.

The FaxMaker Fax Server service picks up the files and processes them. This processing includes extracting the fax information from the control file and fax data.

Once the files are processed, the fax data is converted to an image and transmitted via the fax device.

The transmission report can work in one of the following two ways:

If a licensed user has sent the fax, the transmission report is generated and dropped in the FaxMaker\in folder for the message transfer agent to send it to the user.

If no user is specified in the control file, a transmission report will not be generated. Instead, a response file will be created and dropped into the pickup folder, by default. If a user that is not a licensed user is specified in the control file, the fax will fail due to a user error.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Describe sending a fax using XMLAPI

A

This API is the same as the previous TextAPI but uses an eXtensible Markup Language (XML) file as the control file instead of a text file. So the XML file will have the commands and references mentioned in the TextAPI section.

The control file and any associated files are dropped into the XMLAPI pickup folder specified in the FaxMaker Configuration. This would include the mandatory XML control file, the optional bdy file and an optional attachment of which the file type could vary between supported attachment file types.

The fax server service picks up the files, parses the XML information, and then processes them.

Once the files are processed, the fax data is converted to an image and transmitted via the fax device.

The transmission report is called a status file. This file is dropped back into the pickup folder, by default. Unlike TextAPI, you must be a licensed FaxMaker user to send faxes using this method, and there is no option to receive a transmission report via email.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe a fax via Web CLient/WSAPI

A

With FaxMaker Web Services API (WSAPI) a customer can create their application to send faxes to the FaxMaker server, or receive from, using web services and port 8555.

The FaxMaker Web Client is a built-in sending method that does not require installation of any other software and is accessible to all FaxMaker licensed users.

As long as the user can access the website, which is installed on the FaxMaker server when FaxMaker is installed, the web client is accessible and usable. It uses the same port, 8555, as the WSAPI.

With FaxMaker Web Services API (WSAPI) a customer can create their application to send faxes to the FaxMaker server, or receive from, using web services and port 8555.

The FaxMaker Web Client is a built-in sending method that does not require installation of any other software and is accessible to all FaxMaker licensed users.

As long as the user can access the website, which is installed on the FaxMaker server when FaxMaker is installed, the web client is accessible and usable. It uses the same port, 8555, as the WSAPI.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Describe sending a fax via NetPrintQueue2Fax printer drive.

A

The NetPrintQueue2Fax printer is installed on the FaxMaker server while installing FaxMaker and it is shared by default. From there each licensed user can install that printer driver on their computer and can send prints to this printer to send faxes.

Once the NPQ2F is configured, a document can then be set up and printed to be sent as a fax.

The print job is usually spooled to the printer.

Once the printer has the job, the npqf_drv.dll determines the account name of the user who sent that job, converts the document, and saves the job files to the FAXmaker\temp folder (*.NPQ and *.TXT file).

The npqf_proc.exe detects job files in FAXmaker\temp and then determines the licensed user status of sending account.

If the user is valid, the npqf_proc.exe generates an SFM and FAX file and saves them to the FaxMaker\out folder. Otherwise, it generates a Fax Admin notification and puts it into the FaxMaker\out\administration folder.

GFI Faxmaker fax server detects the job in FaxMaker\out folder and processes the job as it does for any other fax source.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A customer has the following request:

We are currently testing GFI FaxMaker and need to configure the integration with Aprima for sending faxes from patient documents.

Which KB article provides the requested information? Paste the link in the field below.

A

https://support.faxmaker.gfi.com/hc/en-us/articles/360018587260-Sending-Faxes-Using-Aprima-Medical-Software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A customer opens a ticker because a user sent a fax from Outlook via Office 365, and it didn’t get to the sinkdrop folder.
In the Office 365 message trace logs, it’s noticed the error “4.4.316 connection refused” and “sendasdenied” exception.

Paste in the field below the URL for the KB article that addresses the given scenario.

A

https://support.faxmaker.gfi.com/hc/en-us/articles/360018650799-Receiving-Sendasdenied-Error-Sending-Faxes-From-Office-365

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A customer has the following request:

We have a lead that involves Canon MFD as the API and the reseller is evaluating, but we can’t find the download link of the eCopy Share Scan Connector.
In the field below, paste the link to the KB article that provides instructions for downloading and installing the required software.

A

https://support.faxmaker.gfi.com/hc/en-us/articles/360015130920-Installing-the-FaxMaker-Nuance-eCopy-ShareScan-Connector

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A customer reports the following situation:

We now have a hybrid mode (on-prem Exchange 2016 & Office 365). The user (O365 mailbox) sends a fax via Outlook to fax#@faxmaker.com on behalf of a FaxMaker account (Houston-faxmaker; on-prem E2016 mailbox).
The message gets stuck on Office 365 queue because there are no MX records for faxmaker.com. Before the hybrid mode, we had a faxmaker.com Exchange connector that routed traffic to the Faxmaker Windows server.
Which KB article provides the instructions the check and configure FaxMaker according to the customer’s scenario?

Paste the article’s URL in the field below.

A

https://support.faxmaker.gfi.com/hc/en-us/articles/360018594940-Using-FaxMaker-with-Office-365-in-Hybrid-Mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Customer:

Our customer states that one of our employee's faxes are not being received. I have confirmed she is using the correct way to send by applying @faxmaker.com to the end of the fax number. I have confirmed she is faxing to a fax line. GFI FaxMaker web interface indicates her fax is pending. I also saw her files stuck in the folder sinkdrop\ignored on Fax Server. Is there any way to get her fax from pending to sent?
L1 Agent (public note):

Dear Customer, upon checking the log files you uploaded, I noticed the following message: “Fax sent from this email address cannot be transmitted because you are not a GFI FaxMaker user. Contact your administrator to start sending faxes using GFI FaxMaker.”
Can you confirm if the user is set as a FaxMaker licensed user? That would be required for her to send faxes.
Customer:

In response to the error message, it is referring to the HP Multi-function printer the employee is using.

Which of the following statements explains the issue?

The printer has to be added as a licensed user to send faxes

Faxes cannot be sent directly from a multifunction printer

The multifunction printer cannot have an email assigned to it

A

The printer has to be added as a licensed user to send faxes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A customer asks where they can find information about FaxMaker’s API to send faxes.

Paste in the field below the URL for the KB article that provides the requested information.

A

https://support.faxmaker.gfi.com/hc/en-us/articles/360018556179-Using-FaxMaker-s-APIs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

If a customer opens a ticket asking for the FaxMaker’s Client download link, which of the following statements will give them a thorough answer?

The Web Client replaced the FaxMaker Client, which is not supported anymore, but customers can still download it for both 32 (http://cdndl.gfi.com/faxclient.exe) and 64 (http://cdndl.gfi.com/faxclient_x64.exe) bit platforms.

The FaxMaker Client is still developed and supported, and customers can download the latest versions for both 32 (http://cdndl.gfi.com/faxclient.exe) and 64 (http://cdndl.gfi.com/faxclient_x64.exe) bit platforms.

The Web Client replaced the FaxMaker Client, which is not supported anymore, but its latest version is still available in a single download for both 32 and 64-bit platforms (http://cdndl.gfi.com/faxclient.exe).

The FaxMaker Client is still developed and supported, and its latest version is available for download in a single installer for both 32 and 64-bit platforms (http://cdndl.gfi.com/faxclient.exe).

A

The Web Client replaced the FaxMaker Client, which is not supported anymore, but customers can still download it for both 32 (http://cdndl.gfi.com/faxclient.exe) and 64 (http://cdndl.gfi.com/faxclient_x64.exe) bit platforms.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A customer reports the following issue:

Faxmaker server is refusing mails sent to *@faxmaker.com I see this happening from the exchange email side:
Delivery has failed to these recipients or groups:
17067044751@faxmaker.com (17045044751@faxmaker.com)
Your message wasn’t delivered due to a permission or security issue. It may have been rejected by a moderator, the address may only accept email from certain senders, or another restriction may be preventing delivery.
The following organization rejected your message: USCHFAX02.local.burkert.com.

Which of the next options helps to isolate the system that is causing the problem, so you can target your troubleshooting efforts?

From the email client, send an message to 17067044751@faxmaker.com while the MTA service is stopped. After that, if a .eml file is placed on the C:\Program Files(x86)\GFI\FaxMaker\Sinkdrop folder, the problem resides on FaxMaker’s end. Otherwise, it’s with the email system.

From the email client, send an message to 17067044751@faxmaker.com while the MTA service is stopped. After that, if a .eml file is placed on the C:\Program Files(x86)\GFI\FaxMaker\Sinkdrop folder, the issue is in the email system. Otherwise, the problem lies on FaxMaker’s side.

From the email client, send an message to 17067044751@faxmaker.com while the MTA service is running. After that, if a .eml file is placed on the C:\Program Files(x86)\GFI\FaxMaker\Sinkdrop folder, the problem resides on FaxMaker’s end. Otherwise, it’s with the email system.

From the email client, send an message to 17067044751@faxmaker.com while the MTA service is running. After that, if a .eml file is placed on the C:\Program Files(x86)\GFI\FaxMaker\Sinkdrop folder, the issue is in the email system. Otherwise, the problem lies on FaxMaker’s side.

A

From the email client, send an message to 17067044751@faxmaker.com while the MTA service is stopped. After that, if a .eml file is placed on the C:\Program Files(x86)\GFI\FaxMaker\Sinkdrop folder, the problem resides on FaxMaker’s end. Otherwise, it’s with the email system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A customer opens a ticket regarding an issue that happens only to certain users. When a PDF file is printed to the FaxMaker web printer, the browser doesn’t open to ask for login credentials. Reinstalling the web printer did not fix the issue.

Which of the following options provides the correct instructions to set the permissions that solve the problem?

Set Full Control permissions to the group Authenticated Users in the registry location “HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\GFI Fax & Voice” of the FaxMaker server.

In the registry location
“HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\GFI Fax & Voice” of the FaxMaker server, set Full Control permissions to the users who experience the issue.

Set Full Control permissions to the group Authenticated Users in the registry location “HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\GFI Fax & Voice” of the PC where the issue appears.

In the registry location “HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\GFI Fax & Voice” of the FaxMaker server, set Full Control permissions to the group FaxMaker Users.

A

Set Full Control permissions to the group Authenticated Users in the registry location “HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\GFI Fax & Voice” of the FaxMaker server.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A customer would like to process incoming faxes differently by means of the FaxMaker’s Web Service API and needs to configure it.

Which of the following questions is correct regarding the use of the Web Service API (WSAPI)?

It’s necessary to enable a licensed user as a WSAPI user.

It’s necessary to license the Web Service API separately.

All licensed users are enabled to be used with the WSAPI.

A

It’s necessary to enable a licensed user as a WSAPI user.

17
Q

A customer has the following question:

Since we use XMLAPI for our outbound only faxes, I need to understand which version of MSXML log parser is required on FaxMaker 2015 build 18.2.2016.0310. Our FaxMaker is running on Windows Server 2012 R2 virtual machine. On checking, I can see MSXML 3.0, 6.0, 4.0 DLLs currently installed in SysWOW64 folder, because our Security vulnerability scanner is complaining about one of the unsupported MSXML log parser version and I researched that its 4.0 version that Microsoft does not support any longer. I am wondering if it is a required version for XMLAPI to run on FaxMaker 2015 and if not is it safe to remove it (MSXML 4.0 SP3 Parser) from the Programs and features. Your prompt response would be highly appreciated. Thanks!

What is the appropriate answer to the customer’s question?

It is safe to remove MSXML 4.0, which was replaced by 6.0

MSXML 4.0 is required in the FM version used by the customer

It is only safe to remove the oldest version (3.0) of MSXML

A

MSXML 4.0 is required in the FM version used by the customer

18
Q

A customer has raised the following support ticket:

Customer:
We had a power failure and our generator did not kick in, We are now unable to send faxes.
Email from Office 365 states delayed:

506261787@fax.example.com
Remote Server at okl-fax-imd-px1.example.com (10.223.0.60) returned ‘400 4.4.7 Message delayed’
10/29/2020 8:19:17 PM - Remote Server at okl-fax-imd-px1.example.com (10.223.0.60) returned ‘441 4.4.1 Error encountered while communicating with primary target IP address: ““Failed to connect. Winsock error code: 10060, Win32 error code: 10060.”” Attempted failover to alternate host, but that did not succeed. Either there are no alternate hosts, or delivery failed to all alternate hosts. The last endpoint attempted was 10.223.0.60:25’

What is the next step that you would ask the customer to take towards the resolution of this ticket?

Perform a Winsock reset on the affected server

Ensure to set SMTP service to Automatic start

Verify if the Office 365 connection aren’t corrupt

A

Ensure to set SMTP service to Automatic start

19
Q

A customer reports the following:

On our 2008 server faxing larger worked great. Did a fresh install on a new server and now getting this error. The new server has the same IP as the offline 2008 server. We are doing SMTP relay and there are no checkmarks in the messages tab of the IIS SMTP Virtual Server properties. The GFI Faxmaker Config in the LOGGING it set to log to new file daily. And delete old files. I even followed the directions to delete the log files which worked. Tried to fax a 5 mb file and got the following NDR - What setting am I missing?
Your message wasn’t delivered to anyone because it’s too large. The limit is 2 MB. Your message is 5 MB.
3044355@fax.example.com (3044355@fax.example.com)\
Your message is larger than the size limit for messages. Please make it smaller and try sending it again.
BECBackup2.co.blue-earth.mn.us gave this error:
SMTPSEND.OverAdvertisedSize; message size exceeds fixed maximum size

Which of the following statements correctly addresses the issue?

Customer must disable or adjust the message size limit in SMTP settings

There is a 2MB limit in message size for IIS SMTP - this cannot be changed

Transmissions are failing because large documents take too long to convert

A

Customer must disable or adjust the message size limit in SMTP settings