Commit Graph

378 Commits

Author SHA1 Message Date
Daniel Potts cecb784778 Added GPLv2 clause 2007-05-31 03:23:23 +00:00
Andreas Eversberg 19890b650c Fixed some feature retieval stuff. Now it work!!
Modified Files:
	mISDN/drivers/isdn/hardware/mISDN/dsp_cmx.c
 	mISDN/drivers/isdn/hardware/mISDN/dsp_core.c
2007-04-03 19:42:45 +00:00
Andreas Eversberg f4a3d41cc4 fixed minor bug in dsp: if hardware features are disabled, we also must set feature flag to "received", else we wait until infinity for features
Modified Files:
 	mISDN/drivers/isdn/hardware/mISDN/dsp_core.c
2007-04-03 18:34:38 +00:00
Andreas Eversberg c4dd8765b4 improved memdebug
Modified Files:
 	mISDN/CHANGES mISDN/drivers/isdn/hardware/mISDN/memdbg.c
 	mISDN/drivers/isdn/hardware/mISDN/memdbg.h
2007-04-03 17:56:52 +00:00
Andreas Eversberg 34458d894d changed CMX processing to older version process.
note: recevie data to CMX is always required, even on hardware bridging
also it is required even if no conference or bridge is formed.
CMX process reclocks receive data and also processes echo, even with no bridge
or conference.

the queue_conf_id is left as is, additionally i added queue_dtmf flag to enable hardware or software dtmf as the features arrive.

what we can do later: hfcmulti can reply the feature message and bring features
by data body and not by writing to a pointer.

Modified Files:
 	mISDN/CHANGES mISDN/drivers/isdn/hardware/mISDN/dsp.h
 	mISDN/drivers/isdn/hardware/mISDN/dsp_cmx.c
 	mISDN/drivers/isdn/hardware/mISDN/dsp_core.c
2007-04-03 17:47:26 +00:00
Andreas Eversberg c24e757ff4 Enabling TX data during bridge. Read note in dsp_cmx.c (search for "#if 1")
Modified Files:
 	mISDN/CHANGES mISDN/drivers/isdn/hardware/mISDN/dsp_cmx.c
2007-04-03 16:15:17 +00:00
Andreas Eversberg b70f8ddd1c Changed my email address to jolly@eversberg.eu
Modified Files:
	mISDN/drivers/isdn/hardware/mISDN/Kconfig.v2.6
	mISDN/drivers/isdn/hardware/mISDN/dsp.h
	mISDN/drivers/isdn/hardware/mISDN/dsp_audio.c
	mISDN/drivers/isdn/hardware/mISDN/dsp_blowfish.c
	mISDN/drivers/isdn/hardware/mISDN/dsp_cmx.c
	mISDN/drivers/isdn/hardware/mISDN/dsp_core.c
	mISDN/drivers/isdn/hardware/mISDN/dsp_dtmf.c
	mISDN/drivers/isdn/hardware/mISDN/dsp_tones.c
	mISDN/drivers/isdn/hardware/mISDN/hfc_multi.c
	mISDN/drivers/isdn/hardware/mISDN/l1oip.c
	mISDN/drivers/isdn/hardware/mISDN/loop.c
	mISDN/drivers/isdn/hardware/mISDN/socket.c
	mISDN/drivers/isdn/hardware/mISDN/socket.h
2007-03-27 15:06:29 +00:00
Chrisian Richter c34e06a2dd workaround for Kernel Oops.. fixing real root soon :) 2007-03-23 17:23:03 +00:00
Chrisian Richter 8afd39d035 print fsmTimer debug only when debugflag set 2007-03-21 13:26:56 +00:00
Chrisian Richter cfcd035054 fixed typo + added new subminor, preparation for new release.. 2007-03-02 18:14:19 +00:00
Chrisian Richter 1fa5c5942f * fixed support of new BN8S0 leds work now correct again
* fixed support of the B410P, which wasn't recognized correctly
* added an "opticalsupport" field to the PCI_ENTRY struct. Most e1 boards
  have no optical interface, so they should never be initialized with one
2007-03-02 14:00:38 +00:00
Chrisian Richter b87a76c616 added junghanns pci id (quadbri 2.0 board) 2007-02-27 21:16:08 +00:00
Chrisian Richter 140f0044d0 added the config.h fix for kernels>=2.6.19 2007-02-13 10:43:46 +00:00
Chrisian Richter 26104aec84 added new BN8S+ which has 8 LEDS for each ISDN Port, also added VERSION printing to mISDN_core 2007-02-13 10:27:01 +00:00
Chrisian Richter 6e6702b4df added 125us irq to clock ztdummy from zaptel, so they can be synchronized from our hfc chip and finally from the ISDN line. to enable this you need to add timer=1 as modparm to hfcmulti 2007-01-23 15:01:40 +00:00
Chrisian Richter b6351ddb11 added Michaels patch which improves the echocancel performance, thanks a lot 2007-01-22 14:54:04 +00:00
Chrisian Richter 7b172e73f0 a few more additions for the RESTART Message 2007-01-10 12:56:45 +00:00
Chrisian Richter 618cd071d2 added possibility to restart channels. works like broadcast facilities without a real process, the user just needs to use the MISDN_ID_DUMMY as l3id (dinfo). This is especially useful if the user Application thinks that there are free channels when the switch from the telco provider thinks there are busy channels, with this restart mechanism they can synchronize, restart_ack will be added when we can test that. 2007-01-09 16:51:47 +00:00
Chrisian Richter d45c93792d removed newline from l3_debug message which is unnecessary. we only print the RELEASE_COMPLETE without proc message on debug 2007-01-02 13:38:20 +00:00
Chrisian Richter 3f81fb08cb the mISDN_dsp parameter dtmftreshold is now correctly named dtmfthreshold 2007-01-02 10:11:18 +00:00
Andreas Eversberg 19a3869229 Added redirecting number.
NOTE:  mISDNuser  and all applications must be recompiled!!!

Modified Files:
	mISDN/drivers/isdn/hardware/mISDN/dss1.h
	mISDN/drivers/isdn/hardware/mISDN/l3_udss1.c
	mISDN/drivers/isdn/hardware/mISDN/l3helper.c
	mISDN/include/linux/mISDNif.h
2006-12-27 18:50:50 +00:00
Nadi Sarrar d1e673c815 mark mISDN modules as used (don't allow to remove them), if userspace software opens /dev/mISDN. 2006-12-21 15:25:06 +00:00
Günther Kelleter a48dd57635 Add missing ! to make AppPlciClearOtherApps() actually do something 2006-12-06 15:18:07 +00:00
Martin Bachem c54ddc246d command L1_ACTIVATE_NT replies with (PH_ACTIVATE | INDICATION) when already G3 2006-12-06 08:00:17 +00:00
Martin Bachem 4c96e1925c crab debug 2006-11-30 16:27:00 +00:00
Martin Bachem 2384b39092 reset frame_complete flag during packetizing ISO-URB sub packets 2006-11-30 16:25:34 +00:00
Martin Bachem b1bec05514 use SCTR_E to set D_U enable when NT mode 2006-11-30 15:40:14 +00:00
Martin Bachem 001d02742d do not use Interframe-Fill in DChannel TX when NT mode 2006-11-30 14:32:53 +00:00
Martin Bachem 2a1c2e8207 the return of the spinlock
(usb urb callbacks in interrupt context, so hfcsusb_l2l1 gets interrupted without locks)
2006-11-30 13:53:34 +00:00
Martin Bachem 926fa87208 NT mode:
- return (PH_ACTIVATE | INDICATION) after PH_ACTIVATE_REQUEST when in G3
  - send (PH_ACTIVATE | CONFIRM) when activation done
2006-11-28 16:58:42 +00:00
Chrisian Richter 88a4a4ec2a print this logs only when debug is on 2006-11-22 12:18:00 +00:00
Chrisian Richter 4254384a53 added swyx PCI ID for the 4S board. bug #75 2006-11-17 15:06:50 +00:00
Chrisian Richter f4e18a559d removed a printk 2006-11-14 15:20:05 +00:00
Chrisian Richter 6e66a0fb06 removed find_type_entry. we can use 2 static variables instead, these keep also track of cards with fewer ports than originally designed 2006-11-14 14:55:41 +00:00
Chrisian Richter 8d515d2fdf hfcmulti distinguishes now between types and ports. There are now only 3 different types: e1, 4S0 and 8S0, because there are only these 3 chips. But in fact cards which have fewer ports are now supported through the ports variable in the pci_id struct. Also modified the misdn-init script to handle that, and added a mini PCI HFC card with 1 Port 2006-11-14 12:17:02 +00:00
Martin Bachem 51ecee1ea0 still changes in debug modes 2006-11-13 16:45:41 +00:00
Martin Bachem a824a65c98 trace channel data to syslog 2006-11-13 16:27:19 +00:00
Chrisian Richter 1b39ae1623 removed some useless logs 2006-11-02 09:40:53 +00:00
srichter b2f839bd51 Applied patch from David Woodhouse:
- fix old mistake breaking HFC-PCI on bigendian (blame Simon)
 - get rid of config.h. Breaks builds against old kernels, so minor regression
2006-10-20 14:10:25 +00:00
Chrisian Richter 1ed9289f48 Modified change from gkelleter a bit. If you change things in the TE State machine, check the whole code! Disconnects might also be sent out in other States like outgoing Setup.. i've did your change only in state 7 == In Setup + Out Alerting, please check if that works for you. 2006-10-16 07:43:57 +00:00
Chrisian Richter 60be2d76f8 removed a lot of verbosity. Better commented the pcm_slave and ignore_pcm_frameclock options 2006-10-09 12:51:33 +00:00
Daniel Potts 36ade5e5f5 James Harper identified that locks were being taken twice along the same code path, causing a hang (on SMP). These have been removed. 2006-10-02 12:51:33 +00:00
Chrisian Richter 7de26421e1 we work now with 32bit access on the fifos. Also for the b410P we don't adjust the txgain anymore since -4 is quite too much 2006-09-27 08:28:50 +00:00
Günther Kelleter 643710ddbf endian fixes for BIGENDIAN systems. capi_profile and messages have to be little endian by definition 2006-09-14 15:51:46 +00:00
Günther Kelleter 2b7e0b8e84 in l3dss1_disconnect() the cause value was not taken from the DISCONNECT message, when it supplies one. Therefore an incoming DISCONNECT after incoming SETUP and outgoing ALERTING was not answered with RELEASE, since the cause was not evaluated properly. State 12 was entered instead of state 19 2006-09-14 15:47:22 +00:00
Günther Kelleter e42aada6cf set message type to MT_RELEASE_COMPLETE in message for CC_RELEASE_COMPLETE_REQ. MT_DISCONNECT was sent instead of MT_RELEASE_COMPLETE as required 2006-09-14 15:43:09 +00:00
Günther Kelleter d87bf83950 fix potential skb overflow when user-user-info is sent in an ALERTING message 2006-09-14 15:41:05 +00:00
Günther Kelleter f85a2af479 make compilable on non-i386 architectures 2006-09-14 15:39:52 +00:00
Günther Kelleter 0f20f5bdc6 fix debug output 2006-09-14 15:36:47 +00:00
Günther Kelleter 15f0d65a7f fix typo in hex constant 2006-09-14 15:34:12 +00:00