Commit Graph

99 Commits

Author SHA1 Message Date
crich 939d713a7b added 64bit check for -fPIC for .so file generation. also removed optimization, better debugging is now more important than speed i would say. 2006-12-21 09:25:22 +00:00
crich df6f899366 we do -fPIC only on the .so 2006-12-07 17:00:36 +00:00
mbachem adb9bc4a41 wait for actication request/indication by polling mISDN 2006-11-28 16:21:48 +00:00
crich 2dad255edb preparing first release 1_0_3 2006-11-13 14:56:29 +00:00
crich 8a5acedd6a added makefile targets for very basic release management, based on cvs tags 2006-11-13 14:53:57 +00:00
srichter 406201270d Replace "make" by "$(MAKE)" to allow recursive --dry-run to work 2006-10-19 21:04:02 +00:00
crich 6b25dba0af OBJ-variables where renamed, fixed the .so generation with new name 2006-10-18 12:32:20 +00:00
crich 420159e86f fixed Simons patch, we generate the so files now again (without versions) 2006-10-18 07:10:23 +00:00
srichter ccbc3fadbe Revert patch to build versioned .so files
Inhibit building shared libraries
Add linker scripts to include PIC static libraries in the link if dynamic
 linking is desired. This is slightly suboptimal when linking applications,
 but it is better to err on the side of caution here.
2006-10-18 02:58:24 +00:00
srichter 45bb68073d Remove workaround for amd64 2006-10-18 02:55:34 +00:00
crich b9631b252a added dwmw2's patch for sonames 2006-10-17 12:17:01 +00:00
crich b9d8c222dd added patch for LIBDIR variable from dwmw2 2006-10-17 12:11:16 +00:00
crich d051cb7010 more useful output when port is not useable 2006-10-09 12:34:46 +00:00
crich 63f4e108f0 we generate and install .a also. Thanks to Kevin P. Fleming from digium for this patch 2006-08-16 21:37:11 +00:00
nadi 96fff64a25 suppserv.h doesnt include asn1.h anymore 2006-08-16 14:15:52 +00:00
nadi f68f64e503 suppserv: parsing AOCDCurrency and AOCDChargingUnit 2006-08-16 13:14:54 +00:00
crich 95370825c6 added setting of PWD variable 2006-08-15 18:57:31 +00:00
nadi 0e72ef1805 Moving the asn1 parse and encoding code from the mISDN sources to mISDNuser.
suppserv.h specifies the interface. libsuppserv.so is the lib.
So far, only one portion of CallDeflection is implemented.
2006-08-15 16:29:12 +00:00
crich e02e62d0ed when we have a l2 error, we purge the down_queue now, because it might got stuck due to some reason.. this helps the l2 to recover correctly. 2006-08-09 10:29:44 +00:00
crich 4914853f3d readded dummy process for MT_FACILITY (callref will be -1 for l4) 2006-08-04 08:44:07 +00:00
crich 58afdc500a in manager_l3 we want to make a DL_ESTABLISH|REQ possible without having a proc. in net_l2 we want to make a l2_establish possible in state 4. 2006-07-31 09:52:21 +00:00
crich 0136279b88 * we should _EVERYTIME_ use TEI 0 and SAPI 0 in PTP Mode
* we should not send DL_UNITDATA, neither if the l2_stat0 is 0
* if we get a RELEASE we should send a RELEASE_COMPLETE
2006-07-26 14:40:33 +00:00
crich b0ccdb8bff in PTP we shouldn't ever send out a broadcast setup. I don't understand the l2state0 stuff??? can this be removed, in PTP we NEVER send broadcast setups also not when the l2state is down i think. 2006-07-21 08:15:35 +00:00
crich 7959d19d28 removed useless debugs 2006-07-20 19:32:13 +00:00
crich 5b6ea2454b added mask debug info to debug string, also added Is<L2-Frm-Type> debugging 2006-07-20 10:16:31 +00:00
crich b081e71ed6 first segfault due to new dprint stuff fixed 2006-07-18 16:14:50 +00:00
crich 1a40af19c3 added possibility to port specific debug, also added portspecific debugging to if,l2,l3,net. This might have created segfaults\! therefore i have tagged mISDNuser before with mISDNuser_1_0_2. i have tested most things but not all. 2006-07-18 13:50:03 +00:00
crich 3ce3fd90f5 added timestamp for the debugprint if it's not stdout 2006-06-29 11:43:03 +00:00
crich 2964149b25 In state 2 we may receive disconnect|release.. then we should start t308. In state 19 we may receive disconnect, then we should stay in 19. 2006-06-16 10:02:50 +00:00
crich 4b76b09b00 added t305 2006-06-15 16:08:43 +00:00
crich a76a7e6c00 fixed some include dirs in the misdnportinfo.c 2006-05-09 11:24:19 +00:00
crich 0c02b7cc82 added the misdnportinfo programm, which helps a bit debugging port-options. This can be extended to e.g. show the L1/L2 states 2006-05-08 11:47:51 +00:00
mbachem 6ff761937c sending dummy tei request once per second, reading rx data continously 2006-04-30 18:13:21 +00:00
crich dea224d97a make it possible to install mISDN as non root via INSTALL_PREFIX 2006-04-30 17:52:51 +00:00
mbachem db81425ce4 acts as userland layer2 to send/receive data/commands to layer1 2006-04-30 17:05:42 +00:00
mbachem 97c9f1fe2e testcon_l2 working again 2006-04-29 21:56:46 +00:00
keil c006f46a76 - move mqueue branch to HEAD 2006-03-06 13:08:28 +00:00
keil 9291737563 license 2005-06-10 07:45:02 +00:00
keil 64ee99cbb7 revert changes; wrong branch 2005-06-08 19:13:10 +00:00
keil db925822e8 - clone of D-channel stack also working now 2005-05-30 18:14:30 +00:00
keil 920403ac53 first version for new mISDN API
need mISDN branch mqueue to work
only mISDNlib, testcon and loadfirm are changed yet
2005-05-13 10:38:21 +00:00
jolly 4eb4ba55b9 Another bug found, which may cause not to find a broadcast process. Hope this stack is stable now.
(Other bugs did not ocurr after about 20000-40000 calls so far :)
2005-04-30 15:35:08 +00:00
jolly 77e19a0ba0 Finally found a big bug!!!
A little mistake in find_proc() caused not to find the broadcast process in some cases.
(After many days, an outgoing call (to telephone) did not work anymore.)
2005-04-30 15:31:01 +00:00
keil c2c8ba45da new mISDNif.h
* mISDN_head_t changes
2004-07-08 00:46:41 +00:00
jolly b23f8ff754 Make mISDNuser compile with current mISDN.
Removed many compiler warnings.

Modified Files:
 	mISDNuser/example/loadfirm.c mISDNuser/example/logger.c
 	mISDNuser/i4lnet/net_l2.c mISDNuser/i4lnet/net_l2.h
 	mISDNuser/i4lnet/net_l3.c mISDNuser/i4lnet/net_l3.h
 	mISDNuser/i4lnet/tei.c mISDNuser/include/isdn_net.h
 	mISDNuser/include/l3dss1.h mISDNuser/include/mISDNlib.h
 	mISDNuser/voip/voip_isdn.c
2004-07-04 14:08:13 +00:00
jolly 610f793f28 Cleaning obsolete definitions (HOLD and RETRIEVE).
Modified Files:
	mISDNuser/include/l3dss1.h mISDNuser/include/mISDNlib.h
2004-07-04 10:49:44 +00:00
keil 0477fd426a merge changes from 1.0 branch 2004-02-17 20:30:07 +00:00
kkeil 21bea5c31a start with 1.0 2003-08-27 07:35:31 +00:00
kkeil 0c3b232b6a Initial revision 2003-08-27 07:33:02 +00:00