|
10 months ago | |
---|---|---|
docs | 6 years ago | |
packages | 18 years ago | |
scons-tools | 18 years ago | |
scripts | 6 years ago | |
src | 6 years ago | |
.gitignore | 10 years ago | |
AUTHORS | 19 years ago | |
COPYING | 18 years ago | |
ChangeLog.2003 | 18 years ago | |
ChangeLog.2004 | 18 years ago | |
INSTALL | 18 years ago | |
Makefile.am | 11 years ago | |
Makefile.git | 11 years ago | |
Makefile.in | 6 years ago | |
NEWS | 18 years ago | |
README | 11 years ago | |
README.md | 11 years ago | |
SConscript | 18 years ago | |
SConscript-Config | 18 years ago | |
SConscript-Options | 18 years ago | |
SConstruct | 18 years ago | |
TODO | 18 years ago | |
acinclude.m4 | 6 years ago | |
aclocal.m4 | 6 years ago | |
capisuite.cronin | 20 years ago | |
config.h.in | 6 years ago | |
configure | 6 years ago | |
configure.ac | 10 months ago | |
cronjob.conf | 20 years ago | |
depcomp | 18 years ago | |
install-sh | 18 years ago | |
missing | 18 years ago | |
py-compile | 18 years ago | |
rc.capisuite.in | 18 years ago |
README.md
CapiSuite
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/).