Changelog for HylaFAX
-* improved disconnection detection (25 Apr 2005)
+* improved disconnection detection (25, 26 Apr 2005)
* wait longer for partial-page signals (19 Apr 2005)
* adjust the timing of input buffering enabling (15 Apr 2005)
* fix dialtest problem when using parenthesis (1 Apr 2005)
} while (!gotframe && crpcnt++ < 3 && !wasTimeout() &&
atCmd(conf.class1SwitchingCmd, AT_OK) && transmitFrame(dir|FCF_CRP));
return (gotframe);
- }
+ } else if (lastResponse == AT_ERROR) gotEOT = true; // on hook
stopTimeout("waiting for v.21 carrier");
if (wasTimeout()) abortReceive();
return (false);