• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Hylafax + AVM B1 - besetzt - keine Pause vor resend

motions

Member
Opensuse 11.1 auf AMD64, Hylafax auf AVM B1 V4
Senden und Empfangen funktioniert einwandfrei.

Mein Problem: beim Senden von Faxen wird die Wartezeit von 180 Sekunden nicht abgewartet, sondern sofort ein neuer Sendeversuch ausgeführt. Somit sind die einstellten drei Versuche innerhalb von 1 Sekunde verbraucht und das Fax wird mit Fehler nicht mehr zu gestellt.
Das Problem tritt auf wenn:
-der Faxempfänger nicht abnimmt mit "Busy" Tone
-mein Faxserver keine Amtsleituing bekommt (=no dialtone), weil alle Telefonleitungen besetzt sind.

Im Log findet sich dann 3x das hier:
Code:
08/24/09 13:30  SEND    000000000       faxCAPI 252     ""      xxx@xxx.com        "0123456789"    "0123456789"   257     0       0:01    0:00    "The telephone number is busy or temporary not available."

Mein Config-File:
Code:
LogFacility:            daemon
CountryCode:    49
AreaCode:       1234
LongDistancePrefix:     0
InternationalPrefix:    049
DialStringRules:        "etc/dialrules"
ServerTracing:          527
SessionTracing:         527
MaxTries:       3
MaxSendPages:   30
MaxDials:       3
SendFaxCmd:             /var/spool/fax/bin/faxsend
NoCarrierRetrys:        3

# The delay in seconds to wait before retrying a job whose
# dialing attempt failed with a BUSY status result.
JobReqBusy:       180

# The delay in seconds to wait before retrying a job whose
# dialing attempt failed with a NO ANSWER status result.
JobReqNoAnswer:   180

# The delay in seconds to wait before retrying a job whose
# dialing attempt failed with a NO CARRIER status result.
JobReqNoCarrier:  180

# The number of times to redial a phone number after receiving
# a BUSY result code when the number has not been successfully dialed before.
JobRetryBusy:     3

# The number of times to redial a phone number after the dialing
# attempt failed because of NO ANSWER when the number has not been successfully dialed before.
JobRetryNoAnswer: 10

# The number of times to redial a phone number after the dialing
# attempt failed because of NO CARRIER when the number has not been successfully dialed before.
JobRetryNoCarrier: 10

# If a ring is heard and the call is not answered, the time in ms
# to wait before reinitializing the modem for the next call.
RingTimeout:      35000

Kennt jemand die Ursache oder hat einen Tip?
 
Oben