]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
Bug 631: log TSI as PPS/PPM correctly
authorLee Howard <faxguy@howardsilvan.com>
Wed, 9 Mar 2005 17:29:34 +0000 (17:29 +0000)
committerLee Howard <faxguy@howardsilvan.com>
Wed, 9 Mar 2005 17:29:34 +0000 (17:29 +0000)
faxd/FaxModem.c++

index 013fb4084e8faf1fd960d713ebb2545359eab0e7..39d73a64272856d15c6312a5ef9be67084e24bd9 100644 (file)
@@ -583,6 +583,10 @@ FaxModem::tracePPM(const char* dir, u_int ppm)
        protoTrace("%s DCS (command signal)", dir);
        return;
     }
+    if ((ppm & 0x7F) == FCF_TSI) {
+       protoTrace("%s TSI (sender id)", dir);
+       return;
+    }
     static const char* ppmNames[16] = {
        "NULL (more blocks, same page)",                // PPS-NULL
        "EOM (more documents)",                         // FCF_EOM