Re: Using mISDN with recent asterisk and Debian
"Maciej S. Szmigiero" <[email protected]> Mon, 21 Aug 2017 18:10:41 +0200
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
On 21.08.2017 17:28, Simone Piccardi wrote: > Il 18/08/2017 23:42, Maciej S. Szmigiero ha scritto: >> I'm currently using successfully mISDN (v2) in a TE mode with Asterisk 11.23 via chan_capi. >> >> From what I can see current chan_capi supports up to and including >> Asterisk 13 so some changes may be needed for Asterisk 14 but you can always >> try it as-is. > > So if I understand using chan_capi is the current way, I tried to install it (I used Asterisk 13 and the HEAD tarball from > http://www.melware.org/ChanCapi. > > I managed to install chan_capi, but I got an error: > > CAPI not installed, chan_capi disabled > > I have the capi and kernelcapi modules loaded, but I suppose I'm still missing how to configure /etc/isdn/capi.conf for the my HFC card or to use mISDN. > > Unfortunately but I could not find any documentation about this. The card is an ASUSTeK Computer Inc. ISDNLink P-IN100-ST-D. mISDN v2 userspace CAPI support is a separate thing from kernel CAPI support and does not need it loaded. 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. AFAIR mISDNcapid config file needs a controller defined explicitly, a line like: "mISDN 0 1 1". You can also enable debug output in this file for troubleshooting. > Simone Maciej