HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [hylafax-users] COMREC error (code 72) with 4.4.4 + ELSA MicroLink



Michael Bussmann wrote:
| Feb 16 14:38:38.98: [ 3358]: --> [20:+FCS:0,5,0,2,0,0,0,0]
| Feb 16 14:38:38.98: [ 3358]: MODEM protocol botch, can not parse "0,5,0,2,0,0,0,0"

Feb 17 10:39:20 tardis FaxGetty[18561]: <-- [9:AT+FCC=?\r]
Feb 17 10:39:20 tardis FaxGetty[18561]: --> [45:(0,1),(0-5),(0-2),(0-2),(0),(0),(0),(0-7),(0)]
Feb 17 10:39:20 tardis FaxGetty[18561]: --> [2:OK]

As Aidan indicated, the problem here is that your modem responded to the AT+FCC=? query with 9 parameters, but then presents +FCS: responses (and probably +FIS: as well) with only 8 parameters.


As suggested, you can work around this matter by putting this in your modem config file:

Class2DCCQueryCmd: "!(0,1),(0-5),(0-2),(0-2),(0),(0),(0),(0-7)"

However, HylaFAX+ has code that is specifically designed to handle this kind of situation without any modem configuration changes. I do not expect that you will have this trouble with HylaFAX+ 5.2.8.

Thanks,

Lee.

if (useJP && (n == 8)) {
/*
* The modem was previously determined to support JP; however,
* this response does not include it. So we just set it to zero.
*/
params.jp = 0;
}



____________________ 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@xxxxxxxxx*




Project hosted by iFAX Solutions