Commit Graph

42 Commits

Author SHA1 Message Date
Karsten Keil 0f8548b3d2 Version 2.0.22 2017-07-30 22:30:27 +02:00
Karsten Keil 25c7d7bbf5 Add missing AM_PROG_AR 2017-07-30 22:29:26 +02:00
Karsten Keil cc80463f23 First working version of misdnlogger 2017-07-30 22:29:24 +02:00
Karsten Keil 79f85a5f96 Set version to 2.0.21 2017-07-30 22:29:24 +02:00
Karsten Keil 9f5d377216 Make intermediate version 2.0.20
Signed-off-by: Karsten Keil <keil@b1-systems.de>
2017-07-24 09:21:13 +02:00
Karsten Keil 7e1924062d Create the socket directory on runtime
Since nowadays often the /var/run is /run and is in tmpfs creating it on the fly should be
a better solution.
2016-03-29 12:31:22 +02:00
Karsten Keil 3638cf36df Release v2.0.19 2014-10-20 14:18:55 +02:00
Karsten Keil ed6c40581e release v2.0.18 2014-09-22 01:51:02 +02:00
Karsten Keil 85def6d15f Version 2.0.17
Signed-off-by: Karsten Keil <keil@b1-systems.de>
2012-09-17 00:47:40 +02:00
Karsten Keil 6b4d631ed5 Version 2.0.16
Signed-off-by: Karsten Keil <keil@b1-systems.de>
2012-09-13 15:23:06 +02:00
Karsten Keil 1204f681d4 Version 2.0.15
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-08-17 13:03:09 +02:00
Karsten Keil 7c5fb25ef2 Version 2.0.14
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-07-26 15:16:28 +02:00
Jānis Rukšāns 46c29c8a22 Fix references to source tree in VPATH builds
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-05-30 18:48:58 +02:00
Karsten Keil 14a8d067c1 Version 2.0.13
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-05-13 16:56:24 +02:00
Karsten Keil 28e7f4552f Handle changed type for capi_mod.h IsInstalled member
Version 2.0.12

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-05-11 17:51:39 +02:00
Karsten Keil 49271ab9d1 Version 2.0.11
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-03-30 02:42:26 +02:00
Karsten Keil c5650d5d5e Version 2.0.10
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-03-22 09:35:36 +01:00
Karsten Keil 4043b84f3c Version 2.0.9
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-03-21 15:26:09 +01:00
Karsten Keil 893ef514a2 Version 2.0.8
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-03-01 20:16:19 +01:00
Karsten Keil 5e14de863d Version 2.0.7
- Fix autotool files

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-31 08:51:42 +01:00
Karsten Keil fd246f6bbb Autotool changes
Version 2.0.6

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2011-12-10 08:50:04 +01:00
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