Re: mISDN and CAPI
Thomas Jarosch <[email protected]>
| Newsgroups | gmane.linux.isdn.i4l.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
> Is there somebody out there who can give me some hint?
My internal short notes:
modprobe avmfritz
mkdir /var/run/mISDNcapid
mISDNcapid -f -d 7 -D /tmp/mcapi.log
capiinfo (-> it must show the fax services)
chmod a+rw /var/run/mISDNcapid/sock
c2faxrecv -v
This has just been used for testing. "chmod a+rw" on the CAPI socket
is probably not a good idea in a production system.
Thomas