Commit Graph

21 Commits

Author SHA1 Message Date
Karsten Keil 07ef547eb9 Install a udev rules file for mISDN
The timerdevice should be accessible for a special group, you
can select the group via --with-mISDN_group=<group name> during
configure, default is dialout.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2011-12-06 17:27:41 +01:00
Karsten Keil 7e7bf5f0e3 Merge branch 'socket' into capi 2011-11-25 16:42:01 +01:00
Karsten Keil 4c02448833 CAPI20 fax support
- use spandsp
- allows send/receive fax in TIFF format or SFF format (CAPI default)

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2011-11-25 16:36:12 +01:00
Karsten Keil c597f456b5 CAPI 2.0 for voice
The CAPI 2.0 interface now allows voice calls and
fax with capifax (with spandsp).

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2011-10-28 12:58:42 +02:00
Karsten Keil 397da2650d Version 2.0.5
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2011-10-23 14:56:47 +02:00
Karsten Keil e1916e0240 Add CAPI 2.0 support
Add first files for CAPI 2.0 support.
Not finished yet.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2011-10-20 18:34:37 +02:00
Karsten Keil 17db3354b5 New debug interface for applications
Now applications can hookup their own debug functions.
Also special functions for memory allocation and thread
creations can be supplield.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2011-09-21 15:30:57 +02:00
Karsten Keil cc22700354 Restructure directories
It seems better to have seperated directories for different
parts of the library and also put the suplementary service
stuff into the same library.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2011-09-21 15:30:40 +02:00
Karsten Keil 93d910cb45 Fix to allow crosscompiling
AC_CHECK_FILE cannot be used when crosscompiling

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2011-09-14 17:39:09 +02:00
Jan Engelhardt 9e2c94bf3a build: fix configure failure when g++ not installed
When no C++ compiler is installed, configure should not fail, but
merely skip the GUI parts. Since the first compiler check is
authoritative, move AC_PROG_CXX down.

Signed-off-by: Karsten Keil <keil@b1-systems.de>
2011-04-26 18:57:09 +02:00
Jan Engelhardt 5cb432cfb1 build: use proper automake initialization
Signed-off-by: Karsten Keil <keil@b1-systems.de>
2011-04-26 18:57:06 +02:00
Jan Engelhardt 7174bc78c8 build: resolve autotools suggestions
$ autoreconf -fi
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

Signed-off-by: Karsten Keil <keil@b1-systems.de>
2011-04-26 18:56:59 +02:00
Karsten Keil 8d01cd531d Version 2.0.2
Signed-off-by: Karsten Keil <keil@b1-systems.de>
2010-02-17 18:48:02 +01:00
Karsten Keil 449135e23f New compatibility handling
On older kernel versions or glibc header code AF_ISDN do not exist and maybe
we need to use a different address famely number.
Now autoconf check this and you can supply a default number for AF_ISDN.

Applications can allow other numbers as parameter as well, see examples/testlayer3.c
how to do that.

Signed-off-by: Karsten Keil <keil@b1-systems.de>
2010-02-17 18:35:11 +01:00
Karsten Keil 1395abdf1f Avoid standard dependency on libQt
Signed-off-by: Karsten Keil <keil@b1-systems.de>
2010-02-15 18:45:10 +01:00
Karsten Keil f53ea7e1b4 Version 2.0.1
Signed-off-by: Karsten Keil <keil@b1-systems.de>
2010-02-15 14:04:22 +01:00
Karsten Keil 4fd70cb744 Add suplementary services to autotools
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2010-02-15 13:42:43 +01:00
Karsten Keil 91ff3bd05c Make distcheck happy
Enhance autotool files to pass make distcheck and allow VPATH builds

Signed-off-by: Karsten Keil <keil@b1-systems.de>
2010-02-14 19:54:50 +01:00
Karsten Keil a4ca867fe5 Add automake support for GUI Tools
Signed-off-by: Karsten Keil <keil@b1-systems.de>
2010-02-14 18:41:18 +01:00
Karsten Keil 5ec6fc99a2 More autotool changes
- remove debugtool and doc

Signed-off-by: Karsten Keil <keil@b1-systems.de>
2010-02-11 21:02:13 +01:00
Karsten Keil 2eeeed5ca5 Use GNU autotools
First steps to use automake, autoconf and libtool

Signed-off-by: Karsten Keil <keil@b1-systems.de>
2010-02-11 17:01:00 +01:00