[libpri/f14/master] 1.4.11.5

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Feb 11 14:32:30 UTC 2011


commit 6e35a9c1ba95850ebf946d9823f2992384c2d7ef
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Fri Feb 11 08:32:23 2011 -0600

    1.4.11.5

 libpri.spec |  110 +++++++++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 89 insertions(+), 21 deletions(-)
---
diff --git a/libpri.spec b/libpri.spec
index 7ad9e08..166b6e4 100644
--- a/libpri.spec
+++ b/libpri.spec
@@ -1,6 +1,6 @@
 Summary: An implementation of Primary Rate ISDN
 Name: libpri
-Version: 1.4.11.3
+Version: 1.4.11.5
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -58,17 +58,85 @@ rm -rf %{buildroot}
 %{_libdir}/libpri.so
 
 %changelog
+* Wed Feb  9 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.11.5-1
+-
+- The release of libpri 1.4.11.5 resolves several issues reported by the
+- community and would not have been possible without your participation.
+- Thank you!
+-
+- The following are some of the issues resolved in this release:
+-
+-   * Prevent a CONNECT message from sending a CONNECT ACKNOWLEDGE in the
+-     wrong state.
+-     (issue #17360. Reported by: shawkris. Patched by rmudgett)
+-
+-   * Made Q.921 delay events to Q.931 if the event could immediately
+-     generate response frames.
+-     (closes issue #17360. Reported by: shawkris. Patched by rmudgett)
+-
+-   * BRI PTMP: Active channels not cleared when the interface goes down.
+-     (closes issue #17865. Reported by: wimpy. Patched by rmudgett)
+-
+-   * Segfault in pri_schedule_del() - ctrl value is invalid.
+-     (closes issue #17522)
+-     (closes issue #18032. Reported by: schmoozecom. Patched by rmudgett)
+-
+-   * Crash when receiving an unknown/unsupported message type.
+-     (closes issue #17968. Reported by: gelo. Patched by rmudgett)
+-
+-   * B410P gets incoming call packets on ISDN but Asterisk doesn't see the
+-     call.
+-     (closes issue #18232. Reported by: lelio. Patched by rmudgett)
+-
+- For a full list of changes in the current release, please see the
+- ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/libpri/ChangeLog-1.4.11.5
+
+* Wed Feb  9 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.11.4-1
+-
+- The release of libpri 1.4.11.4 resolves several issues reported by the
+- community and would have not been possible without your participation.
+- Thank you!
+-
+- The following are some of the issues resolved in this release:
+-
+-   * Fix issue where calling name is not successfully processed on inbound
+-     QSIG PRI calls from Mitel PBX.
+-     (Closes issue #17619. Reported by: jims8650. Patched by rmudgett)
+-
+-   * Added missing code specified by Q.921 (Figure B.8 Page 85) when receive
+-     RNR in "Timer Recovery" state.
+-     (Closes issue #16791. Reported by: alecdavis. Patched by alecdavis)
+-
+-   * Fixed issue where incoming calls specifying the channel using a slot
+-     map could not negotiate a B channel correctly.
+-
+-   * Add support to receive ECMA-164 2nd edition OID name ROSE messages.
+-
+-   * Fixed issue where ISDN BRI PTMP TE does not recover from line faults.
+-     (Closes issue #17570. Reported by: jcovert. Patched by rmudgett)
+-
+-   * Q.921 improvements from comparing Q.921 SDL diagrams with implementation.
+-
+-   * Q.921/Q.931 message debug output improvements.
+-
+- For a full list of changes in the current release, please see the
+- ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/libpri/ChangeLog-1.4.11.4
+
 * Mon Aug  2 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.11.3-1
 - 1.4.11.3:
 - This release fixes a regression in the calling number assignment logic:
-- 
+-
 -  * Calling Number assignment logic change in libpri 1.4.11. Restored the old
 -    behaviour if there is more than one calling number in the incoming SETUP
 -    message.  A network provided number is reported as ANI.
 -    (Closes issue #17495. Reported and tested by ibercom. Patched by rmudgett)
-- 
+-
 - For a full list of changes in the current release, please see the ChangeLog:
-- 
+-
 - http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.11.3
 
 * Thu Jun 10 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.11.2-1
@@ -76,67 +144,67 @@ rm -rf %{buildroot}
 -
 - This release fixes situation where Q.SIG calling name in FACILITY
 - message was not reported to the upper layer:
-- 
+-
 - * pri_facility.c: Q.SIG calling name in FACILITY message not reported
 -   to the upper layer. Q.SIG can send the CallingName, CalledName, and
 -   ConnectedName in stand alone FACILITY messages.  If the CallingName
 -   was not sent in the SETUP message, the caller id name was not
 -   reported to the upper layer.  (Closes issue #17458. Reported, tested
 -   by: jsmith. Patched by rmudgett)
-- 
+-
 - For a full list of changes in the current release, please see the
 - ChangeLog:
-- 
+-
 - http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.11.2
-- 
+-
 - 1.4.11.1:
-- 
+-
 - This release fixes a regression in multi component FACILITY messages
 - and includes a minor bug fix for BRI spans:
-- 
+-
 - * Multi component FACILITY messages only process the first
 -   component. The code was only processing the first ROSE component in
 -   the facility message.  (Closes issue #17428. Reported, tested by:
 -   patrol-cz. Patched by rmudgett)
-- 
+-
 - * Inband disconnect setting does nothing on BRI spans.  The
 -   acceptinbanddisconnect flag is not inherited when creating a new TEI
 -   and thus rendering the setting (and its respective equivalent in
 -   Asterisk) a no-op on BRI setups.  (Closes issue #15265. Reported,
 -   patched, tested by: paravoid)
-- 
+-
 - For a full list of changes in the current release, please see the
 - ChangeLog:
-- 
+-
 - http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.11.1
 
 * Wed May 26 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.11-1
 - This release contains many fixes and new features, among them being:
-- 
+-
 - 1.) Support for NT-PTMP BRI links, including support for multiple TEIs
 - and connecting of BRI phones.
-- 
+-
 - 2.) Support for allowing persistent Q.921 drops on both NT and TE PTMP
 - links, as well as automatically requesting that Q.921 data links
 - reactivate when needed by Q.931.
-- 
+-
 - 3.) T309 is enabled by default.
-- 
+-
 - 4.) Problems with Keypad Facility Digits were addressed.
-- 
+-
 - 5.) A number of additional service related features were added:
 - Connected Line Information, HOLD/RELEASE support, Call Deflection/Call
 - Rerouting, as well as partial subaddress support.  They are supported in
 - the Q.SIG and EuroISDN switch types, and most currently require using
 - the trunk version of Asterisk.
-- 
+-
 - 6.) Many potential and realized Q.921 related problems, particularly
 - during retransmissions and other scenarios involving medium to high
 - packet loss.
-- 
+-
 - For a full list of changes in the current release candidates, please see
 - the ChangeLog:
-- 
+-
 - http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.11
 
 * Tue Oct 20 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.10.2-1


More information about the scm-commits mailing list