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.
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)
"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]))