Re: Using mISDN with recent asterisk and Debian
Thomas Jarosch <[email protected]> Wed, 23 Aug 2017 16:16:57 +0200
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Organization | Intra2net AG |
| Message-ID | <[email protected]> |
Hi Simone, On Monday, 21 August 2017 23:35:14 CEST Maciej S. Szmigiero wrote: > > 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)? > This file is a part of libcapi (also known as libcapi20, libcapi20-dev in > Debian). the CAPI headers / libs are part of isdn4k-utils. At least upstream, I don't know how Debian packages this in detail. They also contain the "capiinit" and "capiinfo" tools, which play along nicely with "mISDNcapid". Recently Karsten Keil ensured the mISDN v2 drivers compile with recent kernels at least up to 4.9+, may be even newer ones. So basically you should be able to get it up and running. Regarding chan_lcr for asterisk: It will run with asterik 11.x only as the internal API changed to much. Configuring lcr + asterisk was a pain, so I would try other solutions first. chan_capi might be a good choice if you don't need NT mode (=act as a ISDN PBX). Cheers, Thomas