[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:05:27 UTC 2010


commit 977a2b2422db063756dca161f1c96ed19645226d
Author: Jeffrey C. Ollie <jeff at ocjtech.us>
Date:   Tue Aug 24 14:05:21 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 ++
 sources    |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 685ab39..8cbd907 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ asterisk-1.6.2.10.tar.gz
 asterisk-1.6.2.10.tar.gz.asc
 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
diff --git a/sources b/sources
index fb04c59..f5a1cb0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-2d6757a0354cff87c9e1776ada077aae  asterisk-1.6.2.11.tar.gz
-e0d375b67fda09b12ee12022bb6d4fdb  asterisk-1.6.2.11.tar.gz.asc
+03e89405504d9f9cd9d2799707ea8bfa  asterisk-1.6.2.11-rc1.tar.gz
+e8410f6eb2d6407a94b00875055c14c7  asterisk-1.6.2.11-rc1.tar.gz.asc


More information about the scm-commits mailing list