Commit Graph

54 Commits

Author SHA1 Message Date
Chrisian Richter 3087536ea8 preparing for 1.1.2 2007-04-02 07:04:03 +00:00
Chrisian Richter 38860be1e2 added CHANGES file to reflect the modifications 2007-04-02 07:03:29 +00:00
Chrisian Richter d127bad485 new subminor makefile 2007-03-02 18:21:29 +00:00
Chrisian Richter 830b5fef2f added VERSION target to Makefile, adjusted MINOR and added .PHONY target 2007-02-13 12:12:21 +00:00
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
Martin Bachem be1d4a8831 wait for actication request/indication by polling mISDN 2006-11-28 16:21:48 +00:00
Chrisian Richter 9793cb5278 preparing first release 1_0_3 2006-11-13 14:56:29 +00:00
Chrisian Richter 66e3d678d2 added makefile targets for very basic release management, based on cvs tags 2006-11-13 14:53:57 +00:00
srichter 3818325948 Replace "make" by "$(MAKE)" to allow recursive --dry-run to work 2006-10-19 21:04:02 +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
srichter d965a85322 Remove workaround for amd64 2006-10-18 02:55:34 +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 ed66c7d262 more useful output when port is not useable 2006-10-09 12:34:46 +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
Nadi Sarrar d97d472766 suppserv.h doesnt include asn1.h anymore 2006-08-16 14:15:52 +00:00
Nadi Sarrar 14613127c1 suppserv: parsing AOCDCurrency and AOCDChargingUnit 2006-08-16 13:14:54 +00:00
Chrisian Richter 8af18dd6c1 added setting of PWD variable 2006-08-15 18:57:31 +00:00
Nadi Sarrar 2266eb66ed 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:13 +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
Chrisian Richter 83a4fd6c56 fixed some include dirs in the misdnportinfo.c 2006-05-09 11:24:19 +00:00
Chrisian Richter 972222ade6 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
Martin Bachem ce8f8744d2 sending dummy tei request once per second, reading rx data continously 2006-04-30 18:13:21 +00:00
Chrisian Richter 72d2b7e377 make it possible to install mISDN as non root via INSTALL_PREFIX 2006-04-30 17:52:51 +00:00
Martin Bachem 784ccd4588 acts as userland layer2 to send/receive data/commands to layer1 2006-04-30 17:05:42 +00:00
Martin Bachem 8627032ed3 testcon_l2 working again 2006-04-29 21:56:46 +00:00
Karsten Keil 8a1118c2f7 - move mqueue branch to HEAD 2006-03-06 13:09:28 +00:00
Karsten Keil 53c0d92515 license 2005-06-10 07:45:03 +00:00
Karsten Keil bf7f922d8b revert changes; wrong branch 2005-06-08 19:13:14 +00:00
Karsten Keil bcb156e15c - clone of D-channel stack also working now 2005-05-30 18:14:33 +00:00
Karsten Keil 36dad7fe09 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:25 +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