Re: Answering-machine / Fax with mISDN
Lars Immisch <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, > My ISDN-Card (HFC-4S, hfcmulti) seems to be working OK - kernel modules loads OK and misdn_info produces the following: > > Found 2 ports > Port 0 'hfc-4s.1-1': TE/NT-mode BRI S/T (for phone lines & phones) > 2 B-channels: 1-2 > B-protocols: RAW HDLC X75slp L2:DSP L2:DSPHDLC > -------- > Port 1 'hfc-4s.1-2': TE/NT-mode BRI S/T (for phone lines & phones) > 2 B-channels: 1-2 > B-protocols: RAW HDLC X75slp L2:DSP L2:DSPHDLC > > And misdn_log notices that there is a call coming in: > > mISDN kernel version 1.01.21 found > mISDN user version 1.01.24 found > 2 controllers found > id: 0 > Dprotocols: 00000006 > Bprotocols: 0000006e > protocol: 0 > channelmap: 00000000000000000000000000000006 > nrbchan: 2 > name: hfc-4s.1-1 > log bind ch(0) return 0 > Echo channel logging no > 24.06.2012 12:34:28.943707 ACTIVATE IND id=0000ffff > 24.06.2012 12:34:29.370115 DATA IND id=00007f00 54 bytes 02 ff 03 08 01 01 05 a1 04 03 80 90 a3 18 01 89 > 6c 0c 01 83 30 37 39 36 36 33 31 33 34 38 6c 0c > 01 83 30 37 39 36 36 33 31 33 34 38 70 08 81 36 > 34 35 32 31 34 36 > 24.06.2012 12:34:29.386126 DATA IND id=00007f3f 8 bytes fe ff 03 0f b0 2e 02 eb > 24.06.2012 12:34:29.402128 DATA IND id=00004d00 3 bytes 00 9b 73 > 24.06.2012 12:34:29.402134 DATA IND id=00007500 3 bytes 00 eb 73 > 24.06.2012 12:34:29.418123 DATA IND id=00004d00 4 bytes 00 9b 01 02 > 24.06.2012 12:34:38.490316 DATA IND id=00004d00 4 bytes 02 9b 01 03 > 24.06.2012 12:34:38.506322 DATA IND id=00007500 4 bytes 02 eb 01 01 > 24.06.2012 12:34:40.458359 DATA IND id=00004d00 12 bytes 02 9b 00 02 08 01 01 4d 08 02 80 90 > 24.06.2012 12:34:40.474367 DATA IND id=00004d00 4 bytes 00 9b 01 04 > 24.06.2012 12:34:44.570453 DATA IND id=00007500 3 bytes 00 eb 73 > 24.06.2012 12:34:46.474497 DATA IND id=00004d00 3 bytes 00 9b 73 > 24.06.2012 12:34:57.035709 DEACTIVATE IND id=0000ffff > > So as far as I can see my HW-setup Works. > And now for my question. > > Which tools should/can be used to build an Answering-machine and fax sender/receiver with this ISDN-HW? > Any suggestions? > > I have tried som capi tools but they all complain that capi20 is missing (the only device that I get in /dev is capi (crw------- 1 root root 68, 0 Jun 24 12:27 capi) when I load the capi drivers. I am using capi tools, specifically https://github.com/larsimmisch/capisuite. The answering machine is working. My capi related modules are: modprobe kernelcapi modprobe capi - Lars