Commit Graph

96 Commits

Author SHA1 Message Date
Karsten Keil 8a0d743a08 return code of write need checking 2014-09-22 01:32:09 +02:00
Karsten Keil 640ba25164 Add special testmode 16 to testcon - Reject calls with cause values
- cleanup
2012-11-13 20:35:48 +01:00
Karsten Keil 18e7679a58 Make the current version compatible to recent kernel stuff
Also allow backward compatibility to older standalone kernel drivers.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-09-13 14:36:08 +02:00
Karsten Keil edb78c7988 New testlayer3 example code
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-08-09 23:19:46 +02:00
Karsten Keil 71ee19a7d8 Fix compiler warnings
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-08-04 14:40:56 +02:00
Karsten Keil 5b3115b04f Fix filename to save incoming traffic
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-08-03 14:26:12 +02:00
Karsten Keil debd47d018 Remove autogenerated files
Many users difd report problems to compile this package because
they had installed different versions of the autotools.
From now it is not longer possible to compile this package without
having autotools installed.

You can generate the the autotool files simply with running 'make'.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-08-02 12:46:39 +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
Karsten Keil 4ec9937ca2 Some more files to ignore after a build was done
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-05-29 13:26:55 +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 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 cc27afc5e4 More helper for debuging memory leaks
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-01-30 19:05:08 +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 b71e632fd9 Many fixes 2011-11-27 23:03:46 +01:00
Karsten Keil 7e7bf5f0e3 Merge branch 'socket' into capi 2011-11-25 16:42:01 +01:00
Karsten Keil 2ca8290b66 Add some E1 L1 tests to testcon
Allow testcon to influence E1 L1 states.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2011-11-24 13:33:51 +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
Martin Bachem 2fb043cabc Revert "read/write xhfc registers using MISDN_CTRL_XHFC_CUSTOM_CMD"
This reverts commit 5d650e0bc4.
2011-10-13 10:29:06 +02:00
Martin Bachem 5d650e0bc4 read/write xhfc registers using MISDN_CTRL_XHFC_CUSTOM_CMD 2011-10-11 11:58:57 +02:00
Martin Bachem 72ea0ff23f set/unset hw-testloops using MISDN_CTRL_LOOP 2011-10-11 11:53:45 +02:00
Martin Bachem de30532d94 applies code formatting 2011-10-11 11:53:45 +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 f9fce2e61f Add loopback control
testcon can be used to control loopbacks and layer1 timer 3
value. Update to mISDN kernel release 27.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2011-09-21 15:30:23 +02:00
Karsten Keil 277a3009e4 Exporting cardinfo to applications
the cardinfo is useful for the applications.
Some debug cleanups und enhancements

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2011-09-21 15:29:41 +02:00
Karsten Keil 059869acd7 Add none auto hangup mode to testcon
Sometime it is useful to not hangup after 30 sec.

Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2011-09-14 17:39:13 +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 da59ab78d6 Rename example programs to misdn*
Signed-off-by: Karsten Keil <keil@b1-systems.de>
2010-02-15 12:16:54 +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 d20499cf69 Changes for autotools
- includes now in a mISDN subdir
- add miising files to recreate without having autoconf and automake installed

Signed-off-by: Karsten Keil <keil@b1-systems.de>
2010-02-11 17:13:38 +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
Karsten Keil b89ef72587 display B-protocols in misdn_info
Signed-off-by: Karsten Keil <kkeil@pingi5.linux-pingi.de>
2009-06-20 18:46:02 +02:00
Andreas Eversberg 6ef32b59eb Added layer-1-hold feature. Will work with older mISDN, but l1hold will not
function in this case. Also upgrade mISDN for l1hold feature.
2009-03-20 20:48:08 +01:00
Martin Bachem 63b7e5a918 [mISDNuser] testlayer1/testlayer3 : zero-based-device-numbers
Signed-off-by: Martin Bachem <m.bachem@gmx.de>
2008-09-15 16:22:09 +02:00
Martin Bachem 7aef9b8588 Revert "[mISDNuser] testcon.c : cardnr opt '-cX' starting with default 1"
This reverts commit edba47317b.
2008-09-15 16:17:21 +02:00
Martin Bachem e45757122e [mISDNuser] using PH_DATA_IND to trigger next tx packet
Signed-off-by: Martin Bachem <m.bachem@gmx.de>
2008-09-08 21:51:59 +02:00
Martin Bachem edba47317b [mISDNuser] testcon.c : cardnr opt '-cX' starting with default 1
Signed-off-by: Martin Bachem <m.bachem@gmx.de>
2008-09-03 19:55:05 +02:00
Karsten Keil 71f7025a96 use EXTRA_CFLAGS 2008-09-01 16:13:48 +02:00
Karsten Keil bc1a3c7880 clarify licenses
Signed-off-by: Karsten Keil <kkeil@suse.de>
2008-09-01 15:26:34 +02:00
Karsten Keil 8f1d3334f2 cleanup make 2008-09-01 15:16:43 +02:00
Karsten Keil c74043c802 rename layer3->lib 2008-09-01 14:38:54 +02:00
Karsten Keil d4a01c02d0 seperate general useful tools from example/test code 2008-09-01 14:23:11 +02:00
Martin Bachem b2c5f8c1e8 wait for PH_ACTIVATE_IND or PH_ACTIVATE_CNF at dch actication 2008-08-26 13:48:19 +02:00
Matthias Urlichs c46dbd03b4 Remove/comment unused variables
to get rid of warnings
2008-08-23 18:40:27 +02:00
Matthias Urlichs 22865ca012 Merge commit 'remotes/origin/socket' into 4upstream 2008-08-23 18:36:37 +02:00
Matthias Urlichs e330f3aa2f More zero-based-device-number fixes 2008-08-23 18:33:30 +02:00
Matthias Urlichs d6f84d63ad ISDN interfaces get numbered with base zero 2008-08-23 18:05:52 +02:00