From 0399a3dc730ae639636bcd053193b37751f8df4d Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Tue, 28 Sep 2021 20:11:44 +0200 Subject: [PATCH] asterisk: bump to 18.7.1 The removed patch has been applied upstream and is part of this release. Switch to AUTORELEASE while at it. Signed-off-by: Andre Heider --- net/asterisk/Makefile | 6 +- ...-A-option-to-add-caller-announcement.patch | 147 ------------------ .../patches/140-use-default-lua.patch | 2 +- 3 files changed, 4 insertions(+), 151 deletions(-) delete mode 100644 net/asterisk/patches/090-app_dial-expanded-A-option-to-add-caller-announcement.patch diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 7cbcf9b..b2d9f34 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk -PKG_VERSION:=18.5.1 -PKG_RELEASE:=1 +PKG_VERSION:=18.7.1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases -PKG_HASH:=e7d78716a0deeadf24b7d537cd24c11c2d9a096265eefc9470565c4da0fc54c7 +PKG_HASH:=11c8728718b59af74440276ba888484bc9201217719d56436e1e0e85bf533c17 PKG_BUILD_DEPENDS:=libxml2/host diff --git a/net/asterisk/patches/090-app_dial-expanded-A-option-to-add-caller-announcement.patch b/net/asterisk/patches/090-app_dial-expanded-A-option-to-add-caller-announcement.patch deleted file mode 100644 index bd20730..0000000 --- a/net/asterisk/patches/090-app_dial-expanded-A-option-to-add-caller-announcement.patch +++ /dev/null @@ -1,147 +0,0 @@ -From 1e5a2cfe3037823b17dd4ac47b071f02d6f9825f Mon Sep 17 00:00:00 2001 -From: Naveen Albert -Date: Fri, 21 May 2021 20:08:58 -0400 -Subject: [PATCH] app_dial: Expanded A option to add caller announcement - -Hitherto, the A option has made it possible to play -audio upon answer to the called party only. This option -is expanded to allow for playback of an audio file to -the caller instead of or in addition to the audio -played to the answerer. - -ASTERISK-29442 - -Change-Id: If6eed3ff5c341dc8c588c8210987f2571e891e5e ---- - apps/app_dial.c | 79 +++++++++++++++---- - doc/CHANGES-staging/app_dial_announcement.txt | 6 ++ - 2 files changed, 68 insertions(+), 17 deletions(-) - create mode 100644 doc/CHANGES-staging/app_dial_announcement.txt - ---- a/apps/app_dial.c -+++ b/apps/app_dial.c -@@ -93,11 +93,17 @@ - - - --