fork of capisuite (https://github.com/larsimmisch/capisuite) with some fixes to make it build on modern Linux
Go to file
Tilo Prütz 9f38971d33 Revert "Gentoo's “fax compatibility” patch"
This reverts commit 3413f4c72a.

The patch was originally from Gernot Müller for patching a problem with incompatible fax receivers
[1].
It violates the CAPI specifications and therefore should not be included [2].

[1] http://osdir.com/ml/linux.isdn.capisuite.user/2004-05/msg00043.html
[2] https://github.com/larsimmisch/capisuite/pull/7#issuecomment-26650942
2013-10-29 15:31:12 +01:00
docs New autoconf/automake version 2013-08-14 10:34:48 +02:00
packages Fixed typo. 2005-01-20 19:54:33 +00:00
scons-tools SCons build: 2005-01-09 21:11:49 +00:00
scripts Gentoo's date header patch; adds date headers to e-mail 2013-10-11 11:39:08 +02:00
src Revert "Gentoo's “fax compatibility” patch" 2013-10-29 15:31:12 +01:00
.gitignore New autoconf/automake version 2013-08-14 10:34:48 +02:00
AUTHORS - merge branches/py-lib, revisions 265-325 to trunk 2004-10-31 14:07:07 +00:00
COPYING -regenerate with the sfftobmp changes, add two other missing files 2004-12-04 06:52:38 +00:00
ChangeLog.2003 auto-generate ChangeLog from now on using SVN log messages 2005-01-07 14:56:43 +00:00
ChangeLog.2004 auto-generate ChangeLog from now on using SVN log messages 2005-01-07 14:56:43 +00:00
INSTALL -regenerate with the sfftobmp changes, add two other missing files 2004-12-04 06:52:38 +00:00
Makefile.am Fix remote inquiry. 2012-03-09 00:42:58 +01:00
Makefile.git Oops. Wrong URL in README. 2012-03-07 11:42:19 +01:00
Makefile.in New autoconf/automake version 2013-08-14 10:34:48 +02:00
NEWS moved from_email feature to 0.4.5 2004-11-28 07:26:08 +00:00
README Fix remote inquiry. 2012-03-09 00:42:58 +01:00
README.md Markdown version of README. 2012-03-07 14:36:12 +01:00
SConscript SCons build system: corrected building of ChangeLogs when building rpms 2005-01-20 18:05:45 +00:00
SConscript-Config Small enhancement: replaces multiple string.replace(...) by a single 2005-01-07 17:41:15 +00:00
SConscript-Options * Enhanced for SCons build system: 2005-01-02 22:05:17 +00:00
SConstruct SCons build system: corrected building of ChangeLogs when building rpms 2005-01-20 18:05:45 +00:00
TODO * Enhanced for SCons build system: 2005-01-02 22:05:17 +00:00
acinclude.m4 “as-needed” patch from Gentoo ebuild 2013-10-11 11:38:51 +02:00
aclocal.m4 New autoconf/automake version 2013-08-14 10:34:48 +02:00
capisuite.cronin - fixed SECURITY BUG (user scripts where executed as root), thx to Achim! 2003-04-04 22:26:18 +00:00
config.h.in New automake/autoconf versions. 2012-03-07 11:29:21 +01:00
configure New autoconf/automake version 2013-08-14 10:34:48 +02:00
configure.in Gentoo's “respect ar” patch 2013-10-11 11:39:24 +02:00
cronjob.conf - added cronjob configuration file to CVS repository 2003-04-04 22:16:15 +00:00
depcomp port revisions 351-357 from branch_0_4 (re-enable PDF generation, fix 2004-11-27 13:03:41 +00:00
install-sh port revisions 351-357 from branch_0_4 (re-enable PDF generation, fix 2004-11-27 13:03:41 +00:00
missing port revisions 351-357 from branch_0_4 (re-enable PDF generation, fix 2004-11-27 13:03:41 +00:00
py-compile fix another "automake doesn't work in SVN version" problem... 2004-12-29 23:23:18 +00:00
rc.capisuite.in Test for result of 'capisuite-checkconfig -t' was wrong. Fixed. 2005-01-20 18:56:02 +00:00

README.md

CapiSuite

http://www.capisuite.org/

CapiSuite is an ISDN telecommunication suite providing easy to use telecommunication functions which can be controlled from Python scripts. Currently, mainly voice functions and fax sending/receiving are supported.

It uses a CAPI-compatible driver for accessing the ISDN-hardware, so you'll need an Eicon or AVM card or any mISDN supported adapter with the according driver.

CapiSuite is distributed with scripts providing a multi-user answering machine with automatic fax recognition, remote inquiry and fax send/receive functions.

For further information, please have a look at the manual section available online or in the download packages. Please test it and post your feedback to the bug tracker and/or the mailing lists. Thank you!

For the documentation see the created HTML documents situated in docs/manual/index.html or in the installed version see $PREFIX/share/doc/capisuite/manual/index.html. There's also a german translation of the manual available at http://www.capisuite.org/.

Building capisuite from git

git clone https://github.com/larsimmisch/capisuite.git
cd capisuite
./configure ...options...
make
sudo make install

Please see Makefile.git for other targets which may be useful for core-developers.

Side notes

This git repository was created from the svn dumps that Gernot Hillier kindly provided on http://www.capisuite.org/ and contains his and his collaborators work.

All credit should go to the original team. I (larsimmisch) have only made minor bugfixes, in particular small changes that make capisuite compatible with mISDN (the socket branches from http://git.misdn.eu/).