[thirdparty-commits] rmudgett: tag mISDN/1.1.3 r184 - in /mISDN/tags/1.1.3: .version ChangeLog

SVN commits to the Digium third-party software repository thirdparty-commits at lists.digium.com
Wed Sep 15 17:45:48 CDT 2010


Author: rmudgett
Date: Wed Sep 15 17:45:44 2010
New Revision: 184

URL: http://svnview.digium.com/svn/thirdparty?view=rev&rev=184
Log:
Importing files for 1.1.3 release.

Added:
    mISDN/tags/1.1.3/.version   (with props)
    mISDN/tags/1.1.3/ChangeLog   (with props)

Added: mISDN/tags/1.1.3/.version
URL: http://svnview.digium.com/svn/thirdparty/mISDN/tags/1.1.3/.version?view=auto&rev=184
==============================================================================
--- mISDN/tags/1.1.3/.version (added)
+++ mISDN/tags/1.1.3/.version Wed Sep 15 17:45:44 2010
@@ -1,0 +1,1 @@
+1.1.3

Propchange: mISDN/tags/1.1.3/.version
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mISDN/tags/1.1.3/.version
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: mISDN/tags/1.1.3/.version
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: mISDN/tags/1.1.3/ChangeLog
URL: http://svnview.digium.com/svn/thirdparty/mISDN/tags/1.1.3/ChangeLog?view=auto&rev=184
==============================================================================
--- mISDN/tags/1.1.3/ChangeLog (added)
+++ mISDN/tags/1.1.3/ChangeLog Wed Sep 15 17:45:44 2010
@@ -1,0 +1,157 @@
+2010-09-15 20:31 +0000 [r182]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/l3_udss1.c: The handling of call
+	  transfer signaling for mISDN PTMP is not fully implemented. The
+	  handling of call transfer signaling for mISDN PTMP is not fully
+	  implemented. The signaling of number updates with ISDN/DSS1 ECT
+	  supplementary services (ETS 300 369-1) comes along with a
+	  notification indicator IE and redirection number IE for PTMP. The
+	  implementation in the current Asterisk mISDN channel
+	  unfortunately can handle these information elements only in a
+	  NOTIFY message. These information elements are also signaled in a
+	  FACILTY message with a RequestSubaddress facility, when the
+	  subscriber is already in the active state (see 9.2.4 and 9.2.5 of
+	  ETS 300 369-1). ********** abe_2526_ast.patch * Added support to
+	  handle the notification indicator IE and redirection number IE
+	  with the RequestSubaddress facility. * Made
+	  misdn_update_connected_line() send a NOTIFY message if Asterisk
+	  originated the call and it is not connected yet. * Made
+	  misdn_update_connected_line() send a FACILITY message if the call
+	  is already connected. This patch requires the presence of the
+	  associated mISDN patches to compile. I had to enhance mISDN to
+	  allow the notification indicator IE and the redirection number IE
+	  to be used with a FACILITY message. Earlier versions of the
+	  Digium enhanced mISDN are no longer going to work. **********
+	  abe_2526_misdn.patch * Made an incoming FACILITY message allow
+	  the presence of the notification indicator IE and the redirection
+	  number IE. ********** abe_2526_misdnuser_v3.patch * Added support
+	  to send and receive a FACILITY message with the notification
+	  indicator IE and the redirection number IE. * Added the ability
+	  to send a NOTIFY message in PTMP/NT mode to all responding
+	  subcalls in Q.931 states 6, 7, 8, 9, and 25. ********** Patches:
+	  abe_2526_ast.patch uploaded by rmudgett (license 664)
+	  abe_2526_misdn.patch uploaded by rmudgett (license 664)
+	  abe_2526_misdnuser_v3.patch uploaded by rmudgett (license 664)
+	  Tested by: rmudgett and reporter JIRA SWP-2146 JIRA ABE-2526
+
+2010-03-22 19:33 +0000 [r167]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/hfc_multi.c: mISDN packetsize on
+	  datacalls too big On misdn1_1_9.1-Digium- during datacalls the
+	  transmitted HDLC frames are 200 bytes too big. The patch makes
+	  the TX-FIFO prefill optional dependent on FLG_HDLC of the mISDN
+	  channel. Patches: HDLC-fix.dif (uploaded by Matt Fredrickson)
+	  JIRA ABE-2087
+
+2009-10-06 15:55 +0000 [r136]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/dsp_core.c: mISDN eats one 512 byte
+	  kernel buffer whenever a new call is made. Caused by dsp module
+	  control frame handlers: * dsp_from_down() leaked a kernel buffer
+	  every control(VOL_CHANGE_TX). * dsp_from_up() caused a double
+	  free of a kernel buffer if passing a buffer to the down queue
+	  failed. Patches: dsp-skb2.patch JIRA ABE-1991
+
+2009-08-14 15:26 +0000 [r129]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/l3_udss1.c: mISDN/mISDNuser must
+	  allow called party number and subaddress ies in FACILITY
+	  messages. Several supplementary service FACILITY messages need
+	  the called party number and called party subaddress ies to be
+	  present (e.g., AOC and StatusRequest). Some network switches
+	  choke when these messages get a STATUS message as a response.
+	  JIRA ABE-1941
+
+2009-08-04  Richard Mudgett <rmudgett at digium.com>
+
+        Digium modifications release version 1.1.2 to mISDN version 1.1.9.1.
+
+2009-05-11  Richard Mudgett <rmudgett at digium.com>
+
+        Digium modifications release version 1.1.1 to mISDN version 1.1.9.1.
+
+2009-05-11 17:56 +0000 [r107]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/sysfs_obj.c,
+	  drivers/isdn/hardware/mISDN/sysfs_inst.c,
+	  drivers/isdn/hardware/mISDN/stack.c,
+	  drivers/isdn/hardware/mISDN/core.c,
+	  drivers/isdn/hardware/mISDN/hfc_multi.c: mISDN unload causes a
+	  kernel panic when using kernel 2.6.29.1 Patches:
+	  kernel_update.patch file uploaded by customer. JIRA ABE-1839
+
+2009-04-16 18:00 +0000 [r104]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/hfc_multi.c,
+	  drivers/isdn/hardware/mISDN/hfc_multi.h: Fix hfc_multi empty Tx
+	  FIFO issue and add debug information. JIRA ABE-1835
+
+2009-04-13 17:14 +0000 [r94]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/layer3.c: Added handling of
+	  EV_RELEASE_CNF to ST_L3_LC_ESTAB_WAIT state to bring L2 back up.
+	  The mISDN L2 and L3 state machines could get into a deadlocked
+	  condition while L2 is going down just as the TE side attempts to
+	  initiate a call or respond to an incoming call. JIRA ABE-1816,
+	  issue 14030 Sequence of events between L2 and L3:
+	  ST_L3_LC_ESTAB::EV_RELEASE_REQ -> ST_L3_LC_REL_DELAY Event for
+	  various reasons when L3 is no longer needed. i.e.
+	  RELEASE_COMPLETE is sent. ST_L3_LC_REL_DELAY::TIMEOUT ->
+	  ST_L3_LC_REL_WAIT Event sent to L2 state machine to initiate
+	  bringing L2 down. ST_L2_7::EV_L2_DL_RELEASE_REQ -> ST_L2_6 L2
+	  sends disconnect and waits for a reply.
+	  ST_L3_LC_REL_WAIT::EV_ESTABLISH_REQ -> ST_L3_LC_ESTAB_WAIT L3
+	  message (SETUP, SETUP_ACK, or PROCEEDING) attempts to bring L2
+	  back up by sending event to L2 to establish link.
+	  ST_L2_6::EV_L2_DL_ESTABLISH_REQ (Ignored) L2 is busy still
+	  waiting for a reply to the disconnect. ST_L2_6::EV_L2_UA ->
+	  ST_L2_4 L2 completes going down and sends event to L3.
+	  ST_L3_LC_ESTAB_WAIT::EV_RELEASE_CNF (Ignored) L3 thinks L2 is
+	  trying to go up so does not know what to do when L2 confirms that
+	  is has completed going down.
+	  ST_L3_LC_ESTAB_WAIT::EV_ESTABLISH_REQ (Ignored) Subsequent
+	  messages cannot go out because L3 is already waiting for L2 to go
+	  up. Since L2 is never going to try to go up anymore, the state
+	  machines are deadlocked.
+
+2009-04-09 19:06 +0000 [r93]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/layer2.c: Added Q.921 L2 state name
+	  comments to L2 state definitions.
+
+2009-03-16  Richard Mudgett <rmudgett at digium.com>
+
+        Digium modifications release version 1.1.0 to mISDN version 1.1.9.1.
+
+2009-03-16 15:19 +0000 [r88]  Richard Mudgett <rmudgett at digium.com>
+
+	* CHANGES: Updated CHANGES file.
+
+2009-03-12 23:12 +0000 [r65-86]  Richard Mudgett <rmudgett at digium.com>
+
+	* drivers/isdn/hardware/mISDN/debugtool.c,
+	  drivers/isdn/hardware/mISDN/sedl_fax.c,
+	  drivers/isdn/hardware/mISDN/app_plci.c,
+	  drivers/isdn/hardware/mISDN/core.c,
+	  drivers/isdn/hardware/mISDN/octvqe/octvqe.ko,
+	  drivers/isdn/hardware/mISDN/netjet.c,
+	  drivers/isdn/hardware/mISDN/hfc_pci.c,
+	  drivers/isdn/hardware/mISDN/dsp_cmx.c.orig (removed),
+	  drivers/isdn/hardware/mISDN/hfcs_usb.c,
+	  drivers/isdn/hardware/mISDN/w6692.c, include/linux/mISDNif.h,
+	  drivers/isdn/hardware/mISDN/xhfc_su.c,
+	  drivers/isdn/hardware/mISDN/hfcs_mini.c,
+	  drivers/isdn/hardware/mISDN/sysfs_obj.c,
+	  drivers/isdn/hardware/mISDN/avm_fritz.c,
+	  drivers/isdn/hardware/mISDN/modules.order (removed),
+	  drivers/isdn/hardware/mISDN/octvqe/modules.order (removed),
+	  drivers/isdn/hardware/mISDN/sysfs_inst.c,
+	  drivers/isdn/hardware/mISDN/stack.c,
+	  drivers/isdn/hardware/mISDN/hfc_multi.c, Makefile, config/mISDN,
+	  drivers/isdn/hardware/mISDN/sysfs.h,
+	  drivers/isdn/hardware/mISDN/sysfs_st.c, mktarball.sh (added):
+	  Upgraded to mISDN 1.1.9.1
+
+2009-03-12  Richard Mudgett <rmudgett at digium.com>
+
+        Digium modifications release version 1.0.0 to mISDN version 1.1.8.

Propchange: mISDN/tags/1.1.3/ChangeLog
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mISDN/tags/1.1.3/ChangeLog
------------------------------------------------------------------------------
    svn:keywords = none

Propchange: mISDN/tags/1.1.3/ChangeLog
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the thirdparty-commits mailing list