
KdeAM
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KdeAm is an answering machine front end for Linux, written using KDE. It needs to have the vboxgetty daemons running to handle the answering of calls. The vboxgetty stores the messages in the vbox spool directory from which KdeAm then picks them up.
Now for CapiSuite!
V1.3 allows you to monitor voice mail created by the CapiSuite set of applications.
The application is loosely based on the original KAM2 app, which was written for KDE2, although the code is entirely rewritten.
16 years ago
V1.3 - added support for Capisuite voice files.
- added means of marking message seen/unseen.
16 years ago
V1.3 - added support for Capisuite voice files.
- added means of marking message seen/unseen.
gardodaman
16 years ago
Report
tagwar
16 years ago
thanks a lot!
Report
gardodaman
16 years ago
cc1plus: warning: command line option "-Wmissing-prototypes" is valid forC/ObjC but not for C++
In file included from uservbox.cpp:12:
vbox.h:163:5: warning: "HAVE_VSNPRINTF" is not defined
uservbox.cpp:33: error: extra `;'
make[2]: *** [uservbox.o] Error 1
make[2]: Leaving directory `/home/gardo/My_Downloads/kdeam-1.3/kdeam'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gardo/My_Downloads/kdeam-1.3'
make: *** [all] Error 2
how do i get around these problems?
Report