FECO COMMS # 43

  

FECO: COMMS # 43.
MODIFICATION NO: N/A
PRODUCT: FAX BOX 30.
SUB-ASSEMBLY: N/A
ESTIMATED MAN HOURS: N/A
CLASS OF CHANGE: MANDATORY
REASON FOR CHANGE: CONFIGURATION OF A DCE FAXBOX 30 ON A SPECIALIX MTS WHEN USING NCR SVR4 MP-RAS.

CONFIGURING A DCE FAXBOX ON A SPECIALIX MTS WHEN USING NCR SVR4 MP-RAS

1. INTRODUCTION.

A problem can occur when connecting a DCE Faxbox 30 or Faxbox 2 to a Specialix MTS.

It has been found that on some systems the Faxbox will be seen to dial a number and then reset and fail to send the fax data. The faxstat command will then show a failed result message.

2. REASON.

This failure is due to the U-Fax application trying to setup xon/xoff flow control on the TCP port used by the Faxbox. On most UNIX systems this command is ignored when it is applied to a network port, but on SVR4 MP-RAS it can cause the U-Fax application to time-out and eventually fail resulting in the failure of the fax transmission.

This problem should not occur when the Faxbox is configured on a serial port attached directly to the server. i.e. the Specialix I/O8+.

3. SOLUTION.

This problem can be rectified by editing the following file.

/$UFXLIB/Setup/ufax.ini

By default the variable UFXLIB will point to the /usr/lib/ufax directory.

There should be a line in the section [DCE1].

Specials=T

This line should be modified to read.

Specials=THR

The T option specifies that the Faxbox is connected via a Specialix MTS.

The H option specifies that U-Fax will not try to set xon/xoff flow control on the Faxbox port.

The R option specifies that U-Fax will wait for the Faxbox to reset before it tries to send the fax data.

See the example ufax.ini file at the end of this bulletin.

To activate the new configuration, U-Fax needs to be stopped and restarted by either rebooting the server or running the following commands from the root login.

$UFXLIB/bin/faxshut

$UFXLIB/bin/faxdaemon

4. VERSION SUPPORT.

U-Fax version 3.1 will not support a Faxbox connected to a Specialix MTS.

U-Fax version 3.2 will support the MTS configuration only when an updated interface program is installed and the specials entry added to the ufax.ini file.

U-Fax version 3.3 fully supports the MTS setup and can be configured correctly during the install process.

5. SAMPLE UFAX.INI. 

[General]

Devices= DCE1

LibDir=/usr/lib/ufax

SpoolDir=/usr/spool/ufax

Retry_Freq=3

Retries=3

Eng_Retries=10

Stay_Time=60

Received_Image_Cache=10000

Routing=CLI/CSI

Qcheck=1

Oti=yes

HpFormat=slow

Max_Batch=1

HpFaxdev1=/dev/ufax

HpFaxPreFmt1=default

Mshot_Stay_Time=4320

Network_Headers=no

Conf_Oti=no

# TIME_FORMAT valid only for unix 5.4

Time_Format=%a %b %d %H:%M %Y

InTrays=no

FaxLink=faxlink

Save_Sent_Images=yes

Sent_Image_Cache=20000

Old_Style_Conf_Prints=no

Sorters=<List of users allowed to use the Windows Sorter Application>

Stderr=/tmp/stderr

Site_Id=BML Test

[InTrays]

root=../Receivedfax *

[DCE1]

Type=F

Make=DCE

Interface=faxbox2

Stty=9600|cs8|cread|ignpar|echok|clocal|hupcl

Device=ts101

Port=2107

Status=on

Scanner=no

Receive=yes

Local=no

Debug=/tmp/DCE1

PreDial=0

Specials=THR

Return to Index