![]() |
> > 1. try EOP_Hylafax > 2. if EOP.failure then retry 2 times > 3. if still EOP.failure then try EOP_efax > 4. if still EOP.failure then message(really lousy faxmachine) Firstly, one of the reasons for EOP failures is failing to configure the flow control properly, which would not be fixed by this procedure. I think it is also possible that this procedure collapses to. 1. try EOP_Hylafax 2. if EOP.failure then retry 2 times 3. if still EOP.failure then try pretend it worked anyway.