![]() |
On Thursday 04 March 2004 17:22, Steven Kurylo wrote: > I haven't figured out why yet, but class one detection fails with > faxaddmodem (2.0 and 2.1 are fine), mawk returns a regex error. > Its line 1075: (C == $4 || (C ~ $4 && $4 ~ "*")) && I ~ $5 && F ~ $6 { > The part $4 ~ "*" is failing. If I delete the && $4 ~ "*" faxaddmodem > works fine, it uses the lucent config. I'm not sure what the problem > is, I can look into it further once I figure out why I can send faxes > anymore. Faxaddmodem says the modem is > > Product code (ATI0) is "LT V.92 1.0 MT5634ZPX-PCI-U Internal > Data/Fax/Voice Modem Version 1.32f". > Other information (ATI3) is "LT V.92 1.0 MT5634ZPX-PCI-U Internal > Data/Fax/Voice Modem Version 1.32f". This is a known bug and fixed in newer versions. Mawk doesn't understand the "*", while gawk will. If you change the "*" to /\*/ you'll be fine. Best regards, Arjen ____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxxxxx*