fork of capisuite (https://github.com/larsimmisch/capisuite) with some fixes to make it build on modern Linux
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
htgoebel 5c578aef76
Some minor changes.
18 years ago
docs * Enhanced for SCons build system: 18 years ago
packages Fixed typo. 18 years ago
scons-tools SCons build: 18 years ago
scripts Some minor changes. 18 years ago
src __known_sections__ has had the old names (containing spaces) for the 18 years ago
AUTHORS - merge branches/py-lib, revisions 265-325 to trunk 19 years ago
COPYING -regenerate with the sfftobmp changes, add two other missing files 19 years ago
ChangeLog.2003 auto-generate ChangeLog from now on using SVN log messages 18 years ago
ChangeLog.2004 auto-generate ChangeLog from now on using SVN log messages 18 years ago
INSTALL -regenerate with the sfftobmp changes, add two other missing files 19 years ago
Makefile.am Build System: Use a date (currently 2005-01-01) for basing the 18 years ago
Makefile.cvs * Fixed some "aclocal/automake/autoconf is called after SVN checkout" 19 years ago
Makefile.in Build System: Use a date (currently 2005-01-01) for basing the 18 years ago
NEWS moved from_email feature to 0.4.5 19 years ago
README put a description about capisuite into README 18 years ago
SConscript SCons build system: corrected building of ChangeLogs when building rpms 18 years ago
SConscript-Config Small enhancement: replaces multiple string.replace(...) by a single 18 years ago
SConscript-Options * Enhanced for SCons build system: 18 years ago
SConstruct SCons build system: corrected building of ChangeLogs when building rpms 18 years ago
TODO * Enhanced for SCons build system: 18 years ago
acinclude.m4 -ported revisions 330 & 337 from branch_0_4 (support sfftobmp 3.x) 19 years ago
aclocal.m4 add another missing auto* file 19 years ago
capisuite.cronin - fixed SECURITY BUG (user scripts where executed as root), thx to Achim! 20 years ago
config.h.in port revisions 351-357 from branch_0_4 (re-enable PDF generation, fix 19 years ago
configure -regenerate with the sfftobmp changes, add two other missing files 19 years ago
configure.in -ported revisions 330 & 337 from branch_0_4 (support sfftobmp 3.x) 19 years ago
cronjob.conf - added cronjob configuration file to CVS repository 20 years ago
depcomp port revisions 351-357 from branch_0_4 (re-enable PDF generation, fix 19 years ago
install-sh port revisions 351-357 from branch_0_4 (re-enable PDF generation, fix 19 years ago
missing port revisions 351-357 from branch_0_4 (re-enable PDF generation, fix 19 years ago
py-compile fix another "automake doesn't work in SVN version" problem... 19 years ago
rc.capisuite.in Test for result of 'capisuite-checkconfig -t' was wrong. Fixed. 18 years ago

README

			      CapiSuite 
			      =========

http://www.capisuite.de/

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 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.de/.


Building capisuite from CVS/SVN
--------------------------------

mkdir capisuite ; cd capisuite
svn co \
    https://h3281.serverkompetenz.net/repos/capisuite/trunk/capisuite .
make -f Makefile.cvs
./configure ...options...
make
su -c 'make install'

Please see Makefiel.cvs for other targets which may be usefull for
core-developers.