Commit Graph

99 Commits

Author SHA1 Message Date
nadi f69adb5276 Add a -s option to mISDNdebugtool, allows setting a limit for data space used for log and dumpfiles. 2008-11-12 14:26:11 +01:00
Martin Bachem 8e7bf2f11c current version of testlayer1, starting port to socker branch 2008-08-14 17:35:46 +02:00
root bcb9024ce1 added small hack to send restart_acknowledge when we receive a restart. This fixes a lot of trouble with alcatel S0 pbxs. 2008-06-17 15:54:08 +02:00
Super User dea12a9fb2 fixed printf typo in isdnbridge
make stack release after timout of two outgoing setups.
karsten: please also fix it in the socket branch. the rule: when a stack sends a relase or release complete to upper layer, it must destroy itself and also it's callref.
the fix was tested.
	modified:   bridge/bridge.c
	modified:   i4lnet/net_l3.c
2008-01-05 14:53:13 +01:00
root b7f8b90276 renamed msg_copy to misdn_msg_copy to avoid namespace conflicts with other libraries. 2007-11-29 11:01:54 +01:00
root b7167f63a4 added u8 type 2007-11-23 16:06:48 +01:00
root 0301d414d9 check if next pointer is NULL, this happened on some E1s 2007-11-09 11:10:23 +01:00
root ee020d8efa added possibility to send a RESTART Message with a dummy process, to cleanup hanging channels on the other side. 2007-11-08 15:11:58 +01:00
root 0220d7d29a fixed FEATURE_NET_KEEPCALLS, 0xf was not a good idea :) 2007-11-06 15:43:44 +01:00
root 3bb45c70d3 very simple fix for T310 Problem. when there is a PBX like some nortel or so, which disconnect the L1 for just som milliseconds we can set the flag FEATURE_NET_KEEPCALLS to avoid dropping the running calls. I know the t310 implementation would be correct, but that's much more work right now. 2007-11-06 15:07:45 +01:00
root f837b9f5bc if windowar[p1] == NULL, we should not call the queue_head function to queue a NULL pointer. This happens on high load. 2007-11-06 15:07:37 +01:00
root 8465c25801 added Fac_ERROR and Fac_RESULT codes to check if a requested feature could be set or not 2007-10-12 15:15:30 +02:00
root 18a1ee6340 added ability to Activate/Deactivate CallForwarding 2007-10-04 14:55:03 +02:00
Super User 546339906e reinserted stack release on l3dss1_release(). 2007-08-01 09:10:17 +02:00
Super User af8f8b7319 Merge branch 'master' of ssh://jolly@git.mISDN.org/var/git/mISDNuser 2007-08-01 09:09:43 +02:00
Super User a21264a882 fixed wrong cause values 2007-08-01 09:09:02 +02:00
root 1c2622b2ba Merge commit '23d01ffc37db976f2137f9f88074520d1294ac98'
Conflicts:

	Makefile
2007-07-05 10:54:16 +02:00
root 23d01ffc37 added setting of REDIR_NR on l3udss1_setup_req 2007-07-05 10:50:23 +02:00
nadi f5f2667f95 Backporting mISDNdebugtool to mISDNuser_1_1 branch. 2007-06-25 17:29:54 +00:00
nadi 86cf098a00 Auto-enable and disable mISDN_debugtool kernel module with mISDNdebugtool.
This feature can be disabled with the -n option.
2007-06-18 10:41:54 +02:00
Christian Richter 5e0a250def fixed checkout-branch script 2007-06-15 15:15:35 +02:00
root 525d6aaf58 resize queue pool size to 200 2007-06-14 13:26:21 +02:00
root 08d113de58 preps for 1.1.4 2007-06-14 10:12:19 +02:00
root 19b02fa1de check if msg_clone failed. 2007-06-14 10:11:56 +02:00
root b3e7ed67e0 have a single script for all branches 2007-06-01 15:13:57 +02:00
root b0275c4a92 4-pre release 2007-06-01 10:54:07 +02:00
Christian e5e3e8afa7 added checkout-portability.sh script 2007-06-01 01:45:21 +02:00
root b0457c1804 on the 1.1 branch we should not change the behaviour of the state machine, this creates segmentation faults with existing chan_misdn installations, which need to upgrade mISDN/mISDNuser. The changes remain in the master branch certainly, to use the master branch, users need to upgrade to a new chan_misdn version, that supports this state machine change. 2007-05-30 10:58:03 +02:00
nadi 4ba35bcb18 Adding a README for the debugtool. 2007-05-29 15:19:24 +02:00
nadi 7f665bb68b Adding support for NEWSTATE and CRC_ERR debug messages. 2007-05-29 11:47:36 +02:00
Super User 585ce2c6ea briding now uses conference id: 0xuuuuppppp
p = pid
u = user defined id
2007-05-27 22:42:24 +02:00
Super User 8c0004b593 remove obsolete card types 2007-05-27 22:35:49 +02:00
nadi f8f6c968f8 Make mISDNdebugtool aware of new L1 up/down indications. 2007-05-22 15:35:17 +02:00
nadi 6944b0cae8 New set of important features for mISDNdebugtool. Run 'mISDNdebugtool -h' to check them out. 2007-05-22 14:30:55 +02:00
root 353fe928f9 added script for easy checkout of 1_1 branch 2007-05-21 16:24:49 +02:00
nadi 7e80b25440 Fixes for compiling against mISDN master branch (only). 2007-05-21 15:39:14 +02:00
nadi 7a7a9544bf Adding mISDNdebugtool. Catches the UDP packets sent by the mISDN_debugtool kernel module
and writes a Wireshark compatible dumpfile.
2007-05-21 15:12:01 +02:00
root d05e93f45e preparing 1.1.3 2007-05-09 12:11:43 +02:00
root 5df94f84f7 changed default mISDN dir 2007-05-09 12:09:21 +02:00
Super User d40d0e86c9 Jolly:
Added debug option for isdnbridge.

	modified:   bridge/bridge.c
2007-04-15 12:09:27 +02:00
Super User 65a34a749f Jolly:
now the bridig util is ready. to bridge, just say:

 isdnbridge <port1> <port2>

and they will be bridged. very usefull for L1oIP.

	modified:   Makefile
	new file:   bridge/Makefile
	new file:   bridge/bridge.c
2007-04-14 13:32:18 +02:00
Super User 920d67e950 removed some todo-warnings from layer 3 2007-04-11 17:54:40 +02:00
Super User 2782ab92b4 Timer 312 is off in PTP, so we don't wait for disconnects from other (not existing) terminals. 2007-04-09 01:32:23 +02:00
Super User ebf523a642 Fixed a bug of corrupt frames in NT-mode PRI. Now it works correctly.
ALSO: After we got a release, we don't need to send a release_complete, because this is done by stack.
CHRISTIAN: You must remove the cc_release_complete request after receiving cc_release indication.
If problems, ask!!!!!
Also outgoing DISCONNECT is allowed in outgoing overlap state now.
2007-04-08 23:35:03 +02:00
jolly a3b9c0181b Added DDI for net->user at PTP 2007-04-06 18:02:24 +02:00
crich 9dc33dd9d4 preparing for 1.1.2 2007-04-02 07:04:03 +00:00
crich 1f93a9e40a added CHANGES file to reflect the modifications 2007-04-02 07:03:29 +00:00
crich 53175756de new subminor makefile 2007-03-02 18:21:29 +00:00
crich 1bd7f2474b added VERSION target to Makefile, adjusted MINOR and added .PHONY target 2007-02-13 12:12:21 +00:00
jolly 4faccdf779 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