Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 66797
Collapse All | Expand All

(-)capi4k-utils_old/capi20/capiutils.h (-1 / +1 lines)
Lines 918-924 Link Here
918
		,_cstruct BChannelinformation
918
		,_cstruct BChannelinformation
919
		,_cstruct Keypadfacility
919
		,_cstruct Keypadfacility
920
		,_cstruct Useruserdata
920
		,_cstruct Useruserdata
921
                ,_cstruct Facilitydataarra);
921
                ,_cstruct Facilitydataarray);
922
unsigned CONNECT_REQ (_cmsg *cmsg, _cword ApplId, _cword Messagenumber
922
unsigned CONNECT_REQ (_cmsg *cmsg, _cword ApplId, _cword Messagenumber
923
		,_cdword adr
923
		,_cdword adr
924
		,_cword CIPValue
924
		,_cword CIPValue
(-)capi4k-utils_old/capifax/capi.c (-1 / +1 lines)
Lines 82-88 Link Here
82
			 * of the application
82
			 * of the application
83
			 */
83
			 */
84
			ALERT_REQ (CMSG, Appl_Id, 0, CONNECT_IND_PLCI(CMSG),
84
			ALERT_REQ (CMSG, Appl_Id, 0, CONNECT_IND_PLCI(CMSG),
85
				   NULL, NULL, NULL, NULL, NULL);
85
				   NULL, NULL, NULL, NULL);
86
			/* inform the user application */
86
			/* inform the user application */
87
			SetState(Connection, D_ConnectPending);
87
			SetState(Connection, D_ConnectPending);
88
			IncomingCall(Connection, GetCallingPartyNumber (Connection));
88
			IncomingCall(Connection, GetCallingPartyNumber (Connection));
(-)capi4k-utils_old/.config (+11 lines)
Line 0 Link Here
1
#
2
# Automatically generated by make menuconfig: don't edit
3
#
4
CONFIG_KERNELDIR='/usr/src/linux'
5
CONFIG_BINDIR='/usr/bin'
6
CONFIG_SBINDIR='/sbin'
7
CONFIG_MANDIR='/usr/man'
8
CONFIG_AVMCAPICTRL=y
9
# CONFIG_CAPIFAX is not set
10
# CONFIG_RCAPID is not set
11
CONFIG_PPPDCAPIPLUGIN=y
(-)capi4k-utils_old/scripts/autoconf.h (+12 lines)
Line 0 Link Here
1
/*
2
 * Automatically generated by make menuconfig: don't edit
3
 */
4
#define AUTOCONF_INCLUDED
5
#define CONFIG_KERNELDIR "/usr/src/linux"
6
#define CONFIG_BINDIR "/usr/bin"
7
#define CONFIG_SBINDIR "/sbin"
8
#define CONFIG_MANDIR "/usr/man"
9
#define CONFIG_AVMCAPICTRL 1
10
#undef  CONFIG_CAPIFAX
11
#undef  CONFIG_RCAPID
12
#define CONFIG_PPPDCAPIPLUGIN 1

Return to bug 66797