Hello again everyone. I'm trying to make hylafax make as many attempts as I specify on the command line client (sendfax -t 6 -T 6)
I see its going to try 6 times on faxstat -s, but it actually tries less times then that, And sometimes I get the message "REJECT: Too many attempts to transmit: 3, max 3 " - Even when telling it to try 6 times.
Anyway, I need it to try the amount of times I tell it on the command line, and that is (mostly) 2 times or 6 times, which is the max.
Here's my settings. what else do I need to define to have it really try 6 times when I tell it to ?
config.ttyX has:
JobReqBusy: 30
JobReqNoAnswer: 60
JobReqNoCarrier: 30
JobReqNoFCon: 30
JobReqOther: 30
JobReqProto: 30
JobRetryBusy:6
JobRetryDataConn:6
JobRetryNoAnswer:6
JobRetryNoCarrier:6
JobRetryOther:6
MaxDials:6
MaxTries:6