From ec6ba744b0c73a30ad72b2ba18c762ae318609fe Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sun, 12 Sep 2021 00:11:50 +0200 Subject: [PATCH] asterisk-chan-lantiq: update for DTMF fix Bump to last commit. Includes fix for DTMF causing call release when using Asterisk 18 (see [1]). [1] https://github.com/openwrt/telephony/issues/631 Signed-off-by: Sebastian Kemper --- net/asterisk-chan-lantiq/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/asterisk-chan-lantiq/Makefile b/net/asterisk-chan-lantiq/Makefile index b47e51a..2e3fda5 100644 --- a/net/asterisk-chan-lantiq/Makefile +++ b/net/asterisk-chan-lantiq/Makefile @@ -11,9 +11,9 @@ PKG_NAME:=asterisk-chan-lantiq PKG_RELEASE:=1 PKG_SOURCE_URL:=https://github.com/kochstefan/asterisk_channel_lantiq.git -PKG_SOURCE_VERSION:=1d940b38cde0348dfe129d2b764e6faee440c45b -PKG_SOURCE_DATE:=2019-08-03 -PKG_MIRROR_HASH:=f8aa4cccc90ad8503c94ddb03c4af7870f3262b99f1dca198c0e8d351aa96588 +PKG_SOURCE_VERSION:=2f029ec8778420538c8151c6aceba0f7b44b07c9 +PKG_SOURCE_DATE:=2021-09-11 +PKG_MIRROR_HASH:=0c57aeb33dc7efb0078e77907e0bc616f1714251e64d647a59faffe5af8bac73 PKG_SOURCE_PROTO:=git PKG_LICENSE:=GPL-2.0 -- 2.30.2