Commit Graph

28 Commits

Author SHA1 Message Date
Andreas Eversberg 6b1341ac11 Added redirecting number to user stack.
Modified Files:
	mISDNuser/i4lnet/net_l3.c mISDNuser/i4lnet/net_l3.h
2006-12-28 12:24:01 +00:00
Chrisian Richter 86d27fe91d 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:23 +00:00
Chrisian Richter 36a08cb135 we do -fPIC only on the .so 2006-12-07 17:00:37 +00:00
Chrisian Richter 43726404f6 OBJ-variables where renamed, fixed the .so generation with new name 2006-10-18 12:32:21 +00:00
Chrisian Richter c763169f4c fixed Simons patch, we generate the so files now again (without versions) 2006-10-18 07:10:23 +00:00
srichter 9a4e9451c4 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
Chrisian Richter 48a19b51a2 added dwmw2's patch for sonames 2006-10-17 12:17:01 +00:00
Chrisian Richter bc7995ef9d added patch for LIBDIR variable from dwmw2 2006-10-17 12:11:16 +00:00
Chrisian Richter 8930dcea4f we generate and install .a also. Thanks to Kevin P. Fleming from digium for this patch 2006-08-16 21:37:12 +00:00
Chrisian Richter 3cc3bfa353 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
Chrisian Richter ff26f950f8 readded dummy process for MT_FACILITY (callref will be -1 for l4) 2006-08-04 08:44:07 +00:00
Chrisian Richter 11945a8a51 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
Chrisian Richter 63053ce039 * 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
Chrisian Richter 390601cd23 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
Chrisian Richter 438ac9c92b removed useless debugs 2006-07-20 19:32:13 +00:00
Chrisian Richter 5cff73c6d2 added mask debug info to debug string, also added Is<L2-Frm-Type> debugging 2006-07-20 10:16:31 +00:00
Chrisian Richter afe5545316 first segfault due to new dprint stuff fixed 2006-07-18 16:14:50 +00:00
Chrisian Richter 6213c50b67 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:04 +00:00
Chrisian Richter b7ed0b9a5a added timestamp for the debugprint if it's not stdout 2006-06-29 11:43:03 +00:00
Chrisian Richter 71efffcf55 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
Chrisian Richter 5da226dc00 added t305 2006-06-15 16:08:43 +00:00
Karsten Keil 8a1118c2f7 - move mqueue branch to HEAD 2006-03-06 13:09:28 +00:00
Andreas Eversberg e711dffaac 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
Andreas Eversberg 9fe2e02763 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
Karsten Keil 7977dd7635 new mISDNif.h
* mISDN_head_t changes
2004-07-08 00:46:43 +00:00
Andreas Eversberg a83e5d301f 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:15 +00:00
Karsten Keil d6c64e713b merge changes from 1.0 branch 2004-02-17 20:30:09 +00:00
Karsten Keil 4ba0129272 Initial revision 2003-08-27 07:33:03 +00:00