version 1.1.18 don't pick up a fax call

Frank Doepper (woffs@doepper.leipzig.netsurf.de)
3 Dec 1998 1919:29:10 GMT


On 30 Nov 1998 12:07:26 +0100, Henning Paschke <paschke@online.de> wrote:

> What's about with this lines in 'policy.h'
> 
>  * WARNING: this is a bit tricky, since some modems insist on going to
>  * 19200 bps when in fax mode. So, if fax receiving with a port speed of
>  * something else doesn't work, try experimenting with FAX_RECV_SWITCHBD,
> 
> Maybe a line like
> 
> #define FAX_RECV_SWITCHBD	14400
> 
> in 'policy.h' would change the situation?
> 
> Please inform me if you know something new about the 'MICROLINK fax receive
> problem with firmware greater than 1.29'

#define FAX_RECV_SWITCHBD     19200

doesn't change anything (just tested). (14400 not tested, it's not
likely, is it.) I guess, that the bd-switching in v/mgetty takes place
later, not just after sending at#cls=2. (Gert & Marc, is this right?) It
wouldn't solve the problem, anyway, because I want to have incoming
data-calls with 115200bps, not just 19200 or 14400.

I just have tested a bit more (with minicom, using the sequence
at#cls=8
at#vls=4
ata
at#cls=2
ata)
and got the following results:
Ver. 1.29, 115200bps: works.
Ver. 1.52, 115200bps: does not work.
Ver. 1.52, 19200bps: WORKS!

--> after at#cls=2 the modem with firmware 1.52 is switching to
19200bps. 
We have three ways now: 

1. Put that into the vgetty code. Or:
2. Do anything with 19200 bps. Or.
3. Kick ELSA's ass.