HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: unknown problem (check modem power)
On Tue, Oct 20, 1998 at 07:38:12PM +0100, Francesc Guasch wrote:
> When we send faxes in the local area, we have no problem, but we
> usually fax to other countries, for do so we have a different
> tf company, we must call 6001 , and then dial the number
> It tries but I get that error :
>
> "unknown problem (check modem power)"
>
> The hylafax version is the latest with the p2.
> We have linux-2.0.35 slakware.
> How can I solve it ?
>
> > Oct 19 14:21:23.60: [ 381]: SESSION BEGIN 00000074 3493600133148060767
> > Oct 19 14:21:23.60: [ 381]: SEND FAX: JOB 41 DEST 6001,33148060767 COMMID 00000074
> > Oct 19 14:21:23.60: [ 381]: DELAY 2600 ms
> > Oct 19 14:21:26.21: [ 381]: <-- [15:ATE0V1Q0S0=0H0\r]
> > Oct 19 14:21:26.22: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.22: [ 381]: <-- [21:ATS8=2S7=60&K3&D3&C1\r]
> > Oct 19 14:21:26.23: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.23: [ 381]: <-- [12:AT+FCLASS=2\r]
> > Oct 19 14:21:26.24: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.24: [ 381]: <-- [10:AT+FTBC=0\r]
> > Oct 19 14:21:26.25: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.25: [ 381]: <-- [10:AT+FBOR=0\r]
> > Oct 19 14:21:26.26: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.26: [ 381]: <-- [13:AT+FPHCTO=30\r]
> > Oct 19 14:21:26.27: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.27: [ 381]: <-- [24:AT+FDCC=1,5,2,2,1,0,0,0\r]
> > Oct 19 14:21:26.28: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.28: [ 381]: <-- [7:ATL1M1\r]
> > Oct 19 14:21:26.29: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.29: [ 381]: <-- [12:AT+FCLASS=2\r]
> > Oct 19 14:21:26.40: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.40: [ 381]: <-- [10:AT+FTBC=0\r]
> > Oct 19 14:21:26.51: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.51: [ 381]: <-- [10:AT+FBOR=0\r]
> > Oct 19 14:21:26.62: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.62: [ 381]: <-- [13:AT+FPHCTO=30\r]
> > Oct 19 14:21:26.73: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.73: [ 381]: <-- [24:AT+FDCC=1,5,2,2,1,0,0,0\r]
> > Oct 19 14:21:26.84: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.84: [ 381]: <-- [16:AT+FLID="DOPAN"\r]
> > Oct 19 14:21:26.95: [ 381]: --> [2:OK]
> > Oct 19 14:21:26.95: [ 381]: DIAL 6001,33148060767
> > Oct 19 14:21:26.95: [ 381]: <-- [21:ATDT6001,33148060767\r]
> > Oct 19 14:21:27.78: [ 381]: --> [17:DELAYED 00:36:49]
^^^^^^^^^^^^^^^^^
faxsend(1M) is not awaiting the string "DELAYED...." as a result
of a dial command. Check for how to disable such stuff in your
modem manual (BTW: which modem?) or see the source faxd/ClassModem.c++
for the method ClassModem.c++:ClassModem::isNoise() how to
hard-code ignore this messages (I don't know what the message
means at all and if it should/could be ignored);
> > Oct 19 14:21:27.78: [ 381]: SEND FAILED: Unknown problem (check modem power)
> > Oct 19 14:21:27.78: [ 381]: SEND FAILED: Unknown problem (check modem power); too many attempts to dial
> > Oct 19 14:21:27.78: [ 381]: <-- [5:ATH0\r]
> > Oct 19 14:21:27.89: [ 381]: --> [2:OK]
> > Oct 19 14:21:27.89: [ 381]: SESSION END
> --
> mailto:frankie@etsetb.upc.es http://www.etsetb.upc.es/~frankie
> ^-^.-----,
> o o _ ) Linux, Windows 95, and Windows NT
> Y (_, (__(Ssss (also known as the Good, the Bad, and the Ugly)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
nice; may I reuse this?
matthias