On Thu, 17 Jul 2003 17:40:53 +0200, John Sved <JohnSved@compuserve.com>
wrote:
Solution is to add
Class1SwitchingCmd: "<delay:7>"
to your $SPOOL/etc/config.<devid>
The syntax of the ClassSwitchingCmd seems to be either AT+FRS=7
or "<delay:7>" as you have suggested. Neither had a positive effect.
Your original log shows
Jul 17 15:57:07.00: [ 2003]: <-- [9:AT+FRS=7\r]
Jul 17 15:57:37.00: [ 2003]: MODEM TIMEOUT: reading line from modem
Jul 17 15:57:37.00: [ 2003]: MODEM <Timeout>
which means that the modem does not support the command used by the default
value of ClassSwitchingCmd param (+FRS=7, that is a pause/silence made by
the modem itself). If you use <delay:7> then the +FRS command will not be
issued and a software pause will be made.
Here is the configuration from ./etc/conf.ttyS0
So check your log, if it still shows the above error, the change you made
did not take effect, retry (maybe restart faxgetty). If it shows another
kind of error then you have another/different problem to analyse. Show new
log.
Note that I restart the PC after changing the conf.ttyS0 file.