![]() |
>> Although having 'Class2BUGCmd: AT+FBU=0' prevents HylaFAX from creating a >> 'MODEM Command error', isn't this still telling HylaFAX that HDLC frame >> tracing *is* supported by way of the "AT+FBU=0" command? >> >> Why doesn't 'Class2BUGCmd: ""' work the way that my silly mind is thinking? > >Because Hylafax is written not very accurately :-) Empty string ("") is an >internal value, indicating that the string parameter is not present in >the config and the default value should be used. If you really want to >suppress Class2BUGCmd or something similar, use > >Class2BUGCmd: "AT" > >as a temporary workaround. (With 'Class2BUGCmd: AT' Sep 19 14:59:13.90: [12090]: <-- [15:AT+FNR=1,1,1,0\r] Sep 19 14:59:14.04: [12090]: --> [2:OK] Sep 19 14:59:14.04: [12090]: <-- [9:AT+FIE=0\r] Sep 19 14:59:14.17: [12090]: --> [2:OK] Sep 19 14:59:14.17: [12090]: <-- [3:AT\r] ^^^^^^^^ Sep 19 14:59:14.30: [12090]: --> [2:OK] Sep 19 14:59:14.30: [12090]: <-- [23:AT+FCC=1,5,2,2,0,0,0,0\r] Sep 19 14:59:14.44: [12090]: --> [2:OK] Sep 19 14:59:14.44: [12090]: <-- [5:ATM0\r] Sep 19 14:59:14.57: [12090]: --> [2:OK] Sep 19 14:59:14.57: [12090]: STATE CHANGE: RUNNING -> SENDING It looks to me like "AT" does as much for me as "AT+FBU=0" does; it gets an "OK" response. What I'm concerned with is that HylaFAX may be behaving in a particular fashion because it believes that HDLC frame tracing is enabled... when it's not. Does HylaFAX do anything differently when HDLC frame tracing is enabled, or is HDLC frame tracing not handled at all by HylaFAX other than issuing the Class2BUGCmd to the modem? >Maybe we also should change Class2BUGCmd default to ""? If HylaFAX is behaving in a fashion because it believes that HDLC frame tracing is enabled, then I think that something ought to be changed so that it knows the difference, but if HylaFAX doesn't do anything different when HDLC frame tracing is enabled from when it is disabled, then I think that config(5F) should read differently with regards to Class2BUGCmd. Thanks Lee. ____________________ HylaFAX(tm) Users Mailing List _______________________ To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null