Hi
I've been using the mgetty+sendfax-0.22 package with a USR sportster
for several months without a hitch.
The problem is, I've moved to a Supra V.34 modem and am trying to
configure mgetty to work with it. The sportster seemed to perform
very badly, the supra on the other hand is giving me 3k/sec+ transfer
repeatedly.
Settings I've tried in policy.h -
1. The following was taken from mgetty+sendfax/doc/modem.db and the
init string was massaged slightly ( removed speaker and volume commands )
#define DEFAULT_PORTSPEED B38400
#define MODEM_INIT_STRING "AT&F2W0S0=0V1Q0&D3&K3%C1W1"
#define DEFAULT_MODEMTYPE "auto"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_SOFT
#define FAXSEND_FLOW FLOW_SOFT
#define FAX_RECEIVE_USE_B19200
#define FAX_SEND_BAUD B19200
#define FAX_MODEM_HANDSHAKE "&K4"
#define FAX_SEND_IGNORE_CARRIER
2. The second config was tried after looking through the info pages
which seemed to contradict the modem.db file.
#define DEFAULT_PORTSPEED B38400
#define MODEM_INIT_STRING "AT&F2S0=0V1Q0W1"
#define DEFAULT_MODEMTYPE "auto"
#define DO_CHAT_SEND_DELAY 50
#define FAX_COMMAND_DELAY 50
#define DATA_FLOW FLOW_HARD
#define FAXREC_FLOW FLOW_HARD
#define FAXSEND_FLOW FLOW_HARD
#define FAX_RECEIVE_USE_B19200
#define FAX_SEND_BAUD B19200
#define FAX_MODEM_HANDSHAKE "&K3"
#define FAX_SEND_IGNORE_CARRIER
Neither work when I try to send a fax from another machine with the
USR sportster. However I have managed to send from the supra to the
sportster. The USR to supra connection exits with:
connection hangup: '+FHNG: 71'
I can provide a dump of the log if you think it might help.
When getting a faxback service to call the supra seems to
think it's trying to login as a user, ie. Not a FAX machine.
This situation is getting me very confused as in the past I managed
to get an internal Supra 14.4k card working with little or no
trouble.
Another problem is that the doc contrib/readme.supra contains
references to changing a line in the mgetty.c file
Cheers.
Angelo.