The release of Asterisk 10.1.2 resolves several issues reported by the
community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: * --- Fix SIP INFO DTMF handling for non-numeric codes --- (Closes issue ASTERISK-19290. Reported by: Ira Emus) * --- Fix crash in ParkAndAnnounce --- (Closes issue ASTERISK-19311. Reported-by: tootai) For a full list of changes in this release, please see the ChangeLog: http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.1.2
This commit is contained in:
parent
561e8f9af2
commit
3e0376d06b
2 changed files with 15 additions and 15 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.6 2012/02/08 05:42:32 jnemeth Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2012/02/12 20:17:16 jnemeth Exp $
|
||||
#
|
||||
# NOTE: when updating this package, there are two places that sound
|
||||
# tarballs need to be checked
|
||||
|
||||
DISTNAME= asterisk-10.1.1
|
||||
DISTNAME= asterisk-10.1.2
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
DISTFILES= ${DEFAULT_DISTFILES}
|
||||
EXTRACT_ONLY= ${DISTNAME}.tar.gz
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
$NetBSD: distinfo,v 1.4 2012/02/08 05:42:32 jnemeth Exp $
|
||||
$NetBSD: distinfo,v 1.5 2012/02/12 20:17:17 jnemeth Exp $
|
||||
|
||||
SHA1 (asterisk-10.1.1/asterisk-10.1.1.tar.gz) = 9cf9eccb35f906c7e7f7834461af09887c77b0c2
|
||||
RMD160 (asterisk-10.1.1/asterisk-10.1.1.tar.gz) = cd760c27a6cdb4d7b8567a9ec4de2fca12ca7dd3
|
||||
Size (asterisk-10.1.1/asterisk-10.1.1.tar.gz) = 24737881 bytes
|
||||
SHA1 (asterisk-10.1.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9
|
||||
RMD160 (asterisk-10.1.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6
|
||||
Size (asterisk-10.1.1/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes
|
||||
SHA1 (asterisk-10.1.1/extract-cfile.txt) = b22874814c83a53bcd1a8d96b5911304f304971e
|
||||
RMD160 (asterisk-10.1.1/extract-cfile.txt) = e7205fe7e95793f3ca6e384edeef1ad5713485e0
|
||||
Size (asterisk-10.1.1/extract-cfile.txt) = 643 bytes
|
||||
SHA1 (asterisk-10.1.1/rfc3951.txt) = 1a6c769be750fb02456d60db2470909254496017
|
||||
RMD160 (asterisk-10.1.1/rfc3951.txt) = 15f7ec61653ec9953172f8f2150e7d8f6f620926
|
||||
Size (asterisk-10.1.1/rfc3951.txt) = 373442 bytes
|
||||
SHA1 (asterisk-10.1.2/asterisk-10.1.2.tar.gz) = a07f934dee0dd77efe3a4566a515998f8b1e8627
|
||||
RMD160 (asterisk-10.1.2/asterisk-10.1.2.tar.gz) = 972ef8066be66179e2e7d2bd1798605ad9b38320
|
||||
Size (asterisk-10.1.2/asterisk-10.1.2.tar.gz) = 24735448 bytes
|
||||
SHA1 (asterisk-10.1.2/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 8692fa61423b4769dc8bfa78faf9ed5ef7a259b9
|
||||
RMD160 (asterisk-10.1.2/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 68170c769d739d6b5b35b00f999ad6bbf876f9f6
|
||||
Size (asterisk-10.1.2/asterisk-extra-sounds-en-gsm-1.4.11.tar.gz) = 3349898 bytes
|
||||
SHA1 (asterisk-10.1.2/extract-cfile.txt) = b22874814c83a53bcd1a8d96b5911304f304971e
|
||||
RMD160 (asterisk-10.1.2/extract-cfile.txt) = e7205fe7e95793f3ca6e384edeef1ad5713485e0
|
||||
Size (asterisk-10.1.2/extract-cfile.txt) = 643 bytes
|
||||
SHA1 (asterisk-10.1.2/rfc3951.txt) = 1a6c769be750fb02456d60db2470909254496017
|
||||
RMD160 (asterisk-10.1.2/rfc3951.txt) = 15f7ec61653ec9953172f8f2150e7d8f6f620926
|
||||
Size (asterisk-10.1.2/rfc3951.txt) = 373442 bytes
|
||||
SHA1 (patch-Makefile) = 900252eff84bda22d2cbe09e0f22505531284cbb
|
||||
SHA1 (patch-apps_app__dial.c) = 2109ed50406dedc90a300981a3a7500b1397ff3a
|
||||
SHA1 (patch-apps_app__followme.c) = a0a507986ec9722337d46fdaaac0a79d23a634e4
|
||||
|
|
Loading…
Reference in a new issue