Commit Graph

14 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 b71e632fd9 Many fixes 2011-11-27 23:03:46 +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 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 24fa48710d Update autotool generated files
Signed-off-by: Karsten Keil <keil@b1-systems.de>
2011-04-26 19:09:55 +02:00
Jan Engelhardt 3cbafc4816 gitignore: split according to own comment
The top-level .gitignore recommends to split the filelist, but did not
do so. Follow up on it.

Signed-off-by: Karsten Keil <keil@b1-systems.de>
2011-04-26 18:57:03 +02: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 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
Andreas Eversberg 7c532c75f3 Fixed l1oipctrl. It is tested and works.
Fixed port number in isdnbridge.

	modified:   Makefile
	modified:   bridge/bridge.c
	modified:   include/mISDNif.h
	modified:   l1oip/l1oipctrl.c
	modified:   tools/info.c
2008-09-14 12:31:43 +02:00
Karsten Keil bc1a3c7880 clarify licenses
Signed-off-by: Karsten Keil <kkeil@suse.de>
2008-09-01 15:26:34 +02:00
Super User 8fbb52105d unfinished l1oip control tool to change/set/unset remote peer at runtime.
karsten: the IMCTRLREQ requires device to be opened. since i don't want to change the mode, and i need to access it while other application uses the device, i cannot open and bind the socket for this device. is there a way to send IMCTRLREQ without opening device?

	new file:   l1oip/Makefile
	new file:   l1oip/l1oipctrl.c
2008-06-15 18:52:34 +02:00