Re: Using mISDN with recent asterisk and Debian

Jan Neuhäußer <[email protected]> Mon, 21 Aug 2017 22:35:19 +0200
Newsgroups gmane.linux.isdn.i4l.user
Message-ID <3541230.5pUrV1MGnQ@tobi15>
Hi,

I have the same problem as Simone ("CAPI not installed").

Thanks to Maciejs hints I could find out what was going wrong on my system:

Am Montag, 21. August 2017, 18:10:41 CEST schrieb Maciej S. Szmigiero:
> You'll need, however, current mISDNuser with CAPI support compiled in
> and mISDNcapid running.
> Make sure that also mISDN CAPI module (lib_capi_mod_misdn.so*) is in
> libcapi20 module directory (/usr/lib/capi on my system) and a CAPI
> application is allowed to access mISDNcapid socket.
> 

I do not have a mISDNcapid on my system. This happened, because the modules in subdir "capi20" have not been compiled, the error message was:

"capi20.h: Datei oder Verzeichnis nicht gefunden" (capi20.h not found).

Indeed, the capi20.h is not included in mISDNuser that I got from https://github.com/b1-systems/mISDNuser.git, which seems to be the official git source of the mISDN-project.

Does anybody know, if this is an error within git or if this file is part of some other system component and should be found somewhere else (kernel sources)?


Thanks in advance for any help
Jan