[libpri] - The following are some of the issues resolved in this beta release: - - * Fix issue where callin

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Oct 8 18:02:41 UTC 2010


commit e2ecbe200a130bcadfe92914f56dec87781ca366
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Fri Oct 8 13:02:46 2010 -0500

    - The following are some of the issues resolved in this beta 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.
    -
    - This beta release contains several new features, among them:
    -
    - 1.) ETSI and Q.SIG Call Completion Supplementary Service (CCSS) support
    - 2.) ETSI Advice Of Charge (AOC) support
    - 3.) ETSI Explicit Call Transfer (ECT) support
    - 4.) ETSI Call Waiting support for ISDN phones
    - 5.) ETSI Malicious Call ID support
    -
    - For a full list of changes in the current release candidate, please see
    - the ChangeLog:
    -
    - http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.12-beta2

 .gitignore  |    2 +
 libpri.spec |  100 ++++++++++++++++++++++++++++++++++++++++-------------------
 sources     |    4 +-
 3 files changed, 72 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb46fc4..91b75c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@ libpri-1.4.11.3.tar.gz
 libpri-1.4.11.3.tar.gz.asc
 libpri-1.4.12-beta1.tar.gz
 libpri-1.4.12-beta1.tar.gz.asc
+/libpri-1.4.12-beta2.tar.gz
+/libpri-1.4.12-beta2.tar.gz.asc
diff --git a/libpri.spec b/libpri.spec
index 5753336..f9c0f48 100644
--- a/libpri.spec
+++ b/libpri.spec
@@ -1,4 +1,4 @@
-%global _beta 1
+%global _beta 2
 Summary: An implementation of Primary Rate ISDN
 Name: libpri
 Version: 1.4.12
@@ -6,8 +6,8 @@ Release: 0.1%{?_beta:.beta%{_beta}}%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.asterisk.org/
-Source0: http://downloads.digium.com/pub/telephony/libpri/releases/libpri-%{version}%{?_beta:-beta%{_beta}}.tar.gz
-Source1: http://downloads.digium.com/pub/telephony/libpri/releases/libpri-%{version}%{?_beta:-beta%{_beta}}.tar.gz.asc
+Source0: http://downloads.asterisk.org/pub/telephony/libpri/releases/libpri-%{version}%{?_beta:-beta%{_beta}}.tar.gz
+Source1: http://downloads.asterisk.org/pub/telephony/libpri/releases/libpri-%{version}%{?_beta:-beta%{_beta}}.tar.gz.asc
 Patch0: libpri-1.4.11-optimization.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
@@ -48,7 +48,7 @@ rm -rf %{buildroot}
 
 %postun -p /sbin/ldconfig
 
-%files 
+%files
 %defattr(-,root,root,-)
 %doc LICENSE README
 %{_libdir}/libpri.so.*
@@ -59,37 +59,73 @@ rm -rf %{buildroot}
 %{_libdir}/libpri.so
 
 %changelog
+* Fri Oct  8 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.12-0.2.beta2
+- The following are some of the issues resolved in this beta 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.
+-
+- This beta release contains several new features, among them:
+-
+- 1.) ETSI and Q.SIG Call Completion Supplementary Service (CCSS) support
+- 2.) ETSI Advice Of Charge (AOC) support
+- 3.) ETSI Explicit Call Transfer (ECT) support
+- 4.) ETSI Call Waiting support for ISDN phones
+- 5.) ETSI Malicious Call ID support
+-
+- For a full list of changes in the current release candidate, please see
+- the ChangeLog:
+-
+- http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.12-beta2
+
 * Mon Aug  2 2010 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.12-0.1.beta1
 - 1.4.12-beta1
-- 
+-
 - This beta release contains some fixes and several new features, among them:
-- 
+-
 - 1.) ETSI and Q.SIG Call Completion Supplementary Service (CCSS) support
-- 
+-
 - 2.) ETSI Advice Of Charge (AOC) support
-- 
+-
 - 3.) ETSI Explicit Call Transfer (ECT) support
-- 
+-
 - 4.) ETSI Call Waiting support for ISDN phones
-- 
+-
 - 5.) ETSI Malicious Call ID support
-- 
+-
 - For a full list of changes in the current release candidate, please see
 - the ChangeLog:
-- 
+-
 - http://downloads.asterisk.org/pub/telephony/libpri/releases/ChangeLog-1.4.12-beta1
 
 * 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
@@ -97,67 +133,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
diff --git a/sources b/sources
index fa0f1aa..84dd748 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-e610f8f648bbeae350c96551b341c4da  libpri-1.4.12-beta1.tar.gz
-d421662171c4e4f8840cea3a67a24b88  libpri-1.4.12-beta1.tar.gz.asc
+bdef64f15e658f109bac072c99be806a  libpri-1.4.12-beta2.tar.gz
+cfc62365374ce13c5f41422ef0726fb3  libpri-1.4.12-beta2.tar.gz.asc


More information about the scm-commits mailing list