1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
diff -Naur capi4k-utils_old/capi20/capiutils.h capi4k-utils/capi20/capiutils.h
--- capi4k-utils_old/capi20/capiutils.h 2004-10-06 17:13:33.000000000 +0200
+++ capi4k-utils/capi20/capiutils.h 2004-10-14 11:18:07.049529668 +0200
@@ -918,7 +918,7 @@
,_cstruct BChannelinformation
,_cstruct Keypadfacility
,_cstruct Useruserdata
- ,_cstruct Facilitydataarra);
+ ,_cstruct Facilitydataarray);
unsigned CONNECT_REQ (_cmsg *cmsg, _cword ApplId, _cword Messagenumber
,_cdword adr
,_cword CIPValue
diff -Naur capi4k-utils_old/capifax/capi.c capi4k-utils/capifax/capi.c
--- capi4k-utils_old/capifax/capi.c 2004-08-10 14:11:20.000000000 +0200
+++ capi4k-utils/capifax/capi.c 2004-10-14 11:16:52.699740737 +0200
@@ -82,7 +82,7 @@
* of the application
*/
ALERT_REQ (CMSG, Appl_Id, 0, CONNECT_IND_PLCI(CMSG),
- NULL, NULL, NULL, NULL, NULL);
+ NULL, NULL, NULL, NULL);
/* inform the user application */
SetState(Connection, D_ConnectPending);
IncomingCall(Connection, GetCallingPartyNumber (Connection));
diff -Naur capi4k-utils_old/.config capi4k-utils/.config
--- capi4k-utils_old/.config 1970-01-01 01:00:00.000000000 +0100
+++ capi4k-utils/.config 2004-02-23 19:29:23.000000000 +0100
@@ -0,0 +1,11 @@
+#
+# Automatically generated by make menuconfig: don't edit
+#
+CONFIG_KERNELDIR='/usr/src/linux'
+CONFIG_BINDIR='/usr/bin'
+CONFIG_SBINDIR='/usr/sbin'
+CONFIG_MANDIR='/usr/share/man'
+CONFIG_AVMCAPICTRL=y
+CONFIG_CAPIFAX=y
+CONFIG_RCAPID=y
+CONFIG_PPPDCAPIPLUGIN=y
diff -Naur capi4k-utils_old/scripts/autoconf.h capi4k-utils/scripts/autoconf.h
--- capi4k-utils_old/scripts/autoconf.h 1970-01-01 01:00:00.000000000 +0100
+++ capi4k-utils/scripts/autoconf.h 2004-02-23 19:29:23.000000000 +0100
@@ -0,0 +1,12 @@
+/*
+ * Automatically generated by make menuconfig: don't edit
+ */
+#define AUTOCONF_INCLUDED
+#define CONFIG_KERNELDIR "/usr/src/linux"
+#define CONFIG_BINDIR "/usr/bin"
+#define CONFIG_SBINDIR "/usr/sbin"
+#define CONFIG_MANDIR "/usr/share/man"
+#define CONFIG_AVMCAPICTRL 1
+#define CONFIG_CAPIFAX
+#define CONFIG_RCAPID
+#define CONFIG_PPPDCAPIPLUGIN 1
|