FaxBack NET SatisFAXtion 8.6 - Manual User Manual

Page 211

Advertising
background image

4 – Appendices

NET SatisFAXtion 8.6 Manual

211

periodic_reset_timeout_msecs [dword 0–4294967295]: How often a
reset sequence should be done to verify modem integrity. It is understood that
some modems may periodically hang or go into a disabled power saver type of
mode or that they may be turned off and on but the

DSR

modem control change

is not detected possibly because TAPI is being used. Therefore, the driver will
reset the modem when it is idle for this amount of time. Setting this to 0 will
disable this periodic reset feature. Default:

600000

.

receive_image_modulation_timeout_msecs [dword 0-65535]: How long
to wait without receiving any image data before canceling the reception of
image data. There is a USR modem that sometimes fails to send a

DLE

/

ETX

sequence at the end of image data. By having this timeout short enough, the
driver will abort the image receive in a timeliness manner so as to receive one
of the subsequent end of page commands. Default:

3000

.

send_image_modulation_timeout_msecs [dword 0–4294967295]: This
is how long to wait after sending a block of send image data to the modem
before assuming the modem is having problems. This number should be large
enough to account for the time done by the modem and serial driver buffering.
Default:

200000

.

slow_at_pause_msecs [dword 0–65535]: This is how many msecs to pause
in the middle and at the end of the "

AT

" for any command sent after a baud rate

change. This gives the modem time to auto baud and detect data/stop bit
format before returning to its normal command interpreting state. Use this for
old modems. Default:

100

.

speaker_mode [string]: State of device’s speaker. This translates to an

ATM#

command. Default:

ON_UNTIL_CARRIER

.

speaker_volume [string]: Volume of device’s speaker. This translates to an

ATL#

command. Default:

LOW

.

stolen_por t_restore_timeout_msecs [dword 0–65535]: This was used in
Win 16 and DOS, but probably does not have any application for when using
TAPI in Win 32 since the Unimodem driver is in control or modem reinit when an
app is done using a port. When not using TAPI in Win32, there is no way that the
port can be stolen in the first place. Default:

1000

.

allowed_receive_baud_rates [string]: This setting constrains a modem to
use only certain baud rates. Use this to block a modem from using a rate or
rates that it supports, but are unreliable in your environment or are undesirable
for some other reason. On transmitting, use this as a mask; the modem will use
only those rates you list. On receiving, set the fastest and slowest rates; the
modem will allow those and any in between. Format: Comma separated list of

14400

,

12000

,

9600

,

7200

,

4800

and

2400

. Default:

14400,12000,9600,7200,4800,2400

.

allowed_send_baud_rates [string]: This setting constrains a modem to use
only certain baud rates. Use this to block a modem from using a rate or rates
that it supports, but are unreliable in your environment or are undesirable for
some other reason. On transmitting, use this as a mask; the modem will use
only those rates you list. On receiving, set the fastest and slowest rates; the
modem will allow those and any in between. Format: Comma separated list of

14400

,

12000

,

9600

,

7200

,

4800

and

2400

. Default:

14400,12000,9600,7200,4800,2400

.

Advertising