summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/capiisdnmon/files/capiisdnmon-0.42-capiv3.patch')
-rw-r--r--net-misc/capiisdnmon/files/capiisdnmon-0.42-capiv3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/capiisdnmon/files/capiisdnmon-0.42-capiv3.patch b/net-misc/capiisdnmon/files/capiisdnmon-0.42-capiv3.patch
new file mode 100644
index 000000000000..e7d22b254ff5
--- /dev/null
+++ b/net-misc/capiisdnmon/files/capiisdnmon-0.42-capiv3.patch
@@ -0,0 +1,11 @@
+--- capiinfo.cpp.orig 2005-08-06 14:13:17.763338743 +0200
++++ capiinfo.cpp 2005-08-06 14:16:33.362368161 +0200
+@@ -100,7 +100,7 @@
+ std::cout << "incomming call from :" << cmsg.CallingPartyNumber << std::endl;
+ #endif
+ std::string callingPartyNumber((char *) cmsg.CallingPartyNumber);
+- CONNECT_RESP(&cmsg, m_wApplId, m_wIntNr++, cmsg.adr.adrController, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0);
++ CONNECT_RESP(&cmsg, m_wApplId, m_wIntNr++, cmsg.adr.adrController, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0);
+ if (CAPI_PUT_CMSG(&cmsg) != CapiNoError)
+ throw capiError("CONNECT_RESP failed...");
+ //cut header from number (2 chars) if there is a number - leading 0 ist missing