]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
[Bug 751] Ignore MESSAGE-WAITING after dialing from Hayes Accura 56K
authorDarren Nickerson <darren.nickerson@ifax.com>
Mon, 3 Apr 2006 05:02:16 +0000 (05:02 +0000)
committerDarren Nickerson <darren.nickerson@ifax.com>
Mon, 3 Apr 2006 05:02:16 +0000 (05:02 +0000)
This patch by Lee Howard allows HylaFAX to ignore the harmless
MESSAGE-WAITING response when dialing with some Conexant chipset modems.

See http://www.hylafax.org/archive/2006-02/msg00054.php for the original
problem report.

CHANGES
faxd/ClassModem.c++

diff --git a/CHANGES b/CHANGES
index 48b634d45d3a3672956d61144bac7e12d35b40c0..39e1f86d15286d3a8cf06ad6ddd61d7f05161d87 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@
 
 Changelog
 
+* ignore MESSAGE-WAITING response after dialing (02 Apr 2006)
 * Correctly remove EOFB at the end of MMR images (02 Apr 2006)
 * set minimum of 4800 for V.34 primary rate renegotiations (02 Apr 2006)
 * improve handling of V.34 control channel retrain (02 Apr 2006)
index 77315adde1c48ddc2265215a407874e77a54b794..4350a85d4fb83a07f5c914d30cbc2104cd9b1e76 100644 (file)
@@ -153,6 +153,7 @@ ClassModem::isNoise(const char* s)
        "RINGING",      // ZyXEL
        "+FHR:",        // Intel 144e
        "+F34:",        // Class 1.0 V.34 report
+       "MESSAGE-WAITING",      // voice-mail waiting, Conexant
     };
 #define        NNOISE  (sizeof (noiseMsgs) / sizeof (noiseMsgs[0]))