]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Class1: Switching pause only if not doing V.34
authorAidan Van Dyk <aidan@ifax.com>
Thu, 1 Nov 2007 20:02:08 +0000 (20:02 +0000)
committerAidan Van Dyk <aidan@ifax.com>
Thu, 1 Nov 2007 20:02:08 +0000 (20:02 +0000)
Found in:
| commit c3b2ece2929f2382425d6b323b57a19a60d0f6f7
| Author: Lee Howard <faxguy@howardsilvan.com>
| Date:   Wed Oct 3 23:52:10 2007 +0000
|
|   add default prototype support for Mainpine IQ modems

faxd/Class1Recv.c++

index 4bfdc549388b0ff0b5eaef1aae34e82e8e2a19a9..e787369003c98e7761f56ecac28aa63b38cd69f8 100644 (file)
@@ -284,7 +284,7 @@ Class1Modem::recvIdentification(
             * The best way to do that is to make sure that there is
             * silence on the line, and  we do that with Class1SwitchingCmd.
             */
-           if (!switchingPause(eresult)) {
+           if (!useV34 && ! switchingPause(eresult)) {
                return (false);
            }
        }