From 9f38971d33f253e1d337eadca225637785b110b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tilo=20Pr=C3=BCtz?= Date: Tue, 29 Oct 2013 15:31:12 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"Gentoo's=20=E2=80=9Cfax=20compatibili?= =?UTF-8?q?ty=E2=80=9D=20patch"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 3413f4c72a7682e1016f6c18b9f909085bb419db. The patch was originally from Gernot Müller for patching a problem with incompatible fax receivers [1]. It violates the CAPI specifications and therefore should not be included [2]. [1] http://osdir.com/ml/linux.isdn.capisuite.user/2004-05/msg00043.html [2] https://github.com/larsimmisch/capisuite/pull/7#issuecomment-26650942 --- src/backend/connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/connection.cpp b/src/backend/connection.cpp index f549cf1..936cab6 100644 --- a/src/backend/connection.cpp +++ b/src/backend/connection.cpp @@ -94,7 +94,7 @@ Connection::Connection (Capi* capi, _cdword controller, string call_from, bool c CIPvalue=16; break; case FAXG3: - CIPvalue=4; + CIPvalue=17; break; default: throw CapiExternalError("unsupported service given","Connection::Connection()");