]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Class1TCFRecvHack should only be used for debugging now.
authorLee Howard <faxguy@howardsilvan.com>
Sun, 11 Sep 2005 03:24:33 +0000 (03:24 +0000)
committerLee Howard <faxguy@howardsilvan.com>
Sun, 11 Sep 2005 03:24:33 +0000 (03:24 +0000)
README
config/class1
config/lucent
config/lucent-mt-10

diff --git a/README b/README
index 1c568477961589a905a784dcc9ba20e9eaf36434..9e03765754972a663a5bfcdbb0d6b9d3ddd762b3 100644 (file)
--- a/README
+++ b/README
@@ -27,6 +27,10 @@ further resources regarding HylaFAX.
 
                        *   INCOMPATIBILITIES   *
 
+* Some modem config files generated from earlier versions' config file
+  prototypes may contain Class1TCFRecvHack.  This is no longer desireable
+  for production use, and this feature should now only be used for
+  debugging purposes.
 * Some of the CallID changes in this release required some reordering of
   the command-line parameters with which the DynamicConfig scripts were
   called.  If you use DynamicConfig check your scripts after upgrading.
index 3ce9f8c1b5652e02e503d762ee96006d0afed6ac..405838434289bf26c0d64a2ef4a70803f92d4771 100644 (file)
@@ -112,7 +112,6 @@ Class1Cmd:          AT+FCLASS=1     # command to enter class 1
 Class1PPMWaitCmd:      AT+FTS=7        # command to stop and wait before PPM
 Class1TCFWaitCmd:      AT+FTS=7        # command to stop and wait before TCF
 Class1EOPWaitCmd:      AT+FTS=9        # command to stop and wait before EOP
-Class1MsgRecvHackCmd:  ""      # command to avoid +FCERROR before image
 Class1TCFResponseDelay:        75              # 75ms delay between recv TCF & response
 Class1SendMsgDelay:    200             # 75ms delay after training
 Class1SwitchingCmd:    AT+FRS=7        # silence between HDLC recv and trans
index b2f4cbf0a499d8b94477b35272debf117b2b0b7e..2db1fa5739faae659d011c772e43ad54f4748642 100644 (file)
@@ -51,8 +51,6 @@
 
 ModemType:             Class1          # use this to supply a hint
 ModemFlowControl:      rtscts          # many firmwares have broken software flow control
-Class1TCFRecvHack:     yes             # avoid +FCERROR before TCF
-# Class1MsgRecvHackCmd:        AT+FRS=1        # avoid +FCERROR before image
 Class1TMConnectDelay:  400             # counteract quick CONNECT response
 
 # If your line supports Caller-ID, you may want to uncomment this...
index 527f303e2076a0ba1af05b451985ff3f63472615..b36f4f2d4b0145c0580a48071c34c3f155349089 100644 (file)
@@ -21,7 +21,6 @@ ModemType:            Class1.0        # use this to supply a hint
 ModemRate:             57600           # must be at least as fast as the DCE-DCE communication
 ModemFlowControl:      rtscts          # many firmwares have broken software flow control
 Class1EnableV34Cmd:    AT+F34=14,1,2   # 33600-2400 primary, 2400-1200 control
-Class1TCFRecvHack:     yes             # avoid +FCERROR before TCF
 Class1TMConnectDelay:  400             # counteract quick CONNECT response
 
 #