[asterisk/f14/master] - The release of Asterisk 1.6.2.12-RC1 resolves several issues reported by the - community and would

Jeffrey C. Ollie jcollie at fedoraproject.org
Tue Aug 24 19:31:17 UTC 2010


commit 093629cb6fa848dd1855ed21e2df67900809173f
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Tue Aug 24 14:31:12 2010 -0500

    - The release of Asterisk 1.6.2.12-RC1 resolves several issues reported by the
    - community and would have not been possible without your participation.
    - Thank you!
    -
    - The following is a sample of the issues resolved in this release candidate:
    -
    -  * Fix issue where DNID does not get cleared on a new call when using
    -    immediate=yes with ISDN signaling.
    -    (Closes issue #17568. Reported by wuwu. Patched by rmudgett)
    -
    -  * Several updates to res_config_ldap.
    -    (Closes issue #13573. Reported by navkumar. Patched by navkumar, bencer.
    -     Tested by suretec)
    -
    -  * Prevent loss of Caller ID information set on local channel after masquerade.
    -    (Closes issue #17138. Reported by kobaz, patched by jpeeler)
    -
    -  * Fix SIP peers memory leak.
    -    (Closes issue #17774. Reported, patched by kkm)
    -
    -  * Add Danish support to say.conf.sample
    -    (Closes issue #17836. Reported, patched by RoadKill)
    -
    -  * Ensure SSRC is changed when media source is changed to resolve audio delay.
    -    (Closes issue #17404. Reported, tested by sdolloff. Patched by jpeeler)
    -
    -  * Only do magic pickup when notifycid is enabled.
    -    A new way of doing BLF pickup was introduced into 1.6.2. This feature adds a
    -    call-id value into the XML of a SIP_NOTIFY message sent to alert a subscriber
    -    that a device is ringing. This option should only be enabled when the new
    -    'notifycid' option is set, but this was not the case. Instead the call-id
    -    value was included for every RINGING Notify message, which caused a
    -    regression for people who used other methods for call pickup.
    -    (Closes issue #17633. Reported, patched by urosh. Patched by dvossel.
    -     Tested by: dvossel, urosh, okrief, alecdavis)
    -
    - For a full list of changes in the current release, please see the
    - ChangeLog:
    -
    - http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.6.2.12-rc1

 .gitignore    |    2 ++
 asterisk.spec |    2 +-
 sources       |    4 ++--
 3 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8cbd907..91bd1bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@ asterisk-1.6.2.11.tar.gz
 asterisk-1.6.2.11.tar.gz.asc
 /asterisk-1.6.2.11-rc1.tar.gz
 /asterisk-1.6.2.11-rc1.tar.gz.asc
+/asterisk-1.6.2.12-rc1.tar.gz
+/asterisk-1.6.2.12-rc1.tar.gz.asc
diff --git a/asterisk.spec b/asterisk.spec
index 17b486e..71791d4 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -1,7 +1,7 @@
 %global _rc 1
 Summary: The Open Source PBX
 Name: asterisk
-Version: 1.6.2.11
+Version: 1.6.2.12
 Release: 0.1%{?_rc:.rc%{_rc}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
diff --git a/sources b/sources
index f5a1cb0..3fe43c2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-03e89405504d9f9cd9d2799707ea8bfa  asterisk-1.6.2.11-rc1.tar.gz
-e8410f6eb2d6407a94b00875055c14c7  asterisk-1.6.2.11-rc1.tar.gz.asc
+32c2c7230bb1e8938ae28b19957010be  asterisk-1.6.2.12-rc1.tar.gz
+c73165ce287487ea4674fad1bba1963d  asterisk-1.6.2.12-rc1.tar.gz.asc


More information about the scm-commits mailing list